HomeSort by relevance Sort by last modified time
    Searched refs:hi (Results 101 - 125 of 722) sorted by null

1 2 3 45 6 7 8 91011>>

  /development/ndk/platforms/android-9/arch-mips/include/asm/
ptrace.h 40 unsigned long hi; member in struct:pt_regs
  /external/chromium_org/third_party/re2/re2/
compile.cc 174 // Returns a fragment matching the byte range lo-hi.
175 Frag ByteRange(int lo, int hi, bool foldcase);
193 // Adds a fragment matching the rune range lo-hi.
194 void AddRuneRange(Rune lo, Rune hi, bool foldcase);
195 void AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase);
196 void AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase);
199 // New suffix that matches the byte range lo-hi, then goes to next.
200 int RuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next);
201 int UncachedRuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next);
392 // Returns a fragment for the byte range lo-hi
571 int hi; member in struct:re2::ByteRangeProg
    [all...]
  /external/compiler-rt/lib/ppc/
fixtfdi.c 15 const doublebits hibits = { .d = x.s.hi };
26 int64_t result = hibits.x & INT64_C(0x000fffffffffffff); /* mantissa(hi) */
27 result |= INT64_C(0x0010000000000000); /* matissa(hi) with implicit bit */
28 result <<= 10; /* mantissa(hi) with one zero preceeding bit. */
68 if (1.0 > crt_fabs(x.s.hi))
72 if (x.s.hi == -0x1.0p63) {
100 if (x.s.hi > 0.0)
  /external/regex-re2/re2/
compile.cc 173 // Returns a fragment matching the byte range lo-hi.
174 Frag ByteRange(int lo, int hi, bool foldcase);
192 // Adds a fragment matching the rune range lo-hi.
193 void AddRuneRange(Rune lo, Rune hi, bool foldcase);
194 void AddRuneRangeLatin1(Rune lo, Rune hi, bool foldcase);
195 void AddRuneRangeUTF8(Rune lo, Rune hi, bool foldcase);
198 // New suffix that matches the byte range lo-hi, then goes to next.
199 int RuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next);
200 int UncachedRuneByteSuffix(uint8 lo, uint8 hi, bool foldcase, int next);
391 // Returns a fragment for the byte range lo-hi
570 int hi; member in struct:re2::ByteRangeProg
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_az.cpp 199 Word16 i, j, hi, lo;
215 L_Extract (f[-1], &hi, &lo);
216 t0 = Mpy_32_16 (hi, lo, *lsp); // t0 = f[-1] * lsp
260 Word16 hi; local
276 hi = (Word16)(*(f - 1) >> 16);
278 lo = (Word16)((*(f - 1) >> 1) - ((Word32) hi << 15));
280 t0 = ((Word32)hi * *lsp);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
ptrace.h 40 unsigned long hi; member in struct:pt_regs
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
ptrace.h 40 unsigned long hi; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
ptrace.h 40 unsigned long hi; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
ptrace.h 40 unsigned long hi; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
ptrace.h 40 unsigned long hi; member in struct:pt_regs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MediaDescr.py 45 hi = int(float)
47 return (hi<<16)|lo
50 hi = (fixed >> 16) & 0xffff
52 return hi + (lo / float(0x10000))
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test.h 83 uint32_t hi, lo; local
84 __asm__ __volatile__ ("rdtsc" : "=a"(lo), "=d"(hi));
85 return ((uint64_t)lo) | (((uint64_t)hi) << 32);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test.h 83 uint32_t hi, lo; local
84 __asm__ __volatile__ ("rdtsc" : "=a"(lo), "=d"(hi));
85 return ((uint64_t)lo) | (((uint64_t)hi) << 32);
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.h 35 void L_Extract (Word32 L_32, Word16 *hi, Word16 *lo);
36 Word32 L_Comp (Word16 hi, Word16 lo);
38 Word32 Mpy_32_16 (Word16 hi, Word16 lo, Word16 n);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86-gf2m.pl 122 ($lo,$hi)=("eax","edx");
150 &mov ($hi,$lo);
153 &shr ($hi,1);
165 &xor ($hi,@T[0]);
179 &xor ($hi,@T[0]);
191 &xor ($hi,@T[0]);
194 &xor ($hi,@i[0]);
271 &mov (&DWP(12,"esp"),$hi);
277 &mov (&DWP(4,"esp"),$hi);
292 &xor ($lo,$hi);
    [all...]
  /external/openssl/crypto/bn/asm/
