Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinftrees.c53 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 …]
Dinfback.c265 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 …]
Dinffast.c90 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 …]
Dinflate.c618 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/QuarkPlatformPkg/
DQuarkPlatformPkg.dec388 # 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/
Dmsg_35.txt3 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/unittest/test/
D__init__.py6 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/distutils/tests/
D__init__.py21 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/
DDocXMLRPCServer.py31 here = 0
42 match = pattern.search(text, here)
45 results.append(escape(text[here:start]))
63 here = end
64 results.append(escape(text[here:]))
Dmultifile.py59 here = self.tell()
62 pos = pos + here
68 if not 0 <= pos <= here or \
/device/sample/apps/SetupCustomizer/
Dproguard-project.txt4 # Add project specific ProGuard rules here.
13 # Add any project specific keep options here:
/device/sample/apps/LeanbackCustomizer/
Dproguard-project.txt4 # Add project specific ProGuard rules here.
13 # Add any project specific keep options here:
/device/sample/apps/LeanbackWidget/
Dproguard-project.txt4 # Add project specific ProGuard rules here.
13 # Add any project specific keep options here:
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
DEbcLowLevel.asm105 ; 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
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DNOTES.bcc37 ==== 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/IntelFspPkg/FspSecCore/Vtf0/Ia16/
DResetVec.asm1649 ; 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.
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
DResetVec.asm1651 ; purpose only, nothing except a deadloop would be done here. Developers could
62 ; Execution starts here upon power-on/platform-reset.
100 ; Nothing can go here, otherwise the layout of this file would change.
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Ia16/
DResetVec.asm1649 ; 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.
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Ia32/
DResetVec.asm1655 ; purpose only, nothing except a deadloop would be done here. Developers could
66 ; Execution starts here upon power-on/platform-reset.
103 ; Nothing can go here, otherwise the layout of this file would change.
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/Ia32/
DResetVec.asm1655 ; purpose only, nothing except a dead loop would be done here. Developers could
66 ; Execution starts here upon power-on/platform-reset.
103 ; Nothing can go here, otherwise the layout of this file would change.
DResetVec.nasmb54 ; purpose only, nothing except a dead loop would be done here. Developers could
65 ; Execution starts here upon power-on/platform-reset.
102 ; Nothing can go here, otherwise the layout of this file would change.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
D__init__.py45 here = os.path.dirname(__file__) variable
50 for fn in os.listdir(here):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
D__init__.py45 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/site-packages/
DREADME2 here. Read the source for site.py for more details.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/site-packages/
DREADME2 here. Read the source for site.py for more details.

12345678910>>...15