Searched defs:hi (Results 251 - 275 of 326) sorted by relevance

<<11121314

/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc2073 LOperand* hi = UseRegister(instr->hi()); local
2074 return DefineAsRegister(new(zone()) LConstructDouble(hi, lo));
H A Dlithium-x87.h2536 LConstructDouble(LOperand* hi, LOperand* lo) { argument
2537 inputs_[0] = hi;
2541 LOperand* hi() { return inputs_[0]; } function in class:v8::internal::FINAL
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc1800 __ B(&wrong, hi);
1813 __ B(&wrong, hi);
6007 __ Fccmp(d18, d19, NFlag, hi);
9092 // x[0](hi) -> w[0]
9093 // x[0](lo) -> x[1](hi)
9096 // x[2](hi) -> x[2](hi)
9098 // x[2](hi) -> w[3]
9099 // x[2](lo) -> x[4](hi)
9100 // x[2](hi)
9216 uint64_t hi = stack[slot++]; local
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4075 Cluster** hi = j;
4077 while (lo < hi)
4081 //[lo, hi) ?
4082 //[hi, j) > time_ns
4084 Cluster** const mid = lo + (hi - lo) / 2;
4085 assert(mid < hi);
4097 hi = mid;
4099 assert(lo <= hi);
4102 assert(lo == hi);
4126 Cluster** hi
5956 Cluster** hi = j; local
6267 Cluster** hi = j; local
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp3684 Cluster** hi = j;
3686 while (lo < hi)
3690 //[lo, hi) ?
3691 //[hi, j) > time_ns
3693 Cluster** const mid = lo + (hi - lo) / 2;
3694 assert(mid < hi);
3706 hi = mid;
3708 assert(lo <= hi);
3711 assert(lo == hi);
3735 Cluster** hi
5204 Cluster** hi = j; local
5460 Cluster** hi = j; local
[all...]
/external/mdnsresponder/mDNSCore/
H A DuDNS.c1424 HostnameInfo *besthi = mDNSNULL, *hi; local
1426 for (hi = m->Hostnames; hi; hi = hi->next)
1427 if (hi->arv4.state == regState_Registered || hi->arv4.state == regState_Refresh ||
1428 hi->arv6.state == regState_Registered || hi->arv6.state == regState_Refresh)
1430 int x, hostcount = CountLabels(&hi
2141 HostnameInfo *hi = (HostnameInfo *)rr->RecordContext; local
2318 HostnameInfo *hi = *ptr; local
4772 HostnameInfo *hi; local
[all...]
/external/pixman/pixman/
H A Dpixman-mmx.c443 pack8888 (__m64 lo, __m64 hi) argument
445 return _mm_packs_pu16 (lo, hi);
3558 __m64 hi = _mm_add_pi16 (t_hi, b_hi); \
3568 __m64 p = _mm_unpacklo_pi16 (lo, hi); \
3569 __m64 q = _mm_unpackhi_pi16 (lo, hi); \
3571 hi = _mm_madd_pi16 (q, mm_wh); \
3582 __m64 mm_lo_hi = _mm_mullo_pi16 (hi, mm_wh_hi); \
3584 __m64 mm_hi_hi = _mm_mulhi_pu16 (hi, mm_wh_hi); \
3587 hi = _mm_add_pi32 (_mm_unpackhi_pi16 (mm_lo_lo, mm_hi_lo), \
3592 hi
[all...]
H A Dpixman-private.h1083 uint32_t hi, lo; local
1085 __asm__ __volatile__ ("rdtsc\n" : "=a" (lo), "=d" (hi));
1087 return lo | (((uint64_t)hi) << 32);
H A Dpixman-sse2.c100 __m128i lo, hi; local
103 hi = _mm_unpackhi_epi16 (data, _mm_setzero_si128 ());
106 hi = unpack_565_to_8888 (hi);
109 unpack_128_2x128 (hi, data2, data3);
121 pack_2x128_128 (__m128i lo, __m128i hi) argument
123 return _mm_packus_epi16 (lo, hi);
127 pack_565_2packedx128_128 (__m128i lo, __m128i hi) argument
130 __m128i rb1 = _mm_and_si128 (hi, mask_565_rb);
136 __m128i g1 = _mm_and_si128 (hi, mask_gree
150 pack_565_2x128_128(__m128i lo, __m128i hi) argument
214 __m128i lo, hi; local
229 __m128i lo, hi; local
245 __m128i lo, hi; local
293 __m128i lo, hi; local
325 __m128i lo, hi; local
6271 __m128i lo, hi, s; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c414 DATA_UTYPE hi; \
422 hi = NARROWtoU(rr >>/*u*/ DATA_BITS); \
423 cf = (hi != 0); \
440 DATA_STYPE hi; \
448 hi = NARROWtoS(rr >>/*s*/ DATA_BITS); \
449 cf = (hi != (lo >>/*s*/ (DATA_BITS-1))); \
465 ULong lo, hi; \
466 mullU64( (ULong)CC_DEP1, (ULong)CC_DEP2, &hi, &lo ); \
467 cf = (hi != 0); \
483 Long lo, hi; \
2873 ULong hi, lo, tmp, A[16]; local
[all...]
H A Dhost_ppc_isel.c544 // store hi,lo as Ity_I32's
2833 HReg hi, lo; local
2835 iselInt64Expr( &hi, &lo, env, e->Iex.Unop.arg );
2836 addInstr(env, PPCInstr_Alu(Palu_OR, tmp, lo, PPCRH_Reg(hi)));
3449 // load hi,lo words (of hi/lo half of vec) as Ity_I32's
3506 // load hi,lo as Ity_I32's
3533 // load hi,lo as Ity_I32's
H A Dhost_x86_isel.c1922 HReg hi, lo; local
1924 iselInt64Expr( &hi, &lo, env, e->Iex.Unop.arg );
1925 addInstr(env, mk_iMOVsd_RR(hi, tmp));
2299 to be shifted into %hi:%lo, and the shift amount into
2302 shldl %cl, %lo, %hi -- make %hi be right for the
2313 cmovnz %lo, %hi
2341 to be shifted into %hi:%lo, and the shift amount into
2344 shrdl %cl, %hi, %lo -- make %lo be right for the
2346 shrl %cl, %hi
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h344 UINT16 hi; member in struct:__anon1474
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c1447 FT_UInt32 ah, al, mid, lo, hi; local
1462 hi = mid >> 16;
1466 hi += 1;
1468 mid = ( lo >> 14 ) | ( hi << 18 );
1480 FT_Int32 m, s, hi; local
1489 hi = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo < l );
1492 s = hi >> 31;
1494 hi += s + ( l < lo );
1498 hi += l < lo;
1500 return (FT_Int32)( ( (FT_UInt32)hi << 1
1512 FT_Int32 m, s, hi1, hi2, hi; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c409 uInt hi=0, lo; /* .. */ local
413 hi=lo/10;
417 /* collect remaining Units, if any, into hi */
418 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1];
419 /* now low has the lsd, hi the remainder */
420 if (hi>214748364 || (hi==214748364 && lo>7)) { /* out of range? */
422 if (dn->bits&DECNEG && hi==214748364 && lo==8) return 0x80000000;
426 Int i=X10(hi)+lo;
445 uInt hi local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemastypes.c88 unsigned long hi; member in struct:_xmlSchemaValDecimal
2071 unsigned long lo = 0, mi = 0, hi = 0; local
2090 hi = hi * 10 + (*cur++ - '0');
2105 *lhi = hi;
2354 &v->value.decimal.hi);
3120 unsigned long lo, mi, hi; local
3132 ret = xmlSchemaParseUInt(&cur, &lo, &mi, &hi);
3141 ((hi != 0) || (mi != 0) || (lo != 0)))
3146 if ((hi
3179 unsigned long lo, mi, hi; local
3252 unsigned long lo, mi, hi; local
3403 unsigned long hi, mi, lo; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c2543 N_word hi; local
2556 hi = (yy >> 1) + (zz >> 1) + (lo >> 1);
2557 cc = ((hi AND MSB) != 0);
2558 *X++ = (hi << 1) OR (lo AND LSB);
2592 hi = ((yy AND MSB) >> 1) + ((zz AND MSB) >> 1) + (vv >> 1);
2593 cc = hi AND MSB;
2595 *X = (hi << 1) OR (lo AND mm);
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc924 case hi: c = "hi"; break;
2421 static void DoubleAsTwoUInt32(double d, uint32_t* lo, uint32_t* hi) { argument
2426 *hi = i >> 32;
2453 uint32_t lo, hi; local
2454 DoubleAsTwoUInt32(d, &lo, &hi);
2457 if ((lo != 0) || ((hi & 0xffff) != 0)) {
2462 if (((hi & 0x3fc00000) != 0) && ((hi & 0x3fc00000) != 0x3fc00000)) {
2467 if (((hi
2526 uint32_t lo, hi; local
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h1072 LConstructDouble(LOperand* hi, LOperand* lo) { argument
1073 inputs_[0] = hi;
1077 LOperand* hi() { return inputs_[0]; } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.cc2040 void Assembler::DoubleAsTwoUInt32(double d, uint32_t* lo, uint32_t* hi) { argument
2045 *hi = i >> 32;
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.cc2266 void Assembler::DoubleAsTwoUInt32(double d, uint32_t* lo, uint32_t* hi) { argument
2271 *hi = i >> 32;
/external/freetype/src/truetype/
H A Dttinterp.c1456 smull t2, t, b, a /* (lo=t2,hi=t) = a*b */
1457 mov a, t, asr #31 /* a = (hi >> 31) */
1468 "smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */
1469 "mov %0, %2, asr #31\n\t" /* %0 = (hi >> 31) */
1543 FT_UInt32 ah, al, mid, lo, hi; local
1558 hi = mid >> 16;
1562 hi += 1;
1564 mid = ( lo >> 14 ) | ( hi << 18 );
1621 FT_Int32 m, s, hi1, hi2, hi; local
1641 hi
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c411 uInt hi=0, lo; /* .. */ local
415 hi=lo/10;
419 /* collect remaining Units, if any, into hi */
420 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1];
421 /* now low has the lsd, hi the remainder */
422 if (hi>214748364 || (hi==214748364 && lo>7)) { /* out of range? */
424 if (dn->bits&DECNEG && hi==214748364 && lo==8) return 0x80000000;
428 Int i=X10(hi)+lo;
447 uInt hi local
[all...]
/external/libxml2/
H A Dxmlschemastypes.c88 unsigned long hi; member in struct:_xmlSchemaValDecimal
2071 unsigned long lo = 0, mi = 0, hi = 0; local
2090 hi = hi * 10 + (*cur++ - '0');
2105 *lhi = hi;
2354 &v->value.decimal.hi);
3127 unsigned long lo, mi, hi; local
3139 ret = xmlSchemaParseUInt(&cur, &lo, &mi, &hi);
3148 ((hi != 0) || (mi != 0) || (lo != 0)))
3153 if ((hi
3186 unsigned long lo, mi, hi; local
3259 unsigned long lo, mi, hi; local
3410 unsigned long hi, mi, lo; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.c1447 FT_UInt32 ah, al, mid, lo, hi; local
1462 hi = mid >> 16;
1466 hi += 1;
1468 mid = ( lo >> 14 ) | ( hi << 18 );
1480 FT_Int32 m, s, hi; local
1489 hi = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo < l );
1492 s = hi >> 31;
1494 hi += s + ( l < lo );
1498 hi += l < lo;
1500 return (FT_Int32)( ( (FT_UInt32)hi << 1
1512 FT_Int32 m, s, hi1, hi2, hi; local
[all...]

Completed in 6356 milliseconds

<<11121314