x86-gf2m.pl 122 ($lo,$hi)=("eax","edx");
150 &mov ($hi,$lo);
153 &shr ($hi,1);
165 &xor ($hi,@T[0]);
179 &xor ($hi,@T[0]);
191 &xor ($hi,@T[0]);
194 &xor ($hi,@i[0]);
271 &mov (&DWP(12,"esp"),$hi);
277 &mov (&DWP(4,"esp"),$hi);
292 &xor ($lo,$hi);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
modes_lcl.h 49 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
51 : "+r"(hi),"+r"(lo)); \
52 (u64)hi<<32|lo; })
57 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
59 : "+r"(hi),"+r"(lo)); \
60 (u64)hi<<32|lo; })
91 typedef struct { u64 hi,lo; } u128; member in struct:__anon16412
  /external/openssl/crypto/modes/
modes_lcl.h 49 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
51 : "+r"(hi),"+r"(lo)); \
52 (u64)hi<<32|lo; })
57 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
59 : "+r"(hi),"+r"(lo)); \
60 (u64)hi<<32|lo; })
91 typedef struct { u64 hi,lo; } u128; member in struct:__anon26987
  /frameworks/base/core/java/android/text/
AndroidBidi.java 167 for (int low = i, hi = e - 2; low < hi; low += 2, hi -= 2) {
168 int x = ld[low]; ld[low] = ld[hi]; ld[hi] = x;
169 x = ld[low+1]; ld[low+1] = ld[hi+1]; ld[hi+1] = x;
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-ia64.pl 58 { .mfi; (p18) ld8 Hlo=[Hi[1]],-8
62 { .mfi; (p18) ld8 Hhi=[Hi[1]]
65 (p18) and Hi[1]=mask0xf0,xi[2] };;
70 (p18) add Hi[1]=Htbl,Hi[1] };;
72 { .mfi; (p18) ld8 Hlo=[Hi[1]],-8
74 { .mfi; (p17) shladd Hi[0]=xi[1],4,r0
76 { .mfi; (p18) ld8 Hhi=[Hi[1]]
79 (p17) and Hi[0]=mask0xf0,Hi[0] };
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-ia64.pl 58 { .mfi; (p18) ld8 Hlo=[Hi[1]],-8
62 { .mfi; (p18) ld8 Hhi=[Hi[1]]
65 (p18) and Hi[1]=mask0xf0,xi[2] };;
70 (p18) add Hi[1]=Htbl,Hi[1] };;
72 { .mfi; (p18) ld8 Hlo=[Hi[1]],-8
74 { .mfi; (p17) shladd Hi[0]=xi[1],4,r0
76 { .mfi; (p18) ld8 Hhi=[Hi[1]]
79 (p17) and Hi[0]=mask0xf0,Hi[0] };
    [all...]
  /external/bzip2/
blocksort.c 35 Int32 hi )
40 if (lo == hi) return;
42 if (hi - lo > 3) {
43 for ( i = hi-4; i >= lo; i-- ) {
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
52 for ( i = hi-1; i >= lo; i-- ) {
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
99 Int32 sp, lo, hi; local
113 fpop ( lo, hi );
114 if (hi - lo < FALLBACK_QSORT_SMALL_THRESH)
631 Int32 sp, lo, hi, d; local
891 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1; local
    [all...]
  /external/chromium_org/net/tools/quic/
spdy_utils.cc 36 for (BalsaHeaders::const_header_lines_iterator hi =
38 hi != headers.header_lines_end();
39 ++hi) {
40 if ((hi->second.length() == 0) && !allow_empty_values) {
41 DLOG(INFO) << "Dropping empty header " << hi->first.as_string()
48 string name = hi->first.as_string();
52 it->second.reserve(it->second.size() + 1 + hi->second.size());
54 it->second.append(hi->second.data(), hi->second.size());
56 block->insert(make_pair(name, hi->second.as_string()))
    [all...]
  /external/chromium_org/third_party/mesa/src/include/CL/
cl_platform.h 412 /* Indicate whether .xyzw, .s0123 and .hi.lo are supported */
416 /* .hi and .lo are supported */
429 __extension__ struct{ cl_char lo, hi; }; member in struct:__anon15024::__anon15027
442 __extension__ struct{ cl_char2 lo, hi; }; member in struct:__anon15028::__anon15031
461 __extension__ struct{ cl_char4 lo, hi; }; member in struct:__anon15032::__anon15035
480 __extension__ struct{ cl_char8 lo, hi; }; member in struct:__anon15036::__anon15039
504 __extension__ struct{ cl_uchar lo, hi; }; member in struct:__anon15040::__anon15043
517 __extension__ struct{ cl_uchar2 lo, hi; }; member in struct:__anon15044::__anon15047
536 __extension__ struct{ cl_uchar4 lo, hi; }; member in struct:__anon15048::__anon15051
555 __extension__ struct{ cl_uchar8 lo, hi; }; member in struct:__anon15052::__anon15055
579 __extension__ struct{ cl_short lo, hi; }; member in struct:__anon15056::__anon15059
592 __extension__ struct{ cl_short2 lo, hi; }; member in struct:__anon15060::__anon15063
611 __extension__ struct{ cl_short4 lo, hi; }; member in struct:__anon15064::__anon15067
630 __extension__ struct{ cl_short8 lo, hi; }; member in struct:__anon15068::__anon15071
654 __extension__ struct{ cl_ushort lo, hi; }; member in struct:__anon15072::__anon15075
667 __extension__ struct{ cl_ushort2 lo, hi; }; member in struct:__anon15076::__anon15079
686 __extension__ struct{ cl_ushort4 lo, hi; }; member in struct:__anon15080::__anon15083
705 __extension__ struct{ cl_ushort8 lo, hi; }; member in struct:__anon15084::__anon15087
728 __extension__ struct{ cl_int lo, hi; }; member in struct:__anon15088::__anon15091
741 __extension__ struct{ cl_int2 lo, hi; }; member in struct:__anon15092::__anon15095
760 __extension__ struct{ cl_int4 lo, hi; }; member in struct:__anon15096::__anon15099
779 __extension__ struct{ cl_int8 lo, hi; }; member in struct:__anon15100::__anon15103
803 __extension__ struct{ cl_uint lo, hi; }; member in struct:__anon15104::__anon15107
816 __extension__ struct{ cl_uint2 lo, hi; }; member in struct:__anon15108::__anon15111
835 __extension__ struct{ cl_uint4 lo, hi; }; member in struct:__anon15112::__anon15115
854 __extension__ struct{ cl_uint8 lo, hi; }; member in struct:__anon15116::__anon15119
877 __extension__ struct{ cl_long lo, hi; }; member in struct:__anon15120::__anon15123
890 __extension__ struct{ cl_long2 lo, hi; }; member in struct:__anon15124::__anon15127
909 __extension__ struct{ cl_long4 lo, hi; }; member in struct:__anon15128::__anon15131
928 __extension__ struct{ cl_long8 lo, hi; }; member in struct:__anon15132::__anon15135
952 __extension__ struct{ cl_ulong lo, hi; }; member in struct:__anon15136::__anon15139
965 __extension__ struct{ cl_ulong2 lo, hi; }; member in struct:__anon15140::__anon15143
984 __extension__ struct{ cl_ulong4 lo, hi; }; member in struct:__anon15144::__anon15147
1003 __extension__ struct{ cl_ulong8 lo, hi; }; member in struct:__anon15148::__anon15151
1028 __extension__ struct{ cl_float lo, hi; }; member in struct:__anon15152::__anon15155
1041 __extension__ struct{ cl_float2 lo, hi; }; member in struct:__anon15156::__anon15159
1060 __extension__ struct{ cl_float4 lo, hi; }; member in struct:__anon15160::__anon15163
1079 __extension__ struct{ cl_float8 lo, hi; }; member in struct:__anon15164::__anon15167
1103 __extension__ struct{ cl_double lo, hi; }; member in struct:__anon15168::__anon15171
1116 __extension__ struct{ cl_double2 lo, hi; }; member in struct:__anon15172::__anon15175
1135 __extension__ struct{ cl_double4 lo, hi; }; member in struct:__anon15176::__anon15179
1154 __extension__ struct{ cl_double8 lo, hi; }; member in struct:__anon15180::__anon15183
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
charclass_test.cc 15 Rune hi; member in struct:re2::CCTest::__anon16699
20 Rune hi; member in struct:re2::CCTest::__anon16700
93 printf(" %d-%d", t->add[k].lo, t->add[k].hi);
99 printf(" %d-%d", t->final[k].lo, t->final[k].hi);
105 printf(" %d-%d", it->lo, it->hi);
111 if (t->final[j].lo <= x && x <= t->final[j].hi)
143 it->hi != t->final[j].hi) {
147 size += it->hi - it->lo + 1;
201 ccb.AddRange(t->add[j].lo, t->add[j].hi);
    [all...]

Completed in 640 milliseconds

1 2 3 45 6 7 8 91011>>