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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
quote.hpp 84 typename U1, typename U2, typename U3, typename U4
89 F< U1,U2,U3,U4 >
90 , aux::has_type< F< U1,U2,U3,U4 > >::value
108 typename U1, typename U2, typename U3, typename U4
114 F< U1,U2,U3,U4,U5 >
115 , aux::has_type< F< U1,U2,U3,U4,U5 > >::value
arg.hpp 22 , typename U4 = na, typename U5 = na
40 , typename U4 = na, typename U5 = na
58 , typename U4 = na, typename U5 = na
76 , typename U4 = na, typename U5 = na
94 , typename U4 = na, typename U5 = na
98 typedef U4 type;
112 , typename U4 = na, typename U5 = na
bind.hpp 18 typename T, typename U1, typename U2, typename U3, typename U4
46 int N, typename U1, typename U2, typename U3, typename U4, typename U5
48 struct resolve_bind_arg< arg<N>, U1, U2, U3, U4, U5 >
50 typedef typename apply_wrap5<mpl::arg<N>, U1, U2, U3, U4, U5>::type type;
55 , typename T5, typename U1, typename U2, typename U3, typename U4
58 struct resolve_bind_arg< bind< F,T1,T2,T3,T4,T5 >, U1, U2, U3, U4, U5 >
61 typedef typename apply_wrap5< f_,U1,U2,U3,U4,U5 >::type type;
73 , typename U4 = na, typename U5 = na
81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_;
94 typename F, typename U1, typename U2, typename U3, typename U4
    [all...]
  /external/valgrind/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/asan/tests/
asan_asm_test.cc 117 DECLARE_ASM_WRITE(U4, "4", "movl", "r");
122 DECLARE_ASM_READ(U4, "4", "movl", "=r");
127 DECLARE_ASM_REP_MOVS(U4, "movsl");
172 U4 AsmLoad(U4 *a) {
173 U4 r;
178 void AsmStore(U4 r, U4 *a) {
207 U4* buf = new U4[2]
    [all...]
asan_test_utils.h 60 typedef uint32_t U4;
asan_oob_test.cc 74 OOBTest<U4>();
  /external/valgrind/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,
108 assert(4 == sizeof(U4));
212 DO(4, U4, U4, /*isF4*/0);
213 DO(4, F4, U4, /*isF4*/1);
sh-mem.stderr.exp 6 -- NNN: 4 U4 U4 ------------------------
11 -- NNN: 4 F4 U4 ------------------------
  /external/clang/test/Sema/
static-assert.c 42 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}}
  /external/clang/test/SemaCXX/
err_typecheck_assign_const.cpp 61 struct U4 {
66 U4 u4; local
67 u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-qualified type 'const U2'}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 154 * UL U0 U1 U2 U3 U4 U5 U6 U7
166 #define U4 pSrcAbove[4]
207 pTmp[2] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2);
208 pTmp[3] = (OMX_U8)((U3 + 2*U4 + U5 + 2)>>2);
209 pTmp[4] = (OMX_U8)((U4 + 2*U5 + U6 + 2)>>2);
307 pTmp[5] = (OMX_U8)((U2 + 2*U3 + U4 + 2)>>2);
308 pTmp[6] = (OMX_U8)((U3 + U4 + 1)>>1);
309 pTmp[7] = (OMX_U8)((U3 + 2*U4 + U5 + 2)>>2);
310 pTmp[8] = (OMX_U8)((U4 + U5 + 1)>>1);
311 pTmp[9] = (OMX_U8)((U4 + 2*U5 + U6 + 2)>>2)
    [all...]
  /external/clang/test/CXX/class/class.union/
p1.cpp 99 union U4 {
102 int U4::i1 = 10;
  /external/clang/test/CodeGen/
xcore-stringtype.c 147 // CHECK: !{{[0-9]+}} = !{void (%union.U4*)* @unionType4,
148 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
159 union U4{union U1 u1;};
163 void unionType4(union U4 u4) {}
  /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/compiler-rt/lib/msan/tests/
msan_test.cc 123 typedef unsigned int U4;
135 U4 origin = __msan_get_origin(&x);
191 T *GetPoisonedO(int i, U4 origin, T val = 0) {
260 EXPECT_POISONED(*GetPoisoned<U4>());
373 U4 *p = GetPoisoned<U4>();
404 EXPECT_NOT_POISONED(applyNot<U4>(0x0, 0x0));
405 EXPECT_NOT_POISONED(applyNot<U4>(0xFFFFFFFF, 0x0));
406 EXPECT_POISONED(applyNot<U4>(0xFFFFFFFF, 0xFFFFFFFF));
407 EXPECT_NOT_POISONED(applyNot<U4>(0xFF000000, 0x0FFFFFFF))
    [all...]
  /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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 52 union U4 {} constexpr u4 = {}; variable in typeref:union:U4
  /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...]

Completed in 1160 milliseconds