HomeSort by relevance Sort by last modified time
    Searched defs:low (Results 1 - 25 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/gpu/
GrTBSearch.h 23 int low = 0; local
24 while (high > low) {
25 int index = (low + high) >> 1;
27 low = index + 1;
  /external/arduino/hardware/arduino/cores/arduino/
wiring_analog.c 42 uint8_t low, high; local
52 // 0 to 7 (MUX5 low) or 8 to 15 (MUX5 high).
57 // channel (low 4 bits). this also sets ADLAR (left-adjust result)
77 low = ADCL;
81 low = 0;
86 return (high << 8) | low;
103 digitalWrite(pin, LOW);
253 digitalWrite(pin, LOW);
  /external/compiler-rt/lib/ppc/
floatditf.c 15 doublebits low = { .d = twop52 }; local
16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */
21 * high_addend and low.d, and we wish to return their sum
31 result.s.hi = high_addend + low.d;
32 result.s.lo = (high_addend - result.s.hi) + low.d;
floatunditf.c 19 doublebits low = { .d = twop52 }; local
22 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */
27 * high_addend and low.d, and we wish to return their sum
36 result.s.hi = high_addend + low.d;
37 result.s.lo = (high_addend - result.s.hi) + low.d;
  /frameworks/volley/tests/src/com/android/volley/
RequestTest.java 34 TestRequest low = new TestRequest(Priority.LOW); local
35 low.setSequence(sequence++);
36 TestRequest low2 = new TestRequest(Priority.LOW);
43 // "Low" should sort higher because it's really processing order.
44 assertTrue(low.compareTo(high) > 0);
45 assertTrue(high.compareTo(low) < 0);
46 assertTrue(low.compareTo(low2) < 0);
47 assertTrue(low.compareTo(immediate) > 0);
  /external/clang/test/CodeGen/
2002-09-18-UnionProblem.c 5 char high, low; member in struct:DWstruct
2005-09-24-BitFieldCrash.c 8 unsigned long long low; member in struct:tree_int_cst::tree_int_cst_lowhi
  /external/compiler-rt/lib/
floatdidf.c 38 union { int64_t x; double d; } low = { .d = twop52 }; local
41 low.x |= a & INT64_C(0x00000000ffffffff);
43 const double result = (high - twop52) + low.d;
104 fb.u.low = (su_int)a; /* mantissa-low */
floatundidf.c 41 union { uint64_t x; double d; } low = { .d = twop52 }; local
44 low.x |= a & UINT64_C(0x00000000ffffffff);
46 const double result = (high.d - twop84_plus_twop52) + low.d;
104 fb.u.low = (su_int)a; /* mantissa-low */
  /external/elfutils/tests/
dwfl-bug-addr-overflow.c 59 Dwfl_Module *low = dwfl_report_module (dwfl, "low", local
62 assert (low);
74 assert (mod == low);
  /external/oprofile/module/ia64/
op_ia64_model.h 19 uint low; member in struct:op_saved_msr
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 71 u_int32_t low; local
74 GET_LOW_WORD(low,a);
75 if(((ha&0xfffff)|low)==0) w = a;
76 GET_LOW_WORD(low,b);
77 if(((hb^0x7ff00000)|low)==0) w = b;
87 u_int32_t low; local
88 GET_LOW_WORD(low,b);
89 if((hb|low)==0) return a;
s_atan.c 82 u_int32_t low; local
83 GET_LOW_WORD(low,x);
85 (ix==0x7ff00000&&(low!=0)))
  /cts/tests/tests/media/src/android/media/cts/
CameraProfileTest.java 31 private void checkQuality(int low, int mid, int high) {
32 Log.v(TAG, "low = " + low + ", mid = " + mid + ", high = " + high);
33 assertTrue(low >= 0 && low <= 100);
36 assertTrue(low <= mid && mid <= high);
40 int low = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_LOW); local
43 checkQuality(low, mid, high);
49 int low = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_LOW); local
52 checkQuality(low, mid, high)
    [all...]
  /external/e2fsprogs/e2fsck/
dx_dirinfo.c 83 int low, high, mid; local
85 low = 0;
89 if (ino == ctx->dx_dir_info[low].ino)
90 return &ctx->dx_dir_info[low];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
103 low = mid;
  /external/valgrind/main/memcheck/tests/s390x/
cds.c 6 uint64_t low; member in struct:__anon17257
29 // Return a quad-word that only bits low[32:63] are undefined
36 val.low |= 0xFFFFFFFF00000000ull;
49 op3.high = op3.low = 0xdeadbeefdeadbabeull;
58 op1.high = op1.low = 42;
60 op3.high = op3.low = 0xdeadbeefdeadbabeull;
69 op1.high = op1.low = 42;
cdsg.c 6 uint64_t low; member in struct:__anon17258
37 op2.high = op2.low = 42;
38 op3.high = op3.low = 0xdeadbeefdeadbabeull;
46 op1.high = op1.low = 42;
48 op3.high = op3.low = 0xdeadbeefdeadbabeull;
56 op1.high = op1.low = 42;
  /external/valgrind/main/none/tests/s390x/
cds.c 6 uint64_t low; member in struct:__anon17375
23 printf("before op1 = (%#lx, %#lx)\n", op1.high, op1.low);
25 printf("before op3 = (%#lx, %#lx)\n", op3.high, op3.low);
39 printf("after op1 = (%#lx, %#lx)\n", op1.high, op1.low);
41 printf("after op3 = (%#lx, %#lx)\n", op3.high, op3.low);
50 if (op3.low != op3_before.low || op3.high != op3_before.high) {
58 if (op1.low != op1_before.low || op1.high != op1_before.high) {
62 // lower 32 bits of op2 are the lower 32 bits of op3.low
    [all...]
cdsg.c 6 uint64_t low; member in struct:__anon17376
28 printf("before op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
30 printf("before op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
44 printf("after op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
46 printf("after op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
54 if (_op3.low != op3_before.low || _op3.high != op3_before.high) {
62 if (_op1.low != op1_before.low || _op1.high != op1_before.high)
    [all...]
  /frameworks/av/media/libmedia/
autodetect.cpp 851 int low = 0; local
854 while (low < high) {
855 int i = (low + high) / 2;
860 low = i + 1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP.c 96 OMX_S16 high, low, range; local
135 low = ( (-32) * scaleFactor);
211 if ( pDstMVCurMB[iBlk].dx < low )
220 if ( pDstMVCurMB[iBlk].dy < low )
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 56 unsigned HOST_WIDE_INT low; member in struct:__anon22644
72 r.low = (unsigned HOST_WIDE_INT) cst;
94 r.low = cst;
106 return (HOST_WIDE_INT) cst.low;
115 return cst.low;
163 a.low = ~a.low;
173 a.low |= b.low;
183 a.low &= b.low
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 56 unsigned HOST_WIDE_INT low; member in struct:__anon23373
72 r.low = (unsigned HOST_WIDE_INT) cst;
94 r.low = cst;
106 return (HOST_WIDE_INT) cst.low;
115 return cst.low;
163 a.low = ~a.low;
173 a.low |= b.low;
183 a.low &= b.low
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 56 unsigned HOST_WIDE_INT low; member in struct:__anon24204
72 r.low = (unsigned HOST_WIDE_INT) cst;
94 r.low = cst;
106 return (HOST_WIDE_INT) cst.low;
115 return cst.low;
163 a.low = ~a.low;
173 a.low |= b.low;
183 a.low &= b.low
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 56 unsigned HOST_WIDE_INT low; member in struct:__anon24933
72 r.low = (unsigned HOST_WIDE_INT) cst;
94 r.low = cst;
106 return (HOST_WIDE_INT) cst.low;
115 return cst.low;
163 a.low = ~a.low;
173 a.low |= b.low;
183 a.low &= b.low
    [all...]

Completed in 1404 milliseconds

1 2 3 4 5 6 7 8 91011>>