b8 static method

int b8(
  1. dynamic d,
  2. dynamic b
)

Implementation

static int b8(d, b) { return b4(d, b) + (b4(d, b + 4) * 4294967296); }