Home
last modified time | relevance | path

Searched refs:W (Results 1 – 25 of 65) sorted by relevance

123

/device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
DScene.cpp34 #define W (Scene::WALL * Scene::NUM_CHANNELS) macro
60 H, H, H, K, K, H, H, H, W, W, W, W, W, W, W, W, W, W, H, H,
61 S, S, S, G, G, S, S, S, W, W, W, W, W, W, W, W, W, W, S, S,
62 S, G, G, G, G, S, S, S, W, I, I, W, D, D, W, I, I, W, S, S, // 15
63 G, G, G, G, G, G, S, S, W, I, I, W, D, D, W, I, I, W, S, S,
64 G, G, G, G, G, G, G, G, W, W, W, W, D, D, W, W, W, W, G, G,
65 G, G, G, G, G, G, G, G, W, W, W, W, D, D, W, W, W, W, G, G,
74 #undef W
/device/generic/goldfish/camera/fake-pipeline2/
DScene.cpp34 #define W (Scene::WALL * Scene::NUM_CHANNELS) macro
60 H,H,H,K,K,H,H,H,W,W,W,W,W,W,W,W,W,W,H,H,
61 S,S,S,G,G,S,S,S,W,W,W,W,W,W,W,W,W,W,S,S,
62 S,G,G,G,G,S,S,S,W,I,I,W,D,D,W,I,I,W,S,S, // 15
63 G,G,G,G,G,G,S,S,W,I,I,W,D,D,W,I,I,W,S,S,
64 G,G,G,G,G,G,G,G,W,W,W,W,D,D,W,W,W,W,G,G,
65 G,G,G,G,G,G,G,G,W,W,W,W,D,D,W,W,W,W,G,G,
74 #undef W
/device/linaro/bootloader/edk2/
DMaintainers.txt15 W: Web-page with status/info
30 W: http://www.tianocore.org/edk2/
39 W: https://github.com/tianocore/tianocore.github.io/wiki/Security
44 W: http://www.tianocore.org/udk2014/
50 W: https://github.com/tianocore/tianocore.github.io/wiki/AppPkg
55 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPkg
60 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmPlatformPkg
65 W: https://github.com/tianocore/tianocore.github.io/wiki/ArmVirtPkg
70 W: https://github.com/tianocore/tianocore.github.io/wiki/BaseTools
75 W: https://github.com/tianocore/tianocore.github.io/wiki/BeagleBoardPkg
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
DArmDisassembler.c168 BOOLEAN I, P, U, B, W, L, S, H; in DisassembleArmInstruction() local
178 W = (OpCode & BIT21) == BIT21; in DisassembleArmInstruction()
211 …a%a, %a", COND (OpCode), LDM_EXT (Rn ,(OpCode >> 23) & 3), gReg[Rn], WRITE (W), MRegList (OpCode),… in DisassembleArmInstruction()
215 …a%a, %a", COND (OpCode), LDM_EXT (Rn ,(OpCode >> 23) & 3), gReg[Rn], WRITE (W), MRegList (OpCode),… in DisassembleArmInstruction()
226 …Size, "%a%a%a%a %a, ", L ? "LDR" : "STR", COND (OpCode), BYTE (B), (!(P) && W) ? "T":"", gReg[Rd]); in DisassembleArmInstruction()
232 …ciiSPrint (&Buf[Index], Size - Index, "[%a, #%a0x%x]%a", gReg[Rn], SIGN (U), offset_12, WRITE (W)); in DisassembleArmInstruction()
236 AsciiSPrint (&Buf[Index], Size - Index, "[%a, #%a%a]%a", gReg[Rn], SIGN (U), WRITE (W)); in DisassembleArmInstruction()
252 …int (&Buf[Index], Size - Index, "[%a, #%a%a, %a, RRX]%a", gReg[Rn], SIGN (U), gReg[Rm], WRITE (W)); in DisassembleArmInstruction()
258 … Size - Index, "[%a, #%a%a, %a, #%d]%a", gReg[Rn], SIGN (U), gReg[Rm], Type, shift_imm, WRITE (W)); in DisassembleArmInstruction()
321 if (P & !W) { in DisassembleArmInstruction()
[all …]
DThumbDisassembler.c499 BOOLEAN S, J1, J2, P, U, W; in DisassembleThumbInstruction() local
757 W = (OpCode32 & BIT21) == BIT21; in DisassembleThumbInstruction()
758 …AsciiSPrint (&Buf[Offset], Size - Offset, " %a%a, %a", gReg[(OpCode32 >> 16) & 0xf], W ? "!":"", T… in DisassembleThumbInstruction()
793 W = (OpCode32 & BIT8) == BIT8; in DisassembleThumbInstruction()
799 AsciiSPrint (&Buf[Offset], Size - Offset, "]%a", W?"!":""); in DisassembleThumbInstruction()
801 … AsciiSPrint (&Buf[Offset], Size - Offset, ", #%a0x%x]%a", U?"":"-" , OpCode32 & 0xff, W?"!":""); in DisassembleThumbInstruction()
812 W = (OpCode32 & BIT21) == BIT21; in DisassembleThumbInstruction()
818 …iiSPrint (&Buf[Offset], Size - Offset, ", #%a0x%x]%a", U?"":"-", (OpCode32 & 0xff) << 2, W?"!":""); in DisassembleThumbInstruction()
849 W = (OpCode32 & BIT21) == BIT21; in DisassembleThumbInstruction()
850 AsciiSPrint (&Buf[Offset], Size - Offset, " SP%a, #0x%x", W?"!":"", OpCode32 & 0x1f); in DisassembleThumbInstruction()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
DGenericMemoryTestDxe.uni2 // This driver first constructs the non-tested memory range, then performs the R/W/V memory test.
4 // This driver first constructs the non-tested memory range, then performs the R/W/V memory test.
19 … #language en-US "Constructs the non-tested memory range, then performs the R/W/V memory test"
21 …US "This driver first constructs the non-tested memory range, then performs the R/W/V memory test."
/device/google/crosshatch/vibrator/cs40l20/wav_wavetable/
D10_THUD_0503.json1 …I7����J+���P��Q �v/��=��8����/���x�!���f� ���W�����G�����F�����L��…
48 …� W!�!�!�!�!{!� C o].�L������% � L�D��+������7����`�N�Q�z���6����xߗ���Y������6ݝ�H�…
50 z�0iui2�L� �!�"L#�# $@$$�#H#�"�!� 3�30�f�N � �%W������-�s���I����C�;�L���ߟ�…
60 .�L�.�ׂ�,Բ�D��S����"o+S0�0F,F#%�����������nѵ� �W�v�� R~#
/device/google/bonito/vibrator/cs40l20/wav_wavetable/
D10_THUD_0503.json1 …I7����J+���P��Q �v/��=��8����/���x�!���f� ���W�����G�����F�����L��…
48 …� W!�!�!�!�!{!� C o].�L������% � L�D��+������7����`�N�Q�z���6����xߗ���Y������6ݝ�H�…
50 z�0iui2�L� �!�"L#�# $@$$�#H#�"�!� 3�30�f�N � �%W������-�s���I����C�;�L���ߟ�…
60 .�L�.�ׂ�,Բ�D��S����"o+S0�0F,F#%�����������nѵ� �W�v�� R~#
/device/linaro/hikey/hifi/firmware/
Dhifi-hikey960.img7 ���������� ���@���`������������������� �����(����W���W��0�^�������I�I �I0�I�4������������…
39 �M�-�m��]�=�}��C�#�c��S�3�s� �K�+�k��[�;�{��G�'�g��W�7�w��O�/�o��_�?������������������…
45 …�Nk$�0�&�qN)���+�y�.���1��"5��8�^D<��.@��ZD���H��M�ƐR�\�W�6�]� �c�H6j�Bq�wx�)K��~�������G���W �…
46 …�h��|�����q�����S��*$�!��jV��������������&�����d�����Q�W��݃���������T�…
58 …��~�{+�n�~�-]�݆~�ێ�9~�����w~�/���o~��#��g~�vU��_~����W~�����O~�J���G~���W?~�qM�7~…
64 …��T3��Au���3�l-u���3�(u���3��u�� 4�k�t��:4���t��h4�f�t���4�Ȳt�R�4��t��4�W�t��5��tt��M5��_t�?{…
70 …�5j��G��j���G�a�i�[�G�*�i��H���i�n@H���i��iH�$�i�S�H��oi���H�$Si� �H��6i�WI��i��8I�*�h��aI�a�…
75 �U��_�_�U�6�^���U�|�^��V���^�@V�ܓ^�$eV��q^�4�V�P^�7�V��-^�,�V�� ^��V���]��W���]��BW�`�]�{gW�…
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dxa_hikey.img7 ���������� ���@���`������������������� �����(����W���W��0�^�������I�I �I0�I�4������������…
37 �M�-�m��]�=�}��C�#�c��S�3�s� �K�+�k��[�;�{��G�'�g��W�7�w��O�/�o��_�?������������������…
43 …�Nk$�0�&�qN)���+�y�.���1��"5��8�^D<��.@��ZD���H��M�ƐR�\�W�6�]� �c�H6j�Bq�wx�)K��~�������G���W �…
44 …�h��|�����q�����S��*$�!��jV��������������&�����d�����Q�W��݃���������T�…
56 …��~�{+�n�~�-]�݆~�ێ�9~�����w~�/���o~��#��g~�vU��_~����W~�����O~�J���G~���W?~�qM�7~…
62 …��T3��Au���3�l-u���3�(u���3��u�� 4�k�t��:4���t��h4�f�t���4�Ȳt�R�4��t��4�W�t��5��tt��M5��_t�?{…
68 …�5j��G��j���G�a�i�[�G�*�i��H���i�n@H���i��iH�$�i�S�H��oi���H�$Si� �H��6i�WI��i��8I�*�h��aI�a�…
73 �U��_�_�U�6�^���U�|�^��V���^�@V�ܓ^�$eV��q^�4�V�P^�7�V��-^�,�V�� ^��V���]��W���]��BW�`�]�{gW�…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dshamodule.c164 SHA_INT32 T, A, B, C, D, E, W[80], *WP; in sha_transform() local
166 memcpy(W, sha_info->data, sizeof(sha_info->data)); in sha_transform()
167 longReverse(W, (int)sizeof(sha_info->data), sha_info->Endianness); in sha_transform()
170 W[i] = W[i-3] ^ W[i-8] ^ W[i-14] ^ W[i-16]; in sha_transform()
173 W[i] = R32(W[i], 1); in sha_transform()
180 WP = W; in sha_transform()
Dsha256module.c130 SHA_INT32 S[8], W[64], t0, t1; in sha_transform() local
132 memcpy(W, sha_info->data, sizeof(sha_info->data)); in sha_transform()
133 longReverse(W, (int)sizeof(sha_info->data), sha_info->Endianness); in sha_transform()
136 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha_transform()
144 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in sha_transform()
Dsha512module.c140 SHA_INT64 S[8], W[80], t0, t1; in sha512_transform() local
142 memcpy(W, sha_info->data, sizeof(sha_info->data)); in sha512_transform()
143 longReverse(W, (int)sizeof(sha_info->data), sha_info->Endianness); in sha512_transform()
146 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha512_transform()
154 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in sha512_transform()
/device/google/contexthub/firmware/lib/builtins/
DCREDITS.TXT8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
13 W: http://www.auroraux.org
18 W: http://www.auroraux.org
/device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
DBltLibSample.c78 UINTN W; in TestFills() local
85 W = Width - (Rand32 () % Width); in TestFills()
87 if (W != Width) { in TestFills()
88 X = Rand32 () % (Width - W); in TestFills()
98 BltLibVideoFill (&Color, X, Y, W, H); in TestFills()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dshamodule.c164 SHA_INT32 T, A, B, C, D, E, W[80], *WP; in sha_transform() local
166 memcpy(W, sha_info->data, sizeof(sha_info->data)); in sha_transform()
167 longReverse(W, (int)sizeof(sha_info->data), sha_info->Endianness); in sha_transform()
170 W[i] = W[i-3] ^ W[i-8] ^ W[i-14] ^ W[i-16]; in sha_transform()
173 W[i] = R32(W[i], 1); in sha_transform()
180 WP = W; in sha_transform()
Dsha256module.c130 SHA_INT32 S[8], W[64], t0, t1; in sha_transform() local
132 memcpy(W, sha_info->data, sizeof(sha_info->data)); in sha_transform()
133 longReverse(W, (int)sizeof(sha_info->data), sha_info->Endianness); in sha_transform()
136 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha_transform()
144 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in sha_transform()
Dsha512module.c140 SHA_INT64 S[8], W[80], t0, t1; in sha512_transform() local
142 memcpy(W, sha_info->data, sizeof(sha_info->data)); in sha512_transform()
143 longReverse(W, (int)sizeof(sha_info->data), sha_info->Endianness); in sha512_transform()
146 W[i] = Gamma1(W[i - 2]) + W[i - 7] + Gamma0(W[i - 15]) + W[i - 16]; in sha512_transform()
154 t0 = h + Sigma1(e) + Ch(e, f, g) + ki + W[i]; \ in sha512_transform()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dredemo.py11 self.promptdisplay = Label(self.master, anchor=W,
21 self.statusdisplay = Label(self.master, text="", anchor=W)
24 self.labeldisplay = Label(self.master, anchor=W,
30 self.showframe.pack(fill=X, anchor=W)
53 self.grouplabel = Label(self.master, text="Groups:", anchor=W)
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/
Defi32.com4 �����j���j�j���j�j�����j���j�j���j�j���j�j�{��j�j�r��j�j�i��j�j�`��j�j�W��j�…
5 …��`�������������E ��w �����0�����������F���������a���"��W���E,�`���:����E(…
DMbr.com3 ̻�|�����.����r3�P��|W�P������`��؍6���@X�5��d�D�
DGpt.com3 ���K�fZ�f&�=(s*�uzf&�}��uof&�}�K��udf&�} �>�;uYf&�E f&�U$��|����3�P��|W�f`3Ɏٽ���I�\�|…
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/
Dmcuimage.bin13 �"�������1�g{gq��~�W�P���`�D���Wx؝fBq
25 ��5 ������� ��ZuU�S_PtD��W��pD���w�c��R��
72 …�+h��h�+��w�P ��p0!��Y�A�s���s/h��ā/��$$/�D��,��#�+@�B���p��W�FB�o� !��p��4�+h…
78 …�%x�\��F�F� �ϣ�0cF� ������@����@B0�pG0%��0�%��(B����=�!F��W����������
111 …�������������Kh�j[j�B�B��ch��Z#�B� �����0��#p�#C`A�pGChp�F��&(F�����!F��|� F��W�fp
176 � �;iQF�#�#��� $J3F��� �v���������Np���������������`�����P� ��03��0���F ��H��W�i�
210 ���O��0�����W��0��0��0��0� 1�-��A (��F_��&N�_( !
217 �P�O��0�����W��0�1�41��0� 1�-��G�����r�O� '&����O�O� �!RJ#��������
237 �p��,��b�O��0���,��b�O��0��b�O��0���W��� �f�X ����U ����� �� pG�X ����U ����� ���8�F��$���…
246 J����� J�����1�T��W��j��j�Tk�-��O�����r��$%O�&'O�
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dwrongcert.pem30 43W+iIsD9pXapCZhhOerCq18TC1dWK98vLUsoK8PMjB6e5H/O8bqojv0EeC+fyCw
/device/linaro/hikey/uefi-tools/
Duefi-build.sh.bash_completion14 …COMPREPLY=( $( compgen -W '--help -b --build RELEASE DEBUG a5 a9 tc1 tc2 panda origen arndale rtsm…

123