/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | inftrees.c | 53 code here; /* table entry for duplication */ local 118 here.op = (unsigned char)64; /* invalid code marker */ 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 121 *(*table)++ = here; /* make a table to force an error */ 122 *(*table)++ = here; 218 here.bits = (unsigned char)(len - drop); 220 here.op = (unsigned char)0; 221 here.val = work[sym]; 224 here.op = (unsigned char)(extra[work[sym]]); [all …]
|
D | infback.c | 265 code here; /* current decoding table entry */ local 401 here = state->lencode[BITS(state->lenbits)]; 402 if ((unsigned)(here.bits) <= bits) break; 405 if (here.val < 16) { 406 DROPBITS(here.bits); 407 state->lens[state->have++] = here.val; 410 if (here.val == 16) { 411 NEEDBITS(here.bits + 2); 412 DROPBITS(here.bits); 422 else if (here.val == 17) { [all …]
|
D | inffast.c | 90 code here; /* retrieved table entry */ local 127 here = lcode[hold & lmask]; 129 op = (unsigned)(here.bits); 132 op = (unsigned)(here.op); 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 136 "inflate: literal 0x%02x\n", here.val)); 137 PUP(out) = (unsigned char)(here.val); 140 len = (unsigned)(here.val); 158 here = dcode[hold & dmask]; 160 op = (unsigned)(here.bits); [all …]
|
D | inflate.c | 618 code here; /* current decoding table entry */ local 939 here = state->lencode[BITS(state->lenbits)]; 940 if ((unsigned)(here.bits) <= bits) break; 943 if (here.val < 16) { 944 DROPBITS(here.bits); 945 state->lens[state->have++] = here.val; 948 if (here.val == 16) { 949 NEEDBITS(here.bits + 2); 950 DROPBITS(here.bits); 960 else if (here.val == 17) { [all …]
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | inftrees.c | 53 code here; /* table entry for duplication */ local 118 here.op = (unsigned char)64; /* invalid code marker */ 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 121 *(*table)++ = here; /* make a table to force an error */ 122 *(*table)++ = here; 216 here.bits = (unsigned char)(len - drop); 218 here.op = (unsigned char)0; 219 here.val = work[sym]; 222 here.op = (unsigned char)(extra[work[sym] - match]); [all …]
|
D | inffast.c | 73 code here; /* retrieved table entry */ local 110 here = lcode[hold & lmask]; 112 op = (unsigned)(here.bits); 115 op = (unsigned)(here.op); 117 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 119 "inflate: literal 0x%02x\n", here.val)); 120 *out++ = (unsigned char)(here.val); 123 len = (unsigned)(here.val); 141 here = dcode[hold & dmask]; 143 op = (unsigned)(here.bits); [all …]
|
D | inflate.c | 635 code here; /* current decoding table entry */ local 962 here = state->lencode[BITS(state->lenbits)]; 963 if ((unsigned)(here.bits) <= bits) break; 966 if (here.val < 16) { 967 DROPBITS(here.bits); 968 state->lens[state->have++] = here.val; 971 if (here.val == 16) { 972 NEEDBITS(here.bits + 2); 973 DROPBITS(here.bits); 983 else if (here.val == 17) { [all …]
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/ |
D | QuarkPlatformPkg.dec | 388 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone 391 # The valid range is between 0 to 0xFF, and 0x0F here means EfiPortConnectorTypePS2 394 # The valid range is between 0 to 0xFF, and 0x0D here means EfiPortTypeKeyboard 402 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone 405 # The valid range is between 0 to 0xFF, and 0x0F here means EfiPortConnectorTypePS2 408 # The valid range is between 0 to 0xFF, and 0x0E here means EfiPortTypeMouse 416 # The valid range is between 0 to 0xFF, and 0xFF here means EfiPortConnectorTypeOther 419 # The valid range is between 0 to 0xFF, and 0 here means EfiPortConnectorTypeNone 422 # The valid range is between 0 to 0xFF, and 0x09 here means EfiPortTypeSerial16550ACompatible 430 # The valid range is between 0 to 0xFF, and 0xFF here means EfiPortConnectorTypeOther [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
D | msg_35.txt | 3 Subject: here's something interesting 4 counter to RFC 2822, there's no separating newline here
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | __init__.py | 21 here = os.path.dirname(__file__) or os.curdir variable 26 for fn in os.listdir(here):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
D | __init__.py | 6 here = os.path.dirname(__file__) variable 11 for fn in os.listdir(here):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | DocXMLRPCServer.py | 31 here = 0 42 match = pattern.search(text, here) 45 results.append(escape(text[here:start])) 63 here = end 64 results.append(escape(text[here:]))
|
D | multifile.py | 59 here = self.tell() 62 pos = pos + here 68 if not 0 <= pos <= here or \
|
/device/sample/apps/tv/LeanbackCustomizer/ |
D | proguard-project.txt | 4 # Add project specific ProGuard rules here. 13 # Add any project specific keep options here:
|
/device/sample/apps/tv/LeanbackWidget/ |
D | proguard-project.txt | 4 # Add project specific ProGuard rules here. 13 # Add any project specific keep options here:
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/ |
D | EbcLowLevel.asm | 105 ; Caller uses above instruction to jump here 126 ; | RetAddr | <- ESP is here 174 ; Caller uses above instruction to jump here 185 ; | RetAddr | <- ESP is here
|
D | EbcLowLevel.nasm | 97 ; Caller uses above instruction to jump here 118 ; | RetAddr | <- ESP is here 166 ; Caller uses above instruction to jump here 177 ; | RetAddr | <- ESP is here
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | NOTES.bcc | 37 ==== File: bor32.cfg (cut here) =============================================== 47 ==== End of file bor32.cfg (cut here) ========================================= 49 ==== File: antlr\bor32.mak (cut here) ========================================= 114 ==== End of file antlr\bor32.mak (cut here) =================================== 116 ==== File: dlg\bor32.mak (cut here) =========================================== 178 ==== End of file dlg\bor32.mak (cut here) =====================================
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/site-packages/ |
D | README | 2 here. Read the source for site.py for more details.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/site-packages/ |
D | README | 2 here. Read the source for site.py for more details.
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/ |
D | protocols.h | 37 # error arch fixup needed here
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/ |
D | __init__.py | 45 here = os.path.dirname(__file__) variable 50 for fn in os.listdir(here):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/ |
D | __init__.py | 45 here = os.path.dirname(__file__) variable 50 for fn in os.listdir(here):
|
/device/sample/sdk_addon/ |
D | hardware.ini | 2 # Properties defined here impact all AVD targetting this add-on.
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Vtf0/Ia16/ |
D | ResetVec.asm16 | 49 ; purpose only, nothing except a deadloop would be done here. Developers could 60 ; Execution starts here upon power-on/platform-reset. 100 ; Nothing can go here, otherwise the layout of this file would change.
|