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

  /external/libyuv/files/source/
planar_functions.cc 939 uint32 v32 = value | (value << 8) | (value << 16) | (value << 24); local
942 SetRow(dst_y, v32, width);
    [all...]
  /external/srtp/crypto/include/
datatypes.h 84 uint32_t v32[2]; member in union:__anon15516
91 uint32_t v32[4]; member in union:__anon15517
174 (x)->v32[0] = 0, \
175 (x)->v32[1] = 0, \
176 (x)->v32[2] = 0, \
177 (x)->v32[3] = 0 \
182 (x)->v32[0] = (y)->v32[0], \
183 (x)->v32[1] = (y)->v32[1],
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jffs2.h 97 uint32_t v32; member in struct:__anon26487
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 97 uint32_t v32; member in struct:__anon28078
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 97 uint32_t v32; member in struct:__anon29592
  /external/webp/src/dsp/
enc_sse2.c 341 __m128i v01, v32; local
409 v32 = _mm_shuffle_epi32(v23, _MM_SHUFFLE(1, 0, 3, 2)); // 3 2 3 2 3 2..
419 const __m128i a01 = _mm_add_epi16(v01, v32);
420 const __m128i a32 = _mm_sub_epi16(v01, v32);
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr29166.cpp 21 register int v31=OFF+31,v32=OFF+32,v33=OFF+33,v34=OFF+34,v35=OFF+35,v36=OFF+36,v37=OFF+37,v38=OFF+38,v39=OFF+39,v40=OFF+40; local
52 sum +=v31+v32+v33+v34+v35+v36+v37+v38+v39+v40;
95 register int v31=OFF+31,v32=OFF+32,v33=OFF+33,v34=OFF+34,v35=OFF+35,v36=OFF+36,v37=OFF+37,v38=OFF+38,v39=OFF+39,v40=OFF+40; local
129 sum +=v31+v32+v33+v34+v35+v36+v37+v38+v39+v40;
166 sum +=v31+v32+v33+v34+v35+v36+v37+v38+v39+v40;
  /ndk/tests/device/test-stlport_static-exception/jni/
pr29166.cpp 21 register int v31=OFF+31,v32=OFF+32,v33=OFF+33,v34=OFF+34,v35=OFF+35,v36=OFF+36,v37=OFF+37,v38=OFF+38,v39=OFF+39,v40=OFF+40; local
52 sum +=v31+v32+v33+v34+v35+v36+v37+v38+v39+v40;
95 register int v31=OFF+31,v32=OFF+32,v33=OFF+33,v34=OFF+34,v35=OFF+35,v36=OFF+36,v37=OFF+37,v38=OFF+38,v39=OFF+39,v40=OFF+40; local
129 sum +=v31+v32+v33+v34+v35+v36+v37+v38+v39+v40;
166 sum +=v31+v32+v33+v34+v35+v36+v37+v38+v39+v40;

Completed in 275 milliseconds