HomeSort by relevance Sort by last modified time
    Searched defs:w8 (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
yuvconvert.c 85 int w8 = width / 8; /* and so is one eighth */ local
89 struct yuv422 *out_odd = out_even + w8;
94 for (j = w8; j--; ) {
115 out_even += w8;
116 out_odd += w8;
  /external/python/cpython2/Modules/
yuvconvert.c 85 int w8 = width / 8; /* and so is one eighth */ local
89 struct yuv422 *out_odd = out_even + w8;
94 for (j = w8; j--; ) {
115 out_even += w8;
116 out_odd += w8;
  /external/valgrind/VEX/pub/
libvex_basictypes.h 77 UChar w8[16]; member in union:__anon42055
87 UChar w8[32]; member in union:__anon42056
  /external/boringssl/src/crypto/fipsmodule/sha/
sha1-altivec.c 216 const vec_uint32_t w8 = sched_00_15(vw + 2, data + 32, k); local
228 const vec_uint32_t w16 = sched_16_31(vw + 4, w12, w8, w4, w0, k);
235 const vec_uint32_t w20 = sched_16_31(vw + 5, w16, w12, w8, w4, k);
241 const vec_uint32_t w24 = sched_16_31(vw + 6, w20, w16, w12, w8, k);
259 const vec_uint32_t w36 = sched_32_79(vw + 9, w32, w28, w20, w8, w4, k);
266 const vec_uint32_t w40 = sched_32_79(vw + 10, w36, w32, w24, w12, w8, k);
  /prebuilts/go/darwin-x86/test/
zerodivide.go 34 u8, v8, w8 uint8 = 0, 0, 1 var
72 w8++
141 ErrorTest{"uint8 1/0", func() { use(w8 / v8) }, "divide"},
  /prebuilts/go/linux-x86/test/
zerodivide.go 34 u8, v8, w8 uint8 = 0, 0, 1 var
72 w8++
141 ErrorTest{"uint8 1/0", func() { use(w8 / v8) }, "divide"},
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 174 w8 = -2.95506530801732133437990433080327074e-02L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
  /external/capstone/suite/MC/Mips/
test_3rf.s.cs 7 0x78,0xb0,0x40,0x1a = fceq.d $w0, $w8, $w16
10 0x79,0x08,0x47,0x1a = fclt.w $w28, $w8, $w8
21 0x79,0x71,0x46,0xda = fcult.d $w27, $w8, $w17
22 0x78,0x48,0xa1,0x1a = fcun.w $w4, $w20, $w8
28 0x7a,0x10,0x02,0x1b = fexdo.h $w8, $w0, $w16
35 0x7b,0xa8,0x96,0x9b = fmax.d $w26, $w18, $w8
43 0x79,0x70,0x92,0x1b = fmsub.d $w8, $w18, $w16
74 0x7b,0x49,0x92,0x1c = maddr_q.h $w8, $w18, $w9
test_3r.s.cs 80 0x79,0x50,0x45,0xcf = clt_s.w $w23, $w8, $w16
104 0x79,0xd0,0x46,0x13 = dpadd_u.w $w24, $w8, $w16
147 0x7b,0x7f,0x42,0x0e = max_a.d $w8, $w8, $w31
161 0x7a,0x28,0xae,0xce = min_s.h $w27, $w21, $w8
163 0x7a,0x75,0x41,0x8e = min_s.d $w6, $w8, $w21
164 0x7a,0x88,0xd5,0x8e = min_u.b $w22, $w26, $w8
166 0x7a,0xce,0xa2,0x0e = min_u.w $w8, $w20, $w14
173 0x7b,0xa7,0x46,0x12 = mod_u.h $w24, $w8, $w7
189 0x79,0xa8,0x2e,0x94 = pckod.h $w26, $w5, $w8
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 870 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 256 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
311 w8 = _mm_sub_epi32(u0, u8);
329 v8 = _mm_add_epi32(w8, k__DCT_CONST_ROUNDING);
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_helpers.c 4287 UChar *w8; local
    [all...]

Completed in 499 milliseconds