Home
last modified time | relevance | path

Searched defs:SBITMAP_SET_SIZE (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsbitmap.h48 #define SBITMAP_SET_SIZE(N) (((N) + SBITMAP_ELT_BITS - 1) / SBITMAP_ELT_BITS) macro
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsbitmap.h94 #define SBITMAP_SET_SIZE(N) (((N) + SBITMAP_ELT_BITS - 1) / SBITMAP_ELT_BITS) macro