Searched refs:U4 (Results 1 - 25 of 25) sorted by relevance

/external/compiler-rt/lib/asan/tests/
H A Dasan_asm_test.cc99 DECLARE_ASM_WRITE(U4, "4", "movl", "r");
104 DECLARE_ASM_READ(U4, "4", "movl", "=r");
150 U4 AsmLoad(U4 *a) {
151 U4 r;
156 void AsmStore(U4 r, U4 *a) {
163 U4* buf = new U4[2];
172 TestAsmWrite<U4>("WRIT
[all...]
H A Dasan_test_utils.h60 typedef uint32_t U4; typedef
H A Dasan_oob_test.cc74 OOBTest<U4>();
/external/valgrind/main/memcheck/tests/common/
H A Dsh-mem-vec128.tmpl.c24 typedef unsigned int U4; typedef
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
[all...]
/external/valgrind/main/memcheck/tests/
H A Dsh-mem-random.c15 typedef unsigned int U4; typedef
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);
H A Dsh-mem.c14 typedef unsigned int U4; typedef
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);
H A Dsh-mem.stderr.exp6 -- NNN: 4 U4 U4 ------------------------
11 -- NNN: 4 F4 U4 ------------------------
/external/clang/test/Sema/
H A Dstatic-assert.c42 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}} typedef
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp99 union U4 { union
102 int U4::i1 = 10;
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c139 // CHECK: !31 = metadata !{void (%union.U4*)* @unionType4, metadata
140 // CHECK: !"f{0}(u(U4){m(u1){u(U1){m(pu2){p(u(U2){m(pu3){p(u(U3){m(u1){u(U1){}}})}})}}}})"}
151 union U4{union U1 u1;}; union
155 void unionType4(union U4 u4) {}
/external/chromium_org/third_party/libsrtp/srtp/tables/
H A Daes_tables.c139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
183 U4[i] = tmp.value;
241 printf("uint32_t U4 = {");
245 printf("0x%x, ", U4[i]);
283 printf("uint32_t U4 = {");
287 printf("0x%lx, ", U4[i]);
/external/srtp/tables/
H A Daes_tables.c139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
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/
H A Dmsan_test.cc76 typedef unsigned int U4; typedef
88 U4 origin = __msan_get_origin(&x);
143 T *GetPoisonedO(int i, U4 origin, T val = 0) {
212 EXPECT_POISONED(*GetPoisoned<U4>());
326 U4 *p = GetPoisoned<U4>();
357 EXPECT_NOT_POISONED(applyNot<U4>(0x0, 0x0));
358 EXPECT_NOT_POISONED(applyNot<U4>(0xFFFFFFFF, 0x0));
359 EXPECT_POISONED(applyNot<U4>(0xFFFFFFFF, 0xFFFFFFFF));
360 EXPECT_NOT_POISONED(applyNot<U4>(
[all...]
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DNativeMethods.cs49 [MarshalAs(UnmanagedType.U4)] LowLevelTypes.ProcessQueryImageNameMode flags,
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp52 union U4 {} constexpr u4 = {}; union
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c113 ^ *((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]]);
H A Dboxes-fst.dat953 #define U4 xU4.xt8
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Drijndael.py160 U4 = [] variable
178 U4.append(mul4(t, iG[3]))
274 U4[ tt & 0xFF]
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes.c52 * the tables U0, U1, U2, and U4 to compute its inverse
1141 * the following tables (aes_sbox, aes_inv_sbox, T4, U4) are
1288 static uint32_t U4[256] = { variable
1840 tmp0 = (U4[(state->v32[0] >> 24)] & 0xff000000)
1841 ^ (U4[(state->v32[3] >> 16) & 0xff] & 0x00ff0000)
1842 ^ (U4[(state->v32[2] >> 8) & 0xff] & 0x0000ff00)
1843 ^ (U4[(state->v32[1] ) & 0xff] & 0x000000ff)
1846 tmp1 = (U4[(state->v32[1] >> 24)] & 0xff000000)
1847 ^ (U4[(state->v32[0] >> 16) & 0xff] & 0x00ff0000)
1848 ^ (U4[(stat
[all...]
/external/srtp/crypto/cipher/
H A Daes.c52 * the tables U0, U1, U2, and U4 to compute its inverse
1141 * the following tables (aes_sbox, aes_inv_sbox, T4, U4) are
1288 static uint32_t U4[256] = { variable
1751 tmp0 = (U4[(state->v32[0] >> 24)] & 0xff000000)
1752 ^ (U4[(state->v32[3] >> 16) & 0xff] & 0x00ff0000)
1753 ^ (U4[(state->v32[2] >> 8) & 0xff] & 0x0000ff00)
1754 ^ (U4[(state->v32[1] ) & 0xff] & 0x000000ff)
1757 tmp1 = (U4[(state->v32[1] >> 24)] & 0xff000000)
1758 ^ (U4[(state->v32[0] >> 16) & 0xff] & 0x00ff0000)
1759 ^ (U4[(stat
[all...]
/external/openfst/src/test/
H A Dalgo_test.h132 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));
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dvideo.rtpdump727 ��~��)r����������4�xAf���p5�v��/ז+ �b�������3&����~�z�jA�~�ޠ�?�`쾟Y׽t>7�:U4;|�v.+߼I�9 �exV dcɝ4�z�%���8r��&��7m�� �[qak>^� �
H A Dh264-svc-99-640x360.rtpdump2046 ��05�+����x-�+�S�<uq���*ׯD~��ZK9֧�u��=[���E,��ɘڑ�W�eg���U�nt1(�S^���K��,� S3������t�;�W�:�z�;U]���1����oS+�ZiCR�������t{yt8����s�̷ww���P���5�xZ���坤���G��kG� �щ��U(�k�~�%��|3�=ŋ�i�x[�HF�=���6�~�`u�"`�R��͏-���x�t�c) ~��Qڳ��k����Ƽw�N�l�~������� ��~򶙶ڛD�&�t:>Z�/��u�!vN;�(����\�v�]�zz ��\+t������_w��'�kR6��۹k���6;K~-���gΝ��k��&�6�%���࣭V�}���׿#����c&�)��f��f���_r���g����g���h��cq��Ϩ�0!6-����h�ȯ���ת�j5X@�.�G��])���2�,����"A�@�z�F��܆�o���‘�U��3�;A��F���G�~U4|�M�����)��-��[,$K���_��&�8Z�> | 0I�~@��HL�}�(�bC������g����x����$x ����s�)��hB�\��ps���)�ʛy����W�,~\&m�UƗx}��c��~ݮ�w�_OI!Q�Ύ��^�ߌ
2116 �[�֫�n��T��i��r] �H5�D�ҤҒ�q?¢"c)���/�UC�E��þt���Uh �b7�'�D��\~3}"F#���w��B��b O6��^ 7wbx� �DO׾0ˣh�m���U ��,O�9bx�zH4ֱ��)�rP�i�m*�O��=�li�Fj�ڭrT��{�V��Rk���Ծ�|O� ƈ�d4�z{� uE^<���� �`�-��{�H�����:���$�$)�b��:ДL��&�+���� D�c&��Q��f��fB���>r�8>����.�� !��Jϝ� �}�p����Q�[\�3�Ϧw�յs� 2w~Y@-}E�Y}�7���1�]��:q��o��5=�?{�]��j ��,�s������/M���M}م����PU�U������2ƗC�a�鰃y�1C�ם��WF{�w>[�-���e� �l󟖩�w[���:�HVIsG����Zmk7�= �j�Q}2�|(�ﶸU4ث6���/Y�:����W���m��� �Q{��Lg�<$�O���֚���V$�7�)^����s�f#�縝Y��?�Ϟ{h�K.�� B!�v�+>v0f����?������x�oq�=���x1�z��'�jZYl����>���[��0R1���Gf>o�/3�u_�/���o��!Lj�߮�ǺӓW�'��n4�E��^��@G���%� ����$��hTg��H��l�>*_����p�Y~ÂI_K^՜����EK�+e�c��-���!�iG��ΰ��� �Y�<�[���_�'�_��OZH���$�Q�I��H�es�02e�Wy�|_�oޢy�J�� 2f^`�:UX��of!��~l���s\��B`�4�j{K�/W����[ �}�W?���֝�LA�/��k?7�.��Y�󰻄�
3882 �� �U4E���m0i݃�Iv���QЦ�~1�j�M��Q2N2tR:��,���/���iI�9�KM3Ğ�^�6 �sJlp�xe+�rF�@�(���a������6�s!���ץ�@[,:x��$���6����{fj����xg�� ���OV�Z��r�'�I�e�>�&e\`���;��4"~�=W���g��'�c�xb��2�m�k[�_{ԯ�c�ӡ���/�t>k�i�� �e�E��g�PتA=J!���%�{�0����n�6�W��Wi�m|7B5�^;t,�t�8�"��SN���� �W6��}XaΦF\t�v�L��� �0Ⱥ�
6329 =�� �[�U4�0)d�@&��|o�l�2�������i[Cu�yXP3�i1�N��֎�o�� ۙ)���K���,���EX�h#��8a?�m�⨌yH��}G�:� ����J��sA.� ~����c'���!��f��f8�7dsr88>��+��4�L��ܒ����������������>���������D1R5/1��cBTOL�['��wĈ�i���]�ݎ�p�|��fJ��ɲn�=��T���ڔ��ڋB���<�`G �k�+G;}a��t�!�6�:xZmC���"��;���x���sճ��/��  2���?�l�� Q�aLw��.�͇���y�&�������ғ)qp޴�+3H��]��D\7fb/��_��<��G�\�L'Ч�[uA�1��>�t�?즃 �z�O �0��{�J�}� �i T�T ]5���o��Ɓ�Ik�Q�׵�ޟৠ}�A"q�M�a? ���a���b�/ �yyp�~�n%��&Mx�N�ή� ���%2q������z$���C�U�Ppi����Av� cv�^�]�j���[
6837 ��uaC��a#ZF��|����b��朿���S챏������5;��AD��.�]���n�@�Cx��^ǰ+�$��8-._-ۡ��߃�H ���N�]J��L7|�VCw$�L��y���"θ܎��:�(�#}��ۇө����m~2�ыp 8���D/�l�h�k�J��=c�^�g+�{�-~{�%WPG����zx���<�m��Q�K}����l�;�I��NmO�� Ij�b�6��<����lㅋ���U8�;a� �CE4��**V�}���@�Cm�X&�`�`���zT�� xl<�n1���O���D�4P| ����U4�4c�x,6���Q��{P 0Gx����&A���w�nlf�A5���G�:�8��[�{ ^�7����ۻ�S���|�p�?� ��Ɔ�F�Q�,�hłe P���S�p� �-�3��JЂ�<�p{L<��x;���h��# <�����̸���R><�>���`[_���)��Rkn�\���A��KE={�!�s��J��o⤞�~�O�c��_��^T#�<���^P�[}� �u$�HB.>��A�.�5=��ܥ70����9�m������p�<2Ć�T^6:4A��.n�hٴ�"�&������*��t"@W�� �=�-�/ �×#?�-�_nE�v� ޮM�0�a��d�s�G��x���p�� �d�����T:)���Q+���w��~�V:��
8864 �Wfl6Ts �6�N�|D�֫ZqD�H���*�~TW��=KLU`���{}ck��ka��oHd뾗n���H �����qO��]�?��<���#~V�����_�X�'ϟX��7�s��[_ t�>�z|'Հ�j�u鰬~;_^9�٤A< 9@X�+ �uUU�߈ þ|��G~�57S=߁U������5���J]3`�aU�U4�ߞ���{E��C>��561<g��!�U�uU�8������E+�7w��V�����x��s�>029M������H��n�����9��>ŴƗǬb���*F�����~��i{�W����߮L�5���Lx�#�lO����m��X$"���g�^V�=����nu+�[���_�[�f��ӣ�����įT���%ؐ�(s����f��f}�[��r 8>��<�]4�b���$���2����|�\��E7��h�ix}rM��>��e_g�\����&�����M��D��ww
12981 zRc���t|��T�Z�i��)F_�{���~&(�{�/^�t��� N�JY���'��O�m�E�==B|�_ �\˒g� �&�{��{��&�%���T��U��UX��� ��땃���H4�~�t|d�����"|��3< KR��P1�J>�m������HU�e����y�����P$�[1�+]�#�6v�%��fl��`��˿�^��4��滉�X��Kma�껺�U4�@7Uܒ��y
/external/chromium_org/tools/findit/common/
H A Dcacert.pem2051 Xa7pIXSSTYtZgo+U4+lK8edJsBTj9WLL1XK9H7nSn6DNqPoByNkN39r8R52zyFTfSUrxIan+GE7u
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids4390 5092 YP-U4 (msc)
4391 5093 YP-U4 (mtp)

Completed in 812 milliseconds