HomeSort by relevance Sort by last modified time
    Searched full:lastb (Results 1 - 25 of 34) sorted by null

1 2

  /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/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
ctor_iterator.pass.cpp 17 // InputIteratorB lastB,
param_ctor_iterator.pass.cpp 16 // param_type(InputIteratorB firstB, InputIteratorB lastB,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
ctor_iterator.pass.cpp 17 // InputIteratorB lastB,
param_ctor_iterator.pass.cpp 16 // param_type(InputIteratorB firstB, InputIteratorB lastB,
  /external/fio/
io_u.c 91 uint64_t lastb)
102 *b = lastb * (r / (rand_max(&td->random_state) + 1.0));
165 uint64_t offset, lastb; local
169 lastb = last_block(td, f, ddir);
170 if (!lastb)
175 return __get_next_rand_offset(td, f, ddir, b, lastb);
204 offset = stotal * lastb / 100ULL;
208 lastb = lastb * (send - stotal) / 100ULL;
211 * Generate index from 0..send-of-lastb
237 uint64_t lastb; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITest.java 451 int lastb = -1; local
453 assertTrue("(lastb < b) : (" + lastb + " < " + b + ")", lastb < b);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITest.java 448 int lastb = -1; local
450 assertTrue("(lastb < b) : (" + lastb + " < " + b + ")", lastb < b);
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
ctor_iterator.pass.cpp 17 // InputIteratorB lastB,
param_ctor_iterator.pass.cpp 16 // param_type(InputIteratorB firstB, InputIteratorB lastB,
  /prebuilts/go/darwin-x86/src/sort/
sort_test.go 552 lastA, lastB := -1, 0
556 lastB = d[i].b
559 if d[i].b <= lastB {
562 lastB = d[i].b
  /prebuilts/go/linux-x86/src/sort/
sort_test.go 552 lastA, lastB := -1, 0
556 lastB = d[i].b
559 if d[i].b <= lastB {
562 lastB = d[i].b
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
ctor_iterator.pass.cpp 17 // InputIteratorB lastB,
param_ctor_iterator.pass.cpp 16 // param_type(InputIteratorB firstB, InputIteratorB lastB,
  /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);
  /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);
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp     [all...]
  /external/libcxx/include/
random     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
random     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
random     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
random     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
random     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
random     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
random     [all...]

Completed in 1134 milliseconds

1 2