HomeSort by relevance Sort by last modified time
    Searched refs:lastb (Results 1 - 6 of 6) sorted by null

  /bionic/libc/arch-mips/string/
memset.S 230 /* If the size is less than 2*NSIZE (8 or 16), go to L(lastb). Regardless of
233 bne t2,zero,L(lastb)
321 left to store or we would have jumped to L(lastb) earlier in the code. */
418 beq a2,t8,L(lastb)
429 L(lastb):
  /external/fio/
io_u.c 92 uint64_t lastb; local
94 lastb = last_block(td, f, ddir);
95 if (!lastb)
102 *b = lastb * (r / ((uint64_t) FRAND_MAX + 1.0));
    [all...]
  /external/v8/src/mips/
codegen-mips.cc 39 Label lastb, unaligned, aligned, chkw,
67 // If the size is less than 8, go to lastb. Regardless of size,
70 __ bne(t2, zero_reg, &lastb);
214 __ beq(a2, t8, &lastb);
225 __ bind(&lastb);
    [all...]
  /external/v8/src/mips64/
codegen-mips64.cc 40 Label lastb, unaligned, aligned, chkw,
67 // If the size is less than 8, go to lastb. Regardless of size,
70 __ bne(a6, zero_reg, &lastb);
215 __ beq(a2, t8, &lastb);
226 __ bind(&lastb);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 158 milliseconds