Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/HashTable/
H A Dtable.h110 LIBC_INLINE bool is_full() const { return available_slots == 0; } in is_full() function
/freebsd/sys/dev/sfxge/common/
H A Defx_filter.c671 boolean_t is_full = B_FALSE; in siena_filter_spec_from_gen_spec() local