Searched defs:hi2 (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/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_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrix_repeat_neon.h320 int16x8_t hi, hi2; local
373 hi2 = vreinterpretq_s16_s32(y2);
374 vst1q_s16(mydst+8, hi2);
/external/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/skia/src/opts/
H A DSkBitmapProcState_matrix_repeat_neon.h320 int16x8_t hi, hi2; local
373 hi2 = vreinterpretq_s16_s32(y2);
374 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.c1784 HReg hi1, lo1, hi2, lo2; local
1789 iselInt64Expr( &hi2, &lo2, env, mi.bindee[1] );
1790 addInstr(env, X86Instr_Alu32R(Xalu_OR,X86RMI_Reg(hi2),tmp));
1904 HReg hi1, hi2, lo1, lo2; local
1908 iselInt64Expr( &hi2, &lo2, env, e->Iex.Binop.arg2 );
1910 addInstr(env, X86Instr_Alu32R(Xalu_XOR,X86RMI_Reg(hi2), tHi));
/external/chromium_org/v8/src/
H A Dsampler.cc116 uint32_t hi2; member in struct:__anon14656
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-private.hh800 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) argument
802 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3);
/external/harfbuzz_ng/src/
H A Dhb-private.hh800 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) argument
802 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3);
/external/v8/src/
H A Dplatform-linux.cc976 uint32_t hi2; member in struct:v8::internal::sigcontext
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c549 const __m128i hi2 = _mm_unpackhi_epi8(diff2, zero); local
554 const __m128i hi_madd2 = _mm_madd_epi16(hi2, hi2);
/external/webp/src/dsp/
H A Denc_sse2.c549 const __m128i hi2 = _mm_unpackhi_epi8(diff2, zero); local
554 const __m128i hi_madd2 = _mm_madd_epi16(hi2, hi2);
/external/chromium_org/third_party/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/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/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c2930 UChar hi2 = (instr[i] >> 6) & 3; local
2940 if (hi2 == DW_CFA_advance_loc) {
2950 if (hi2 == DW_CFA_offset) {
2967 if (hi2 == DW_CFA_restore) {
2979 vg_assert(hi2 == DW_CFA_use_secondary);
3361 UChar hi2 = (instr[i] >> 6) & 3; local
3366 hi2, lo6,
3370 if (hi2 == DW_CFA_advance_loc) {
3375 if (hi2 == DW_CFA_offset) {
3384 if (hi2
[all...]

Completed in 513 milliseconds