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

/external/freetype/src/base/
H A Dftcalc.c261 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; local
265 lo2 = y & 0x0000FFFFU; hi2 = y >> 16;
268 i1 = lo1 * hi2;
270 hi = hi1 * hi2;
/external/chromium/chrome/browser/net/
H A Dpredictor_unittest.cc532 hi2("http://hi2:80"),
545 queue.Push(hi2, UrlInfo::STATIC_REFERAL_MOTIVATED);
550 EXPECT_EQ(queue.Pop(), hi2);
/external/skia/src/core/
H A DSkBitmapProcState_matrix_repeat.h354 int16x8_t hi, hi2; local
407 hi2 = vreinterpretq_s16_s32(y2);
408 vst1q_s16(mydst+8, hi2);
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_helpers.c72 UInt lo, hi1, hi2; local
78 : "=r" (hi1), "=r" (lo), "=r" (hi2)
80 if (hi1 == hi2) break;
H A Dhost_x86_isel.c1766 HReg hi1, lo1, hi2, lo2; local
1771 iselInt64Expr( &hi2, &lo2, env, mi.bindee[1] );
1772 addInstr(env, X86Instr_Alu32R(Xalu_OR,X86RMI_Reg(hi2),tmp));
1886 HReg hi1, hi2, lo1, lo2; local
1890 iselInt64Expr( &hi2, &lo2, env, e->Iex.Binop.arg2 );
1892 addInstr(env, X86Instr_Alu32R(Xalu_XOR,X86RMI_Reg(hi2), tHi));
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c2859 UChar hi2 = (instr[i] >> 6) & 3; local
2869 if (hi2 == DW_CFA_advance_loc) {
2879 if (hi2 == DW_CFA_offset) {
2896 if (hi2 == DW_CFA_restore) {
2908 vg_assert(hi2 == DW_CFA_use_secondary);
3290 UChar hi2 = (instr[i] >> 6) & 3; local
3295 hi2, lo6,
3299 if (hi2 == DW_CFA_advance_loc) {
3304 if (hi2 == DW_CFA_offset) {
3313 if (hi2
[all...]
/external/freetype/src/truetype/
H A Dttinterp.c1503 FT_Int32 m, s, hi1, hi2, hi; local
1519 hi2 = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo2 < l );
1523 hi = hi1 + hi2 + ( lo < lo1 );
1546 FT_Int32 m, hi1, hi2, hi;
1570 hi2 = hi + ( m >> 15 ) + ( lo2 < l );
1574 hi = hi1 + hi2 + ( lo < lo1 );
/external/v8/src/
H A Dplatform-linux.cc981 uint32_t hi2; member in struct:v8::internal::sigcontext

Completed in 189 milliseconds