Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsbitmap.h42 #define SBITMAP_SET_SIZE(N) (((N) + SBITMAP_ELT_BITS - 1) / SBITMAP_ELT_BITS) macro
/openbsd-src/gnu/gcc/gcc/
H A Dsbitmap.h42 #define SBITMAP_SET_SIZE(N) (((N) + SBITMAP_ELT_BITS - 1) / SBITMAP_ELT_BITS) macro