/device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/ |
D | Scene.cpp | 34 #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/ |
D | Scene.cpp | 34 #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/ |
D | Maintainers.txt | 15 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/ |
D | ArmDisassembler.c | 168 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 …]
|
D | ThumbDisassembler.c | 499 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/ |
D | GenericMemoryTestDxe.uni | 2 // 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/ |
D | 10_THUD_0503.json | 1 …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/ |
D | 10_THUD_0503.json | 1 …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/ |
D | hifi-hikey960.img | 7 � @`����� ��(���W��W�0�^�����I�I �I0�I4… 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\�W6�] �cH6jBqwx)K�~�����G��W �… 46 …h�|���q���S�*$!�jV��������&���d���QW�݃�����T�… 58 …�~{+n�~-]݆~ێ9~���w~/��o~�#�g~vU�_~��W~���O~J��G~�W?~qM7~… 64 …�T3�Au��3l-u��3(u��3�u�4k�t�:4��t�h4f�t��4ȲtR�4�t�4W�t�5�tt�M5�_t?{… 70 …�5j�G�j��Ga�i[�G*�i�H��in@H��i�iH$�iS�H�oi��H$Si�H�6iWI�i�8I*�h�aIa�… 75 �U�__�U6�^��U|�^�V��^@Vܓ^$eV�q^4�VP^7�V�-^,�V�^�V��]�W��]�BW`�]{gW…
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | xa_hikey.img | 7 � @`����� ��(���W��W�0�^�����I�I �I0�I4… 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\�W6�] �cH6jBqwx)K�~�����G��W �… 44 …h�|���q���S�*$!�jV��������&���d���QW�݃�����T�… 56 …�~{+n�~-]݆~ێ9~���w~/��o~�#�g~vU�_~��W~���O~J��G~�W?~qM7~… 62 …�T3�Au��3l-u��3(u��3�u�4k�t�:4��t�h4f�t��4ȲtR�4�t�4W�t�5�tt�M5�_t?{… 68 …�5j�G�j��Ga�i[�G*�i�H��in@H��i�iH$�iS�H�oi��H$Si�H�6iWI�i�8I*�h�aIa�… 73 �U�__�U6�^��U|�^�V��^@Vܓ^$eV�q^4�VP^7�V�-^,�V�^�V��]�W��]�BW`�]{gW…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | shamodule.c | 164 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()
|
D | sha256module.c | 130 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()
|
D | sha512module.c | 140 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/ |
D | CREDITS.TXT | 8 (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/ |
D | BltLibSample.c | 78 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/ |
D | shamodule.c | 164 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()
|
D | sha256module.c | 130 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()
|
D | sha512module.c | 140 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/ |
D | redemo.py | 11 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/ |
D | efi32.com | 4 ���j�jj�jj���j�jj�jj�jj�{jj�rjj�ijj�`jj�Wj… 5 …`��������E ��w����0��������F�������a�"�W�E,�`�:����E(…
|
D | Mbr.com | 3 ̻|����.����r3�P�|W�P�����`�؍6��@X�5�d�D�
|
D | Gpt.com | 3 ��KfZ�f&�=(s*�uzf&�}��uof&�}�K�udf&�}�>�;uYf&�E f&�U$�|��3�P�|W�f`3Ɏٽ��I�\�|…
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/ |
D | mcuimage.bin | 13 �"1g{gq��~�W�P�`DWx؝fBq 25 �5 �ZuU�S_PtD��WpDw�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�01-��A(��F_�&N�_( ! 217 �P�O��0����W�0141�01-��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�����1T�W�j�jTk-��O�����r�$%O�&'O� [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | wrongcert.pem | 30 43W+iIsD9pXapCZhhOerCq18TC1dWK98vLUsoK8PMjB6e5H/O8bqojv0EeC+fyCw
|
/device/linaro/hikey/uefi-tools/ |
D | uefi-build.sh.bash_completion | 14 …COMPREPLY=( $( compgen -W '--help -b --build RELEASE DEBUG a5 a9 tc1 tc2 panda origen arndale rtsm…
|