Searched refs:hi2 (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dandroid_mips_ucontext.h32 uint32_t hi2; member in struct:__anon10570
/external/compiler-rt/android/include/sys/
H A Ducontext.h126 uint32_t hi2; member in struct:__anon19568
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftcalc.c279 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; local
283 lo2 = y & 0x0000FFFFU; hi2 = y >> 16;
286 i1 = lo1 * hi2;
288 hi = hi1 * hi2;
/external/chromium_org/third_party/freetype/src/base/
H A Dftcalc.c281 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; local
285 lo2 = y & 0x0000FFFFU; hi2 = y >> 16;
288 i1 = lo1 * hi2;
290 hi = hi1 * hi2;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh872 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) argument
874 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2);
878 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) argument
880 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3);
/external/freetype/src/base/
H A Dftcalc.c518 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; local
522 lo2 = y & 0x0000FFFFU; hi2 = y >> 16;
525 i1 = lo1 * hi2;
527 hi = hi1 * hi2;
/external/harfbuzz_ng/src/
H A Dhb-private.hh822 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) argument
824 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2);
828 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) argument
830 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3);
/external/chromium_org/chrome/browser/net/
H A Dpredictor_unittest.cc610 hi2("http://hi2:80"),
623 queue.Push(hi2, UrlInfo::STATIC_REFERAL_MOTIVATED);
628 EXPECT_EQ(queue.Pop(), hi2);
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_helpers.c73 UInt lo, hi1, hi2; local
79 : "=r" (hi1), "=r" (lo), "=r" (hi2)
81 if (hi1 == hi2) break;
H A Dhost_x86_isel.c1907 HReg hi1, lo1, hi2, lo2; local
1912 iselInt64Expr( &hi2, &lo2, env, mi.bindee[1] );
1913 addInstr(env, X86Instr_Alu32R(Xalu_OR,X86RMI_Reg(hi2),tmp));
2041 HReg hi1, hi2, lo1, lo2; local
2045 iselInt64Expr( &hi2, &lo2, env, e->Iex.Binop.arg2 );
2047 addInstr(env, X86Instr_Alu32R(Xalu_XOR,X86RMI_Reg(hi2), tHi));
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c3033 UChar hi2 = (instr_0 >> 6) & 3; local
3040 if (hi2 == DW_CFA_advance_loc) {
3050 if (hi2 == DW_CFA_offset) {
3066 if (hi2 == DW_CFA_restore) {
3078 vg_assert(hi2 == DW_CFA_use_secondary);
3438 UChar hi2 = (instr_0 >> 6) & 3; local
3452 hi2, lo6, i_0, i_1, i_2, i_3, i_4, i_5, i_6, i_7);
3455 if (hi2 == DW_CFA_advance_loc) {
3460 if (hi2 == DW_CFA_offset) {
3468 if (hi2
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c546 const __m128i hi2 = _mm_unpackhi_epi8(diff2, zero); local
551 const __m128i hi_madd2 = _mm_madd_epi16(hi2, hi2);
/external/webp/src/dsp/
H A Denc_sse2.c546 const __m128i hi2 = _mm_unpackhi_epi8(diff2, zero); local
551 const __m128i hi_madd2 = _mm_madd_epi16(hi2, hi2);
/external/chromium_org/v8/src/
H A Dsampler.cc107 uint32_t hi2; member in struct:__anon17331
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c1512 FT_Int32 m, s, hi1, hi2, hi; local
1528 hi2 = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo2 < l );
1532 hi = hi1 + hi2 + ( lo < lo1 );
/external/freetype/src/truetype/
H A Dttinterp.c1621 FT_Int32 m, s, hi1, hi2, hi; local
1637 hi2 = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo2 < l );
1641 hi = hi1 + hi2 + ( lo < lo1 );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.c1512 FT_Int32 m, s, hi1, hi2, hi; local
1528 hi2 = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo2 < l );
1532 hi = hi1 + hi2 + ( lo < lo1 );

Completed in 426 milliseconds