Home
last modified time | relevance | path

Searched refs:EXT_WORDSIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DAParser.h60 #define EXT_WORDSIZE (sizeof(char)*8) macro
206 static unsigned MODWORD(unsigned x) {return x & (EXT_WORDSIZE-1);} // x % EXT_WORDSIZE // MR9 in MODWORD()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DAParser.h60 #define EXT_WORDSIZE (sizeof(char)*8) macro
207 static unsigned MODWORD(unsigned x) {return x & (EXT_WORDSIZE-1);} // x % EXT_WORDSIZE // MR9 in MODWORD()