Home
last modified time | relevance | path

Searched refs:WNDBIT (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DCompress.c35 #define WNDBIT 13 macro
36 #define WNDSIZ (1U << WNDBIT)
43 #define HASH(LoopVar7, LoopVar5) ((LoopVar7) + ((LoopVar5) << (WNDBIT - 9)) + WNDSIZ * 2)
52 #define NP (WNDBIT + 1)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DEfiCompress.c41 #define WNDBIT 13 macro
42 #define WNDSIZ (1U << WNDBIT)
48 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
58 #define NP (WNDBIT + 1)
DTianoCompress.c39 #define WNDBIT 19 macro
40 #define WNDSIZ (1U << WNDBIT)
47 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
56 #define NP (WNDBIT + 1)
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DEfiCompress.c31 #define WNDBIT 13 macro
32 #define WNDSIZ (1U << WNDBIT)
38 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
48 #define NP (WNDBIT + 1)
DTianoCompress.c29 #define WNDBIT 19 macro
30 #define WNDSIZ (1U << WNDBIT)
37 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
46 #define NP (WNDBIT + 1)
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c36 #define WNDBIT 19 macro
37 #define WNDSIZ (1U << WNDBIT)
44 #define HASH(p, c) ((p) + ((c) << (WNDBIT - 9)) + WNDSIZ * 2)
53 #define NP (WNDBIT + 1)