Home
last modified time | relevance | path

Searched refs:WORDSIZE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
Dset.h27 #define WORDSIZE 16 macro
30 #define WORDSIZE 32 macro
37 #define MODWORD(x) ((x) & (WORDSIZE-1)) /* x % WORDSIZE */
Dset.c140 } while (++b < &(bitmask[WORDSIZE]));
531 } while (++b < &(bitmask[WORDSIZE]));
572 } while (++b < &(bitmask[WORDSIZE]));
763 } while (++b < &(bitmask[WORDSIZE]));
784 max_deg = WORDSIZE*a.n;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
Dpcctscfg.h277 #define WORDSIZE (sizeof(unsigned)*8) macro
278 #define LogWordSize (WORDSIZE==16?4:5)
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dpcctscfg.h277 #define WORDSIZE (sizeof(unsigned)*8) macro
278 #define LogWordSize (WORDSIZE==16?4:5)