Searched refs:U1 (Results 1 - 25 of 62) sorted by last modified time

123

/external/valgrind/memcheck/tests/
H A Dsh-mem-random.c13 typedef unsigned char U1; typedef
37 U8 build(int size, U1 byte)
63 U1 make_defined ( U1 x )
65 volatile U1 xx = x;
70 void check(U1* arr, int n, char* who)
73 U1* shadow = malloc(n);
74 U1 arr_i;
100 static inline U1 randomU1 ( void )
109 void do_test_at ( U1* ar
[all...]
H A Dsh-mem.c12 typedef unsigned char U1; typedef
38 U8 build(int size, U1 byte)
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt,
71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits
89 U1 *undefA, expected_byte, expected_byte_alt;
102 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) );
106 assert(1 == sizeof(U1));
145 Ty* aNb = (Ty*)(((U1*)a
[all...]
H A Dsh-mem.stderr.exp1 -- NNN: 1 U1 U1 ------------------------
/external/valgrind/VEX/priv/
H A Dhost_amd64_isel.c542 && guard->Iex.Const.con->Ico.U1 == True) {
639 && guard->Iex.Const.con->Ico.U1 == True) {
2226 vassert(e->Iex.Const.con->Ico.U1 == True
2227 || e->Iex.Const.con->Ico.U1 == False);
2231 return e->Iex.Const.con->Ico.U1 ? Acc_Z : Acc_NZ;
H A Dhost_arm64_isel.c608 && guard->Iex.Const.con->Ico.U1 == True) {
714 && guard->Iex.Const.con->Ico.U1 == True) {
H A Dhost_arm_isel.c490 && guard->Iex.Const.con->Ico.U1 == True) {
626 && guard->Iex.Const.con->Ico.U1 == True) {
1147 vassert(e->Iex.Const.con->Ico.U1 == True
1148 || e->Iex.Const.con->Ico.U1 == False);
1152 return e->Iex.Const.con->Ico.U1 ? ARMcc_EQ : ARMcc_NE;
H A Dhost_mips_isel.c490 && guard->Iex.Const.con->Ico.U1 == True) {
593 && guard->Iex.Const.con->Ico.U1 == True) {
H A Dhost_ppc_isel.c842 && guard->Iex.Const.con->Ico.U1 == True) {
999 && guard->Iex.Const.con->Ico.U1 == True) {
2834 if (e->tag == Iex_Const && e->Iex.Const.con->Ico.U1 == True) {
H A Dhost_s390_isel.c452 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break;
474 case Ico_U1: value = con->Ico.U1; return ((Long)(value << 63) >> 63);
597 && guard->Iex.Const.con->Ico.U1 == True) {
1925 case Ico_U1: value = expr->Iex.Const.con->Ico.U1; break;
3271 vassert(cond->Iex.Const.con->Ico.U1 == True
3272 || cond->Iex.Const.con->Ico.U1 == False);
3274 return cond->Iex.Const.con->Ico.U1 == True ? S390_CC_ALWAYS : S390_CC_NEVER;
H A Dhost_tilegx_isel.c279 && guard->Iex.Const.con->Ico.U1 == True) {
334 && guard->Iex.Const.con->Ico.U1 == True) {
1377 if (e->tag == Iex_Const && e->Iex.Const.con->Ico.U1 == True)
H A Dhost_x86_isel.c647 && guard->Iex.Const.con->Ico.U1 == True) {
1805 vassert(e->Iex.Const.con->Ico.U1 == True
1806 || e->Iex.Const.con->Ico.U1 == False);
1810 return e->Iex.Const.con->Ico.U1 ? Xcc_Z : Xcc_NZ;
H A Dir_defs.c76 case Ico_U1: vex_printf( "%d:I1", con->Ico.U1 ? 1 : 0); break;
1675 c->Ico.U1 = bit;
2245 case Ico_U1: return IRConst_U1(c->Ico.U1);
3794 return toBool( con->Ico.U1 == True || con->Ico.U1 == False );
4603 case Ico_U1: return toBool( (1 & c1->Ico.U1) == (1 & c2->Ico.U1) );
H A Dir_opt.c1098 case Ico_U1: return toBool( c1->Ico.U1 == c2->Ico.U1 );
1221 case Ico_U1: return toBool( e->Iex.Const.con->Ico.U1 == 0);
1381 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1386 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1391 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1397 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1402 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1407 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
1412 e->Iex.Unop.arg->Iex.Const.con->Ico.U1
[all...]
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h295 Bool U1; member in union:_IRConst::__anon15736
/external/valgrind/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c22 typedef unsigned char U1; typedef
37 volatile U1* p = (U1*)&w32;
57 static inline U1 randomU1 ( void )
66 static inline U1 self_shadow ( U1 x )
68 U1 res = 0xFF;
74 static inline U1 get_shadow ( U1 x )
76 U1 re
[all...]
/external/srtp/crypto/cipher/
H A Daes.c52 * the tables U0, U1, U2, and U4 to compute its inverse
399 static uint32_t U1[256] = { variable
937 static uint32_t U1[256] = { variable
1433 * mixColumn is implemented by using the tables U0, U1, U2, U3,
1444 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^
1451 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^
1458 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^
1465 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^
1473 ^ U1[aes_sbox[expanded_key[i].v8[1]]]
1478 ^ U1[aes_sbo
[all...]
/external/srtp/tables/
H A Daes_tables.c135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
168 U1[i] = tmp.value;
219 printf("uint32_t U1 = {");
223 printf("0x%x, ", U1[i]);
261 printf("uint32_t U1 = {");
265 printf("0x%lx, ", U1[i]);
/external/selinux/checkpolicy/
H A Dpolicy_parse.y136 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
549 cexpr_prim : U1 op U2
558 | U1 op { if (insert_separator(1)) return -1; } names_push
H A Dpolicy_scan.l207 U1 { return(U1); }
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h739 template <typename U0, typename U1>
740 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
748 template <typename U0, typename U1>
749 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-tuple.h228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
/external/openfst/src/test/
H A Dalgo_test.h90 VectorFst<Arc> U1(T1);
91 Union(&U1, T2);
93 CHECK(Equiv(U1, U2));
126 VectorFst<Arc> U1(T1);
127 Union(&U1, T2);
128 Union(&U1, T3);
135 CHECK(Equiv(U1, U4));
140 UnionFst<Arc> U1(T1, T2);
141 UnionFst<Arc> U2(U1, T3);
152 UnionFst<Arc> U1(T
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/mesa3d/src/glsl/glcpp/tests/
H A D067-nested-ifdef-ifndef.c6 #ifdef U1
34 #ifndef U1

Completed in 823 milliseconds

123