Searched refs:lastb (Results 1 – 3 of 3) sorted by relevance
/external/fio/ |
D | io_u.c | 92 uint64_t lastb; in __get_next_rand_offset() local 94 lastb = last_block(td, f, ddir); in __get_next_rand_offset() 95 if (!lastb) in __get_next_rand_offset() 102 *b = lastb * (r / ((uint64_t) FRAND_MAX + 1.0)); in __get_next_rand_offset()
|
/external/v8/src/mips64/ |
D | codegen-mips64.cc | 91 Label lastb, unaligned, aligned, chkw, in CreateMemCopyUint8Function() 121 __ bne(a6, zero_reg, &lastb); in CreateMemCopyUint8Function() 266 __ beq(a2, t8, &lastb); in CreateMemCopyUint8Function() 277 __ bind(&lastb); in CreateMemCopyUint8Function()
|
/external/v8/src/mips/ |
D | codegen-mips.cc | 91 Label lastb, unaligned, aligned, chkw, in CreateMemCopyUint8Function() 122 __ bne(t2, zero_reg, &lastb); in CreateMemCopyUint8Function() 266 __ beq(a2, t8, &lastb); in CreateMemCopyUint8Function() 277 __ bind(&lastb); in CreateMemCopyUint8Function()
|