Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 69) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinffast.c84 unsigned long hold; /* local strm->hold */ local
111 hold = state->hold;
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
127 this = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold & ((1U << op) - 1);
148 hold >>= op;
153 hold += (unsigned long)(PUP(in)) << bits;
[all …]
Dinflate.c121 state->hold = 0;
139 state->hold += value << state->bits;
409 hold = state->hold; \
420 state->hold = hold; \
427 hold = 0; \
437 hold += (unsigned long)(*next++) << bits; \
451 ((unsigned)hold & ((1U << (n)) - 1))
456 hold >>= (n); \
463 hold >>= bits & 7; \
562 unsigned long hold; /* bit buffer */ local
[all …]
Dinfback.c125 hold = state->hold; \
136 state->hold = hold; \
143 hold = 0; \
167 hold += (unsigned long)(*next++) << bits; \
182 ((unsigned)hold & ((1U << (n)) - 1))
187 hold >>= (n); \
194 hold >>= bits & 7; \
252 unsigned long hold; /* bit buffer */ local
275 hold = 0;
321 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
Dinflate.h94 unsigned long hold; /* input bit accumulator */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinffast.c84 unsigned long hold; /* local strm->hold */ local
111 hold = state->hold;
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bits;
127 here = lcode[hold & lmask];
130 hold >>= op;
144 hold += (unsigned long)(PUP(in)) << bits;
147 len += (unsigned)hold & ((1U << op) - 1);
148 hold >>= op;
153 hold += (unsigned long)(PUP(in)) << bits;
[all …]
Dinflate.c120 state->hold = 0;
240 state->hold = 0;
246 state->hold += value << state->bits;
465 hold = state->hold; \
476 state->hold = hold; \
483 hold = 0; \
493 hold += (unsigned long)(*next++) << bits; \
507 ((unsigned)hold & ((1U << (n)) - 1))
512 hold >>= (n); \
519 hold >>= bits & 7; \
[all …]
Dinfback.c134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer */ local
284 hold = 0;
330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
Dinflate.h98 unsigned long hold; /* input bit accumulator */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
DREADME.txt12 the type used to hold a character (char or Py_UNICODE)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
DREADME.txt12 the type used to hold a character (char or Py_UNICODE)
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DEnablePaging64.S50 lret # topmost 2 dwords hold the address
DEnablePaging64.asm52 retf ; topmost 2 dwords hold the address
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c977 long hold; in parse_syntax_error() local
1001 hold = PyInt_AsLong(v); in parse_syntax_error()
1004 if (hold < 0 && PyErr_Occurred()) in parse_syntax_error()
1006 *lineno = (int)hold; in parse_syntax_error()
1015 hold = PyInt_AsLong(v); in parse_syntax_error()
1018 if (hold < 0 && PyErr_Occurred()) in parse_syntax_error()
1020 *offset = (int)hold; in parse_syntax_error()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c990 long hold; in parse_syntax_error() local
1022 hold = PyInt_AsLong(v); in parse_syntax_error()
1024 if (hold < 0 && PyErr_Occurred()) in parse_syntax_error()
1026 *lineno = (int)hold; in parse_syntax_error()
1035 hold = PyInt_AsLong(v); in parse_syntax_error()
1037 if (hold < 0 && PyErr_Occurred()) in parse_syntax_error()
1039 *offset = (int)hold; in parse_syntax_error()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DEnablePaging64.asm50 retf ; topmost 2 dwords hold the address
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DDisablePaging64.S47 sub %rax, %rdi # rdi <- use stack to hold transition code
DDisablePaging64.asm45 sub rdi, rax ; rdi <- Use stack to hold transition code
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DBdsDxe.uni9 // these boot device path are hold in PlatformBdsLib library instance produced by platform.
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwprintf.c800 int hold = nextarg; \ in WDECL()
808 nextarg = hold; \ in WDECL()
1661 int hold = nextarg; \ in __find_arguments()
1664 nextarg = hold; \ in __find_arguments()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
DPcdDxe.uni25 // PCD database hold all dynamic type PCD information. The structure of PEI PCD
89 // but the basic information and default value for all dynamic PCD is hold
94 // To make PcdPeim's driver image smaller, PEI PCD database only hold all dynamic
DPcd.inf25 # PCD database hold all dynamic type PCD information. The structure of PEI PCD
89 # but the basic information and default value for all dynamic PCD is hold
94 # To make PcdPeim's driver image smaller, PEI PCD database only hold all dynamic
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
DPcdPeim.uni24 // PCD database hold all dynamic type PCD information. The structure of PEI PCD
88 // but the basic information and default value for all dynamic PCD is hold
93 // To make PcdPeim's driver image smaller, PEI PCD database only hold all dynamic
DPcd.inf24 # PCD database hold all dynamic type PCD information. The structure of PEI PCD
88 # but the basic information and default value for all dynamic PCD is hold
93 # To make PcdPeim's driver image smaller, PEI PCD database only hold all dynamic
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
Dsoftfloat-specialize259 `high' and `low' values hold the most- and least-significant bits,
366 `low' values hold the most- and least-significant bits, respectively.
/device/linaro/bootloader/edk2/Nt32Pkg/
DNt32Pkg.dec62 ## This PPI instance hold information for an simulated firmware device.

123