HomeSort by relevance Sort by last modified time
    Searched refs:U4 (Results 1 - 13 of 13) sorted by null

  /external/valgrind/main/memcheck/tests/
sh-mem-random.c 15 typedef unsigned int U4;
92 static inline U4 randomU4 ( void )
94 static U4 n = 0;
113 U4 mv1 = 0, mv2 = 0, mv4 = 0, mv8 = 0, mv4f = 0, mv8f = 0;
128 U4 ty, src, dst;
146 case 2: { // U4
149 *(U4*)(arr+dst) = *(U4*)(arr+src);
sh-mem.c 14 typedef unsigned int U4;
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
107 assert(4 == sizeof(U4));
210 DO(4, U4, U4, /*isF4*/0);
211 DO(4, F4, U4, /*isF4*/1);
sh-mem.stderr.exp 6 -- NNN: 4 U4 U4 ------------------------
11 -- NNN: 4 F4 U4 ------------------------
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 139 * UL U0 U1 U2 U3 U4 U5 U6 U7
151 #define U4 pSrcAbove[4]
192 pTmp[2] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2);
193 pTmp[3] = (OMX_U8)((U3 + 2*U4 + U5 + 2)>>2);
194 pTmp[4] = (OMX_U8)((U4 + 2*U5 + U6 + 2)>>2);
292 pTmp[5] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2);
293 pTmp[6] = (OMX_U8)((U3 + U4 + 1)>>1);
294 pTmp[7] = (OMX_U8)((U3 + 2*U4 + U5 + 2)>>2);
295 pTmp[8] = (OMX_U8)((U4 + U5 + 1)>>1);
296 pTmp[9] = (OMX_U8)((U4 + 2*U5 + U6 + 2)>>2)
    [all...]
  /external/clang/test/CXX/class/class.union/
p1.cpp 96 union U4 {
99 int U4::i1 = 10;
  /external/srtp/tables/
aes_tables.c 139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256];
183 U4[i] = tmp.value;
243 printf("uint32_t U4 = {");
247 printf("0x%x, ", U4[i]);
285 printf("uint32_t U4 = {");
289 printf("0x%lx, ", U4[i]);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 51 union U4 {} constexpr u4 = {}; variable in typeref:union:U4
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 113 ^ *((const word32*)U4[w[3]]);
120 ^ *((const word32*)U4[w[3]]);
127 ^ *((const word32*)U4[w[3]]);
134 ^ *((const word32*)U4[w[3]]);
450 ^ *((const word32*)U4[a[0][3]]);
456 ^ *((const word32*)U4[a[1][3]]);
462 ^ *((const word32*)U4[a[2][3]]);
468 ^ *((const word32*)U4[a[3][3]]);
boxes-fst.dat     [all...]
  /external/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
    [all...]
  /external/openfst/src/test/
algo_test.h 132 VectorFst<Arc> U4(T1);
133 Union(&U4, U3);
135 CHECK(Equiv(U1, U4));
144 UnionFst<Arc> U4(T1, U3);
146 CHECK(Equiv(U2, U4));
156 UnionFst<Arc> U4(T1, U3);
158 CHECK(Equiv(U1, U4));
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 47 typedef uint32_t U4;
279 OOBTest<U4>();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump 401 ?W ??-q"?T>???????? O????k????yY? ??'b?w??r??e????k???/?????9L??G?7?^?*?'??~2u??`~???????[??t8?] ?8l??"?x??}???{????? ?,??O????=???L??z?(r ?\??????!?\???:???8?s????3??A??3B????????c?q\P????p?KA??*0??????7?K?F???b??/???'?????X'n:?ww?u4??!??|H??@?(??G +8 ?o8e?%???O%??m1v%??#V??5??????˜?U?vW???n??q?o?"p???&)?f?Ul??}S???'??w???.???C.7:??????y+_co?i?,??ww?OR?O-?D???????? ?N?N?????v'_?n??{???"??x?@,??????U{??g?????
    [all...]

Completed in 350 milliseconds