Home
last modified time | relevance | path

Searched refs:BITS (Results 1 – 25 of 38) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinfback.c190 #define BITS(n) \ macro
300 state->last = BITS(1);
302 switch (BITS(2)) {
361 state->nlen = BITS(5) + 257;
363 state->ndist = BITS(5) + 1;
365 state->ncode = BITS(4) + 4;
380 state->lens[order[state->have++]] = (unsigned short)BITS(3);
401 here = state->lencode[BITS(state->lenbits)];
419 copy = 3 + BITS(2);
426 copy = 3 + BITS(3);
[all …]
Dinflate.c506 #define BITS(n) \ macro
661 ((BITS(8) << 8) + (hold >> 8)) % 31) {
666 if (BITS(4) != Z_DEFLATED) {
672 len = BITS(4) + 8;
835 state->last = BITS(1);
837 switch (BITS(2)) {
899 state->nlen = BITS(5) + 257;
901 state->ndist = BITS(5) + 1;
903 state->ncode = BITS(4) + 4;
918 state->lens[order[state->have++]] = (unsigned short)BITS(3);
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinfback.c181 #define BITS(n) \ macro
291 state->last = BITS(1);
293 switch (BITS(2)) {
352 state->nlen = BITS(5) + 257;
354 state->ndist = BITS(5) + 1;
356 state->ncode = BITS(4) + 4;
371 state->lens[order[state->have++]] = (unsigned short)BITS(3);
392 this = state->lencode[BITS(state->lenbits)];
411 copy = 3 + BITS(2);
418 copy = 3 + BITS(3);
[all …]
Dinflate.c450 #define BITS(n) \ macro
610 ((BITS(8) << 8) + (hold >> 8)) % 31) {
615 if (BITS(4) != Z_DEFLATED) {
621 len = BITS(4) + 8;
782 state->last = BITS(1);
784 switch (BITS(2)) {
839 state->nlen = BITS(5) + 257;
841 state->ndist = BITS(5) + 1;
843 state->ncode = BITS(4) + 4;
858 state->lens[order[state->have++]] = (unsigned short)BITS(3);
[all …]
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
DFlat32ToFlat64.asm16 BITS 32 label
39 BITS 64 label
DPageTables64.asm16 BITS 32 label
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
DMain.asm17 BITS 16 label
38 BITS 32 label
78 BITS 64 label
DDebugDisabled.asm16 BITS 16 label
DPort80Debug.asm16 BITS 16 label
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinflate.c523 #define BITS(n) \ macro
680 ((BITS(8) << 8) + (hold >> 8)) % 31) {
685 if (BITS(4) != Z_DEFLATED) {
691 len = BITS(4) + 8;
858 state->last = BITS(1);
860 switch (BITS(2)) {
922 state->nlen = BITS(5) + 257;
924 state->ndist = BITS(5) + 1;
926 state->ncode = BITS(4) + 4;
941 state->lens[order[state->have++]] = (unsigned short)BITS(3);
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
DS3Asm.nasm39 BITS 16
62 BITS 32
75 BITS 16
90 BITS 64
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmmInit.nasm72 BITS 16
80 BITS 32
DMpFuncs.nasm45 BITS 16
82 BITS 32
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
DReal16ToFlat32.asm19 BITS 16 label
41 BITS 32 label
DInit16.asm17 BITS 16 label
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DMpFuncs.nasm48 BITS 16
88 BITS 32
119 BITS 64
DSmiEntry.nasm66 BITS 16
91 BITS 32
103 BITS 64
DSmmInit.nasm96 BITS 16
106 BITS 64
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/
DCommonIncludes.h119 #define BITS(x) (1 << (x))
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
DSmiEntry.nasm67 BITS 16
92 BITS 32
104 BITS 64
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/
DPageTables.asm16 BITS 64 label
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DThunk16.nasm83 BITS 16
139 BITS 64
162 BITS 16
238 BITS 64
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/FixupVtf/
DVtf.nasmb16 BITS 16
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DThunk16.nasm85 BITS 16
153 BITS 16
209 BITS 32
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/X64/
DMpFuncs.nasm41 BITS 16
115 BITS 64
242 BITS 32
277 BITS 64

12