Home
last modified time | relevance | path

Searched refs:GET_BIT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c27 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro
29 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
49 #define NORMAL_LITER_DEC GET_BIT(prob + symbol, symbol)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c29 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro
31 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
51 #define NORMAL_LITER_DEC GET_BIT(prob + symbol, symbol)
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c29 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro
31 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); }
51 #define NORMAL_LITER_DEC GET_BIT(prob + symbol, symbol)