/external/eigen/bench/tensors/ |
benchmark_main.cc | 79 Benchmark* Benchmark::Range(int lo, int hi) { 81 if (hi < lo) { 83 hi = lo; 84 lo = temp; 86 while (lo < hi) { 87 args_.push_back(lo); 88 lo *= kRangeMultiplier;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
BMPSet.java | 468 * For restricting the search for finding in the range start..end, pass in lo=findCodePoint(start) and 469 * hi=findCodePoint(end) with 0<=lo<=hi<len. findCodePoint(c) defaults to lo=0 and hi=len-1. 473 * @param lo 477 * @return the smallest integer i in the range lo..hi, inclusive, such that c < list[i] 479 private int findCodePoint(int c, int lo, int hi) { 492 if (c < list[lo]) 493 return lo; 496 if (lo >= hi || c >= list[hi - 1]) 498 // invariant: c >= list[lo] [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
BMPSet.java | 466 * For restricting the search for finding in the range start..end, pass in lo=findCodePoint(start) and 467 * hi=findCodePoint(end) with 0<=lo<=hi<len. findCodePoint(c) defaults to lo=0 and hi=len-1. 471 * @param lo 475 * @return the smallest integer i in the range lo..hi, inclusive, such that c < list[i] 477 private int findCodePoint(int c, int lo, int hi) { 490 if (c < list[lo]) 491 return lo; 494 if (lo >= hi || c >= list[hi - 1]) 496 // invariant: c >= list[lo] [all...] |
/external/selinux/libsemanage/src/ |
Makefile | 47 SWIGLOBJ:= $(patsubst %.c,$(PYPREFIX)%.lo,$(SWIGCOUT)) 48 SWIGRUBYLOBJ:= $(patsubst %.c,$(RUBYPREFIX)%.lo,$(SWIGRUBYCOUT)) 58 LOBJS= $(patsubst %.c,%.lo,$(SRCS)) conf-scan.lo conf-parse.lo 114 %.lo: %.c 120 conf-parse.lo: conf-parse.c 126 conf-scan.lo: conf-scan.c 161 -rm -f $(LIBPC) $(OBJS) $(LOBJS) $(LIBA) $(LIBSO) $(SWIGLOBJ) $(SWIGSO) $(SWIGRUBYSO) $(TARGET) conf-parse.c conf-parse.h conf-scan.c *.o *.lo *~
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IntrinsicLut.java | 83 Script.LaunchOptions lo = makeClipper(11, 11, 87, 87); local 85 mIntrinsic.forEach(mAllocSrc, mAllocDst, lo); 86 mScript.forEach_root(mAllocSrc, mAllocRef, lo);
|
IntrinsicBase.java | 143 Script.LaunchOptions lo = new Script.LaunchOptions(); local 144 lo.setX(x, x2); 145 lo.setY(y, y2); 146 return lo;
|
/external/curl/tests/ |
manpage-scan.pl | 178 my $lo; 182 $lo = $1; 183 $title="--$lo";
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.h | 116 LLVMValueRef lo, 124 LLVMValueRef lo, 132 LLVMValueRef lo,
|
/external/regex-re2/re2/testing/ |
dump.cc | 139 if (rr.lo == rr.hi) 140 s->append(StringPrintf("%#x", rr.lo)); 142 s->append(StringPrintf("%#x-%#x", rr.lo, rr.hi));
|
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
GCDAProfiling.c | 46 uint32_t lo, hi; local 47 lo = i >> 0; 50 write_int32(lo);
|
/external/syslinux/com32/gdbstub/ |
main.c | 37 uint32_t lo; member in struct:__anon33471 41 idt[intn].lo = (idt[intn].lo & 0xffff0000) | (handler & 0x0000ffff);
|
/external/valgrind/coregrind/m_demangle/ |
safe-ctype.c | 136 #define lo _sch_islower macro 146 #define L (const unsigned short) (lo|is |pr) /* lower case letter */ 147 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
|
/prebuilts/go/darwin-x86/src/cmd/cover/testdata/ |
main.go | 95 // Therefore we test for a perfect (lo==line && hi==line) match, but if we can't 100 lo, hi := coverTest.Pos[3*i], coverTest.Pos[3*i+1] 101 if lo == line && line == hi { 105 if lo <= line && line <= hi && indexLo > lo { 107 indexLo = lo
|
/prebuilts/go/darwin-x86/test/ |
linkobj.go | 79 run("go", "tool", "compile", pkg, "-D", ".", "-I", ".", "-l", "-o", "p1."+o, "-linkobj", "p1.lo", "p1.go") 80 run("go", "tool", "compile", pkg, "-D", ".", "-I", ".", "-l", "-o", "p2."+o, "-linkobj", "p2.lo", "p2.go") 81 run("go", "tool", "compile", pkg, "-D", ".", "-I", ".", "-l", "-o", "p3."+o, "-linkobj", "p3.lo", "p3.go") 86 cp("p1.lo", "p1."+o) 87 cp("p2.lo", "p2."+o) 88 cp("p3.lo", "p3."+o)
|
/prebuilts/go/linux-x86/src/cmd/cover/testdata/ |
main.go | 95 // Therefore we test for a perfect (lo==line && hi==line) match, but if we can't 100 lo, hi := coverTest.Pos[3*i], coverTest.Pos[3*i+1] 101 if lo == line && line == hi { 105 if lo <= line && line <= hi && indexLo > lo { 107 indexLo = lo
|
/prebuilts/go/linux-x86/test/ |
linkobj.go | 79 run("go", "tool", "compile", pkg, "-D", ".", "-I", ".", "-l", "-o", "p1."+o, "-linkobj", "p1.lo", "p1.go") 80 run("go", "tool", "compile", pkg, "-D", ".", "-I", ".", "-l", "-o", "p2."+o, "-linkobj", "p2.lo", "p2.go") 81 run("go", "tool", "compile", pkg, "-D", ".", "-I", ".", "-l", "-o", "p3."+o, "-linkobj", "p3.lo", "p3.go") 86 cp("p1.lo", "p1."+o) 87 cp("p2.lo", "p2."+o) 88 cp("p3.lo", "p3."+o)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
reloc64.s | 16 or %g1,%lo(0xfedcba9876543210),%g2 21 or %g1,%lo(foo),%g2 26 or %g1,%lo(foo+0xfedcba9876543210),%g2
|
/toolchain/binutils/binutils-2.25/libiberty/ |
safe-ctype.c | 131 #define lo _sch_islower macro 141 #define L (const unsigned short) (lo|is |pr) /* lower case letter */ 142 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
|
/external/toolchain-utils/binary_search_tool/ |
binary_search_perforce.py | 76 self.lo = 0 88 self.lo = 0 109 self.lo = self.current + 1 112 self.logger.LogOutput('lo: %d hi: %d\n' % (self.lo, self.hi)) 113 self.current = (self.lo + self.hi) / 2 115 if self.lo == self.hi: 117 ' at index: %d' % (self.sorted_list[self.current], self.lo)) 121 for index in range(self.lo, self.hi): 125 'All skipped indices between: %d and %d\n' % (self.lo, self.hi) [all...] |
/bionic/libc/kernel/uapi/asm-mips/asm/ |
ptrace.h | 35 __u64 lo; member in struct:pt_regs
|
/development/ndk/platforms/android-21/arch-mips/include/asm/ |
ptrace.h | 40 unsigned long lo; member in struct:pt_regs
|
/development/ndk/platforms/android-21/arch-mips64/include/asm/ |
ptrace.h | 40 unsigned long lo; member in struct:pt_regs
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
BrentOptimizer.java | 60 * Find the minimum of the function within the interval {@code (lo, hi)}. 62 * If the function is defined on the interval {@code (lo, hi)}, then 72 * @param lo Lower bound of the interval. 73 * @param mid Point inside the interval {@code [lo, hi]}. 83 double lo, double mid, double hi, 94 if (lo < hi) { 95 a = lo; 99 b = lo;
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
internal.h | 159 #define TOBN(hi, lo) ((BN_ULONG)(hi) << 32 | (lo)) 180 #define TOBN(hi, lo) (lo), (hi)
|
/external/compiler-rt/lib/builtins/ppc/ |
DD.h | 10 double lo; member in struct:__anon16181::__anon16182
|