/external/valgrind/main/memcheck/tests/ |
D | sh-mem.c | 15 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 …]
|
D | sh-mem-random.c | 16 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()
|
D | sh-mem.stderr.exp | 16 -- NNN: 8 U8 U8 ------------------------ 25 -- NNN: 8 F8 U8 ------------------------
|
/external/chromium/net/base/ |
D | dnssec_chain_verifier.cc | 384 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()
|
D | dnssec_chain_verifier.h | 71 bool U8(uint8*);
|
D | dnsrr_resolver.cc | 428 bool U8(uint8* v) { in U8() function in net::Buffer 574 !buf.U8(&flags2)) { in ParseFromResponse()
|
/external/skia/src/views/ |
D | SkWidget.cpp | 46 U8 alpha = paint.getAlpha(); 55 paint.setAlpha((U8)SkScalarMul(alpha, SK_Scalar1 - SkScalarAbs(scale))); 58 paint.setAlpha((U8)SkScalarMul(alpha, SkScalarAbs(scale)));
|
/external/skia/include/xml/ |
D | SkBML_WXMLParser.h | 50 U8 fNextElem, fNextAttrName, fNextAttrValue;
|
/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 1007 /* signed */ Int s32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8; in fold_Expr() 1015 0xFFULL & e->Iex.Unop.arg->Iex.Const.con->Ico.U8)); in fold_Expr() 1023 0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U8)); in fold_Expr() 1062 ~ (e->Iex.Unop.arg->Iex.Const.con->Ico.U8)))); in fold_Expr() 1109 (0xFF & e->Iex.Unop.arg->Iex.Const.con->Ico.U8) in fold_Expr() 1172 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U8 in fold_Expr() 1173 | e->Iex.Binop.arg2->Iex.Const.con->Ico.U8)))); in fold_Expr() 1194 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U8 in fold_Expr() 1195 ^ e->Iex.Binop.arg2->Iex.Const.con->Ico.U8)))); in fold_Expr() 1216 (e->Iex.Binop.arg1->Iex.Const.con->Ico.U8 in fold_Expr() [all …]
|
D | host_arm_isel.c | 874 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RI84_wrk() 928 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RI5_wrk() 1272 index = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk() 1297 index = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk() 1726 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_R_wrk() 2600 imm = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk() 2624 imm = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk() 2648 imm = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk() 3016 imm6 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk() 3193 index = mi.bindee[1]->Iex.Const.con->Ico.U8; in iselNeon64Expr_wrk() [all …]
|
D | host_ppc_isel.c | 1927 case Ico_U8: l = (Long)(Int)(Char )con->Ico.U8; break; in iselWordExpr_R_wrk() 2148 case Ico_U8: u = 0x000000FF & con->Ico.U8; break; in iselWordExpr_RH_wrk() 2205 case Ico_U8: l = (Long)(Int)(Char )con->Ico.U8; break; in iselWordExpr_RI_wrk() 2251 && e->Iex.Const.con->Ico.U8 >= 1 in iselWordExpr_RH5u_wrk() 2252 && e->Iex.Const.con->Ico.U8 <= 31) { in iselWordExpr_RH5u_wrk() 2253 return PPCRH_Imm(False/*unsigned*/, e->Iex.Const.con->Ico.U8); in iselWordExpr_RH5u_wrk() 2296 && e->Iex.Const.con->Ico.U8 >= 1 in iselWordExpr_RH6u_wrk() 2297 && e->Iex.Const.con->Ico.U8 <= 63) { in iselWordExpr_RH6u_wrk() 2298 return PPCRH_Imm(False/*unsigned*/, e->Iex.Const.con->Ico.U8); in iselWordExpr_RH6u_wrk()
|
D | host_amd64_isel.c | 1005 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk() 1871 && imm8->Iex.Const.con->Ico.U8 < 4 in iselIntExpr_AMode_wrk() 1876 UInt shift = imm8->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk() 1892 UInt shift = e->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk() 1966 return AMD64RMI_Imm(0xFF & e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RMI_wrk() 2035 return AMD64RI_Imm(0xFF & e->Iex.Const.con->Ico.U8); in iselIntExpr_RI_wrk()
|
D | host_x86_isel.c | 109 && e->Iex.Const.con->Ico.U8 == 0; in isZeroU8() 904 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_R_wrk() 1434 ->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk() 1451 UInt shift = e->Iex.Binop.arg2->Iex.Binop.arg2->Iex.Const.con->Ico.U8; in iselIntExpr_AMode_wrk() 1513 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RMI_wrk() 1573 case Ico_U8: u = 0xFF & (e->Iex.Const.con->Ico.U8); break; in iselIntExpr_RI_wrk()
|
D | ir_defs.c | 71 case Ico_U8: vex_printf( "0x%x:I8", (UInt)(con->Ico.U8)); break; in ppIRConst() 1238 c->Ico.U8 = u8; in IRConst_U8() 1706 case Ico_U8: return IRConst_U8(c->Ico.U8); in deepCopyIRConst() 3415 case Ico_U8: return toBool( c1->Ico.U8 == c2->Ico.U8 ); in eqIRConst()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kdt_mgc3.pkb | 70 ���U8�� '��zu�0@�8��X4L4��6
|
D | de-DE_gl0_kpdf_mgc.pkb | 2984 �"���#� %3U8=>7@W�n�Qq|�XXg��� %',.@"$(2AHNTXhs�� 3362 �� ���?���vP�I����A#&U8\Rd|��ǽg���Wq���į%"2 ,.-28GUSV $…
|
/external/skia/src/effects/ |
D | SkBlurMaskFilter.cpp | 69 fGamma = new U8[256]; in SkBlurMaskFilterImpl()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_phs.pkb | 764 8�����༅U8'#<OL9" "#!G����֕Z1 1298 G���ԌU8+#
|
D | fr-FR_nk0_kdt_dur.pkb | 172 …�����$���A���P:���6x^��4%h�b�����+����8�� �V��q�bSdY����\8ޱ�U8"#R��`�'a�U)8��g/…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 281 UChar U8; member
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kpdf_mgc.pkb | 3706 ���z̀���X��%����W�������;�xZ8m��oIBH?U8/qEM!51<. %AOONXMG/(4.510@ABA6N!()*\..'…
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 4534 case Ico_U8: n = (ULong)con->Ico.U8; break; in isBogusAtom()
|
/external/jpeg/ |
D | testimg.ppm | 4 …lcTlcTlcTnbTqdTo_Pm]Pm_RqeYog\ldYhbVfbWpl`{xi~{jyizubpiVe`JTT<FF.C>(MB.S@/U8(]7*l=3n70u91~;5�@:�I…
|