Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsbitmap.c111 sbitmap_vector_alloc (n_vecs, n_elms) in sbitmap_vector_alloc() argument
196 sbitmap_vector_zero (bmap, n_vecs) in sbitmap_vector_zero() argument
209 sbitmap_vector_ones (bmap, n_vecs) in sbitmap_vector_ones() argument
/openbsd-src/gnu/gcc/gcc/
H A Dsbitmap.c136 sbitmap_vector_alloc (unsigned int n_vecs, unsigned int n_elms) in sbitmap_vector_alloc()
216 sbitmap_vector_zero (sbitmap *bmap, unsigned int n_vecs) in sbitmap_vector_zero()
227 sbitmap_vector_ones (sbitmap *bmap, unsigned int n_vecs) in sbitmap_vector_ones()