Searched refs:NMSKBITS (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfslibos.h90 # define NMSKBITS 64 macro
92 # define NMSKBITS 32 macro
95 # define MSKCNT ((FONT_OPEN_MAX + NMSKBITS - 1) / NMSKBITS)
106 # define BITMASK(i) (1 << ((i) & (NMSKBITS - 1)))
107 # define MASKIDX(i) ((i) / NMSKBITS)
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfslibos.h86 # define NMSKBITS 64 macro
88 # define NMSKBITS 32 macro
91 # define MSKCNT ((FONT_OPEN_MAX + NMSKBITS - 1) / NMSKBITS)
102 # define BITMASK(i) (1 << ((i) & (NMSKBITS - 1)))
103 # define MASKIDX(i) ((i) / NMSKBITS)
/xsrc/external/mit/libFS/dist/src/
H A DFSlibos.h111 # define NMSKBITS 32 macro
112 # define MSKCNT ((FS_OPEN_MAX + NMSKBITS - 1) / NMSKBITS)
126 # define BITMASK(i) (1 << ((i) & (NMSKBITS - 1)))
127 # define MASKIDX(i) ((i) / NMSKBITS)

Completed in 4 milliseconds