Home
last modified time | relevance | path

Searched refs:WT (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/src/string/
Dmemmove.c5 typedef __attribute__((__may_alias__)) size_t WT; typedef
6 #define WS (sizeof(WT))
24 for (; n>=WS; n-=WS, d+=WS, s+=WS) *(WT *)d = *(WT *)s; in memmove()
35 while (n>=WS) n-=WS, *(WT *)(d+n) = *(WT *)(s+n); in memmove()
/third_party/musl/src/string/
Dmemmove.c5 typedef __attribute__((__may_alias__)) size_t WT; typedef
6 #define WS (sizeof(WT))
24 for (; n>=WS; n-=WS, d+=WS, s+=WS) *(WT *)d = *(WT *)s; in memmove()
35 while (n>=WS) n-=WS, *(WT *)(d+n) = *(WT *)(s+n); in memmove()
/third_party/musl/porting/liteos_m/kernel/src/string/
Dmemmove.c5 typedef __attribute__((__may_alias__)) size_t WT; typedef
6 #define WS (sizeof(WT))
28 for (; n>=WS; n-=WS, d+=WS, s+=WS) *(WT *)d = *(WT *)s; in __memmove()
39 while (n>=WS) n-=WS, *(WT *)(d+n) = *(WT *)(s+n); in __memmove()
/third_party/musl/porting/liteos_a/kernel/src/string/
Dmemmove.c5 typedef __attribute__((__may_alias__)) size_t WT; typedef
6 #define WS (sizeof(WT))
28 for (; n>=WS; n-=WS, d+=WS, s+=WS) *(WT *)d = *(WT *)s; in __memmove()
39 while (n>=WS) n-=WS, *(WT *)(d+n) = *(WT *)(s+n); in __memmove()
/third_party/boost/boost/graph/
Djohnson_all_pairs_shortest.hpp149 typedef typename property_traits< Weight >::value_type WT; in johnson_all_pairs_shortest_paths() typedef
150 return johnson_all_pairs_shortest_paths(g1, D, id1, w1, std::less< WT >(), in johnson_all_pairs_shortest_paths()
151 closed_plus< WT >(), (std::numeric_limits< WT >::max)(), zero); in johnson_all_pairs_shortest_paths()
162 typedef typename property_traits< Weight >::value_type WT; in johnson_dispatch() typedef
166 get_param(params, distance_compare_t()), std::less< WT >()), in johnson_dispatch()
168 get_param(params, distance_combine_t()), closed_plus< WT >()), in johnson_dispatch()
170 std::numeric_limits< WT >::max in johnson_dispatch()
172 choose_param(get_param(params, distance_zero_t()), WT())); in johnson_dispatch()
/third_party/flutter/skia/src/pdf/
DSkPDFTag.cpp59 M(WT); in tag_name_from_type()
/third_party/pixman/pixman/
Dpixman-arm-neon-asm-bilinear.S624 WT .req r3
645 WT .req r4
662 ldmia ip, {WT, WB, X, UX, WIDTH}
679 vdup.u8 d28, WT
754 .unreq WT
Dpixman-arm-neon-asm.S3113 WT .req r3
3143 vdup.u8 d28, WT
3228 .unreq WT
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_035.hpp918 #define WT macro
/third_party/boost/tools/build/test/core-language/
Dtest.jam115 check-equal cygwin-combine-WT : $(cyg2:WT) : $(cyg-root)\\bin\\bash ;
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4WT�@=�10�44�33�C@�JE�RK�SL�JA�?7�93�81�33�.8�0>�0>�*8�.:�;E�CH�AD�1/�4-�4-�5,�4-�3,�4/�53�02�/2�.2…
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4WT�@=�10�44�33�C@�JE�RK�SL�JA�?7�93�81�33�.8�0>�0>�*8�.:�;E�CH�AD�1/�4-�4-�5,�4-�3,�4/�53�02�/2�.2…
/third_party/libjpeg-turbo/testimages/
Dtestorig.ppm4WT�@=�10�44�33�C@�JE�RK�SL�JA�?7�93�81�33�.8�0>�0>�*8�.:�;E�CH�AD�1/�4-�4-�5,�4-�3,�4/�53�02�/2�.2…
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dde.txt2550 dn{"WT"}
/third_party/skia/third_party/externals/icu/source/data/locales/
Dde.txt2603 dn{"WT"}
/third_party/icu/icu4c/source/data/locales/
Dde.txt2603 dn{"WT"}
/third_party/gstreamer/gstplugins_bad/tests/files/
Dtest.ts114 ��iq=�-�W۾.�ٸG�A�WT��FC]6���~ �Ȟ�%��aM�d
2144 …ؤ�Y�э�*��ӕ���nO��y\u��B5���2%v���,�(4�W�=c�zzW�տ@c�HV�T3��7 ��E�-+�WT���0��40�9�wj[��cܴ׍g…
2519 …��P@�>�� �" �Y�����WĻ�$�rD��q˗���yԜx����(��(��(�(�V��H�!�Q�WV�� WTj�B�R�!AP����
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td4322 def WT : AMulxyI<0b0001001, 0b11, (outs GPR:$Rd), (ins GPR:$Rn, GPR:$Rm),
4372 def WT : AMulxyIa<0b0001001, 0b10, (outs GPRnopc:$Rd),
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst2383 - intel/isl: Require ISL_AUX_USAGE_HIZ_CCS_WT for HZ+CCS WT mode
/third_party/skia/experimental/wasm-skp-debugger/debugger/
Danim.mskp1431 …A%%A�����������!##53533#3 3254##�����ff���i��ybbyw�_guug���WT��x��q�����#"…
7303 …A%%A�����������!##53533#3 3254##�����ff���i��ybbyw�_guug���WT��x��q�����#"…
12820 …��$�P3��H�˴{IF�,^cJ&e+�UJhΆ()�R��=��ӱ����y���������0�ND0[]|yoz_�k*W�WT��;y}��-?���}��o_�R…
14891 ��=�η��� "�ǐP���/��:h�X��;�DJ[u;Tm k�Ƿ��5�&I���S���(�@%JDl�����WT݄� ��H���w�����V�i��…
16770 …A%%A�����������!##53533#3 3254##�����ff���i��ybbyw�_guug���WT��x��q�����#"…
22659 …A%%A�����������!##53533#3 3254##�����ff���i��ybbyw�_guug���WT��x��q�����#"…
28548 …A%%A�����������!##53533#3 3254##�����ff���i��ybbyw�_guug���WT��x��q�����#"…
34437 …A%%A�����������!##53533#3 3254##�����ff���i��ybbyw�_guug���WT��x��q�����#"…
40325 …A%%A�����������!##53533#3 3254##�����ff���i��ybbyw�_guug���WT��x��q�����#"…
46213 …A%%A�����������!##53533#3 3254##�����ff���i��ybbyw�_guug���WT��x��q�����#"…
[all …]
/third_party/libpsl/fuzz/libpsl_idn_load_fuzzer.in/
Daad02c8751dbbae84b491af9b5ec0900e4ab6e729280 WT���U�w^P�eU����h�WE�^ؓ~W�c�h���s �s��I��g�����`��w��g�s
/third_party/eudev/hwdb/
D20-usb-vendor-model.hwdb49614 ID_MODEL_FROM_DATABASE=WT-220U DVB-T dongle
49617 ID_MODEL_FROM_DATABASE=WT-220U DVB-T dongle
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
Dcrash.devcore2751 …GGl-^&3q)^4t`Uc.p\`jFn")"RP5(Q\SAukMIY:S?f?b5/^3^#U9D%[_u,V-m5$(j3@ZXp(oiW]WT=uc1<o-LkMr/9N[rW&]%n…
/third_party/openh264/res/
DCisco_Absolute_Power_1280x720_30fps.yuv770 …YZ]\[ZZbs}����ulc]VVWt�����zos������������������������������������}uqqoki`WT\��������������������…
1545 …,+))++**+++-,+,,.,*,,/10/+*,,+1/--.,')-4X����������������������������������WT��uBHGFEDEFEEAADCBBCB…
/third_party/chromium/patch/
D0001-cve.patch47095 z);&V#`b~r$44WT(5uq4g>4tj<Jp{VlXak_<P3s6fGy@<e4uek~4jpZVKW#=_9D(yA
48021 zON(tI6ChnL+zEw&7w$Grcrd)kFe6ZVFq+FbG@5JRWF8pJ#RkTQYaSZRB}WT|$i`;m
52249 z&D}Q~ij?BVE_RRi=_^MPgX8HyqT3-WT-6<lswlCpiCBJH<4@7w;))ab9PT1^7?{MK
53250 z(?WT|?MTK$cs(c)vGJpLp1n%O$U)@5>i(r5sG3$7?HoAF6m_vckw1oz-f$L|g8^xZ
53476 z{gK6i=(c2ZGC%~X{==`l?WT#xFZ}+y>o*<J87fj=s6_VPO!<VytyhOcujp?Cw2Y_q
53879 zU!0WT!y!3w7>{x<Kb*;m<*>A5_o@p|ZLIR8J;%<WuF+cZaO!C-kh-gONv@bFAjtJ>
60361 z7to4)1kLpkavDj48~TDCK)y1hHuCX>*>nIE)c-gwJ;Z6ZPfH`GV+*5g2KnU?^WT&O
63384 z(I|g^J$hFt;jVl@;HXcJ|9}AgtDm*Qe=~>WT;1yZ_#E}0^9`Z;JsvywU;ho^{9}JZ
64186 zP-Nxlqiwyeu@WT+5!2h`>5O5i7*DyOzS>y2-3ilu;$`%cz_J<OAQa>1gYTs{2*udg
65905 z?dw0?`lL0(`jj=(I>nl0ecGCBok}Xqx)r0;als;WT(DFbHbou%O*5`md(aAFx-rX`

12