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

  /external/clang/test/Sema/
static-assert.c 42 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}}
  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 60 typedef uint32_t 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/valgrind/main/memcheck/tests/
sh-mem.c 14 typedef unsigned int U4;
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
108 assert(4 == sizeof(U4));
212 DO(4, U4, U4, /*isF4*/0);
213 DO(4, F4, U4, /*isF4*/1);
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);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c 139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256];
183 U4[i] = tmp.value;
241 printf("uint32_t U4 = {");
245 printf("0x%x, ", U4[i]);
283 printf("uint32_t U4 = {");
287 printf("0x%lx, ", U4[i]);
  /external/chromium_org/third_party/tlslite/tlslite/utils/
rijndael.py 160 U4 = []
178 U4.append(mul4(t, iG[3]))
274 U4[ tt & 0xFF]
  /external/srtp/crypto/cipher/
aes.c 52 * the tables U0, U1, U2, and U4 to compute its inverse
    [all...]
  /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/class/class.union/
p1.cpp 99 union U4 {
102 int U4::i1 = 10;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 52 union U4 {} constexpr u4 = {}; variable in typeref:union:U4
  /external/clang/test/CodeGen/
xcore-stringtype.c 139 // CHECK: !31 = metadata !{void (%union.U4*)* @unionType4, metadata
140 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
151 union U4{union U1 u1;};
155 void unionType4(union U4 u4) {}
  /external/valgrind/main/memcheck/tests/common/
sh-mem-vec128.tmpl.c 24 typedef unsigned int U4;
36 volatile U4 w32 = 0x88776655;
49 static inline U4 randomU4 ( void )
51 static U4 n = 0;
77 U4 r = VALGRIND_GET_VBITS(&x, &res, 1);
101 static void apply ( void(*fn)(U4,Bool), U4 arg1, Bool arg2 )
156 static void do_partial_load_case ( U4 nInitialValid, Bool aligned )
166 U4 j;
175 U4 i = nInitialValid
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 76 typedef unsigned int U4;
88 U4 origin = __msan_get_origin(&x);
143 T *GetPoisonedO(int i, U4 origin, T val = 0) {
212 EXPECT_POISONED(*GetPoisoned<U4>());
326 U4 *p = GetPoisoned<U4>();
357 EXPECT_NOT_POISONED(applyNot<U4>(0x0, 0x0));
358 EXPECT_NOT_POISONED(applyNot<U4>(0xFFFFFFFF, 0x0));
359 EXPECT_POISONED(applyNot<U4>(0xFFFFFFFF, 0xFFFFFFFF));
360 EXPECT_NOT_POISONED(applyNot<U4>(0xFF000000, 0x0FFFFFFF))
    [all...]

Completed in 342 milliseconds