Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
Dset.c267 a.setword[DIVWORD(b)] = bitmask[MODWORD(b)];
475 return( a.setword[DIVWORD(b)] & bitmask[MODWORD(b)] );
593 a->setword[DIVWORD(e)] |= bitmask[MODWORD(e)];
667 a.setword[DIVWORD(e)] ^= (a.setword[DIVWORD(e)]&bitmask[MODWORD(e)]);
Dset.h37 #define MODWORD(x) ((x) & (WORDSIZE-1)) /* x % WORDSIZE */ macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DAParser.h206 static unsigned MODWORD(unsigned x) {return x & (EXT_WORDSIZE-1);} // x % EXT_WORDSIZE // MR9 in MODWORD() function
DAParser.cpp434 return( p[DIVWORD(b)] & bitmask[MODWORD(b)] ); in set_el()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DAParser.h207 static unsigned MODWORD(unsigned x) {return x & (EXT_WORDSIZE-1);} // x % EXT_WORDSIZE // MR9 in MODWORD() function
DAParser.cpp465 return( p[DIVWORD(b)] & bitmask[MODWORD(b)] ); in set_el()