Home
last modified time | relevance | path

Searched refs:U8 (Results 1 – 25 of 34) sorted by relevance

12

/external/valgrind/main/memcheck/tests/
Dsh-mem.c15 typedef unsigned long long U8; typedef
24 U8 a [SZB_OF_a / 8]; // Type is U8 to ensure it's 8-aligned
25 U8 b [SZB_OF_a / 8]; // same size as a[]
38 U8 build(int size, U1 byte) in build()
41 U8 mask = 0; in build()
42 U8 shres; in build()
43 U8 res = 0xffffffffffffffffULL, res2; in build()
49 mask |= (U8)byte; in build()
108 assert(8 == sizeof(U8)); in main()
151 U8 tmp = build(NNN, j); \ in main()
[all …]
Dsh-mem-random.c16 typedef unsigned long long U8; typedef
37 U8 build(int size, U1 byte) in build()
40 U8 mask = 0; in build()
41 U8 shres; in build()
42 U8 res = 0xffffffffffffffffULL, res2; in build()
48 mask |= (U8)byte; in build()
75 U8 sum = 0; in check()
85 sum += (U8)arr_i; in check()
156 *(U8*)(arr+dst) = *(U8*)(arr+src); in do_test_at()
Dsh-mem.stderr.exp16 -- NNN: 8 U8 U8 ------------------------
25 -- NNN: 8 F8 U8 ------------------------
/external/chromium_org/crypto/
Dopenpgp_symmetric_encryption.cc31 bool U8(uint8* out) { in U8() function in crypto::__anon81abcd580111::Reader
239 if (!reader->U8(&header)) in ParsePacket()
260 if (!reader->U8(&length_byte)) in ParsePacket()
343 if (!reader->U8(&length_spec)) in ParseLength()
352 if (!reader->U8(&next_byte)) in ParseLength()
378 if (!reader->U8(&version) || version != 4) in ParseSymmetricKeyEncrypted()
381 if (!reader->U8(&cipher) || in ParseSymmetricKeyEncrypted()
382 !reader->U8(&s2k_type) || in ParseSymmetricKeyEncrypted()
383 !reader->U8(&hash_func_id)) { in ParseSymmetricKeyEncrypted()
418 !reader->U8(&count_spec)) { in ParseSymmetricKeyEncrypted()
[all …]
/external/chromium/net/base/
Ddnssec_chain_verifier.cc384 bool DNSSECChainVerifier::U8(uint8* v) { in U8() function in net::DNSSECChainVerifier
450 if (!U8(&entry_key) || in ReadAheadEntryKey()
467 if (!U8(&num_keys)) in ReadAheadKey()
485 if (!U8(&num_keys)) in ReadDNSKEYs()
591 if (!U8(&entry_key) || in EnterZone()
718 if (!U8(&num_ds)) in ReadDSSet()
729 if (!U8(&digest_type) || in ReadDSSet()
785 if (!U8(&num_rrs)) in ReadGenericRRs()
Ddnssec_chain_verifier.h71 bool U8(uint8*);
Ddnsrr_resolver.cc428 bool U8(uint8* v) { in U8() function in net::Buffer
574 !buf.U8(&flags2)) { in ParseFromResponse()
/external/skia/include/xml/
DSkBML_WXMLParser.h43 U8 fNextElem, fNextAttrName, fNextAttrValue;
/external/chromium_org/third_party/skia/include/xml/
DSkBML_WXMLParser.h43 U8 fNextElem, fNextAttrName, fNextAttrValue;
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc61 typedef unsigned long long U8; // NOLINT typedef
146 static U8 poisoned_array[100];
417 EXPECT_UMR(break_optimization((void*)(U8)a[GetPoisonedZero()])); in TEST()
1092 TestOverlapMemmove<U8, 4>(); in TEST()
1093 TestOverlapMemmove<U8, 1000>(); in TEST()
1809 U8 b;
1885 U8 a8, b8;
2427 U8 y = 0; in TEST()
2454 return ReturnPoisoned<U8>(); in return_poisoned_int()
2573 BinaryOpOriginTest<U8>(ADD<U8>); in TEST()
[all …]
/external/compiler-rt/lib/asan/tests/
Dasan_test_utils.h65 typedef uint64_t U8; typedef
/external/valgrind/main/VEX/priv/
Dir_opt.c1045 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 ); in sameIRExprs_aux2()
1157 case Ico_U8: return toBool( e->Iex.Const.con->Ico.U8 == 0); in isZeroU()
1170 case Ico_U8: return toBool( e->Iex.Const.con->Ico.U8 == 0xFF); in isOnesU()
1321 /* signed */ Int s32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8; in fold_Expr()
1336 0xFFULL & e->Iex.Unop.arg->Iex.Const.con->Ico.U8)); in fold_Expr()
1344 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U8)); in fold_Expr()
1347 /* signed */ Short s16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8; in fold_Expr()
1355 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U8)); in fold_Expr()
1398 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U8)))); in fold_Expr()
1467 (0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U8) in fold_Expr()
[all …]
Dhost_arm_isel.c886 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RI84_wrk()
940 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RI5_wrk()
1298 index = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk()
1323 index = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk()
1758 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_R_wrk()
2632 imm = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk()
2656 imm = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk()
2680 imm = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk()
3048 imm6 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk()
3225 index = mi.bindee[1]->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk()
[all …]
Dhost_ppc_isel.c2126 case Ico_U8: l = (Long)(Int)(Char )con->Ico.U8; break; in iselWordExpr_R_wrk()
2347 case Ico_U8: u = 0x000000FF & con->Ico.U8; break; in iselWordExpr_RH_wrk()
2404 case Ico_U8: l = (Long)(Int)(Char )con->Ico.U8; break; in iselWordExpr_RI_wrk()
2450 && e->Iex.Const.con->Ico.U8 >= 1 in iselWordExpr_RH5u_wrk()
2451 && e->Iex.Const.con->Ico.U8 <= 31) { in iselWordExpr_RH5u_wrk()
2452 return PPCRH_Imm(False/*unsigned*/, e->Iex.Const.con->Ico.U8); in iselWordExpr_RH5u_wrk()
2495 && e->Iex.Const.con->Ico.U8 >= 1 in iselWordExpr_RH6u_wrk()
2496 && e->Iex.Const.con->Ico.U8 <= 63) { in iselWordExpr_RH6u_wrk()
2497 return PPCRH_Imm(False/*unsigned*/, e->Iex.Const.con->Ico.U8); in iselWordExpr_RH6u_wrk()
Dhost_mips_isel.c1461 l = (Long) (Int) (Char) con->Ico.U8; in iselWordExpr_R_wrk()
1554 u = 0x000000FF & con->Ico.U8; in iselWordExpr_RH_wrk()
1607 && e->Iex.Const.con->Ico.U8 >= 1 && e->Iex.Const.con->Ico.U8 <= 31) { in iselWordExpr_RH5u_wrk()
1608 return MIPSRH_Imm(False /*unsigned */ , e->Iex.Const.con->Ico.U8); in iselWordExpr_RH5u_wrk()
Dhost_x86_isel.c110 && e->Iex.Const.con->Ico.U8 == 0; in isZeroU8()
923 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk()
1453 ->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk()
1470 UInt shift = e->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk()
1532 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RMI_wrk()
1592 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RI_wrk()
Dhost_amd64_isel.c965 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk()
1812 && imm8->Iex.Const.con->Ico.U8 < 4 in iselIntExpr_AMode_wrk()
1817 UInt shift = imm8->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk()
1833 UInt shift = e->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk()
1907 return AMD64RMI_Imm(0xFF & e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RMI_wrk()
1976 return AMD64RI_Imm(0xFF & e->Iex.Const.con->Ico.U8); in iselIntExpr_RI_wrk()
Dhost_s390_isel.c412 case Ico_U8: value = expr->Iex.Const.con->Ico.U8; break; in s390_expr_is_const_zero()
1372 case Ico_U8: value = con->Ico.U8; break; in s390_isel_int_expr_wrk()
1470 case Ico_U8: value = expr->Iex.Const.con->Ico.U8; break; in s390_isel_int_expr_RMI()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kdt_mgc3.pkb70 ���U8�� '��zu�0@�8��X4�L4��6
/external/clang/test/Misc/
Ddiag-template-diffing.cpp234 template<typename T> using U8 = S8<int, char, T>; typedef
236 int k8 = f8(U8<char>());
/external/llvm/unittests/ADT/
DStringRefTest.cpp386 uint8_t U8; in TEST() local
392 bool U8Success = StringRef(Unsigned[i].Str).getAsInteger(0, U8); in TEST()
395 EXPECT_EQ(U8, Unsigned[i].Expected); in TEST()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_phs.pkb764 8������༅U8' #<OL9"  "#! G�����֕Z1 
1298 �����������������������G����ԌU8+#
Dfr-FR_nk0_kdt_dur.pkb172 …�� ���$���A���P:���6x^��4%h�b�����+����8�� �V��q �bSdY����\8ޱ�U8"#R��`�'�a�U)8��g/…
/external/chromium_org/third_party/skia/src/effects/
DSkBlurMaskFilter.cpp123 fGamma = new U8[256]; in SkBlurMaskFilterImpl()
/external/skia/src/effects/
DSkBlurMaskFilter.cpp123 fGamma = new U8[256]; in SkBlurMaskFilterImpl()

12