Home
last modified time | relevance | path

Searched refs:fill_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dblockstore.h45 size_t fill_count = 0; variable
126 if (fill_count == BLOCK_SIZE) { in new_obj()
138 fill_count = 0; in new_obj()
140 T *obj = reinterpret_cast<T *>(current->data + fill_count * sizeof(T)); in new_obj()
141 ++fill_count; in new_obj()
155 sizeof(T) * (fill_count - 1)); in back()
159 fill_count--; in pop_back()
160 if (fill_count || current == &first) in pop_back()
173 fill_count = BLOCK_SIZE; in pop_back()
176 LIBC_INLINE bool empty() const { return current == &first && !fill_count; } in empty()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c217 u32 addr, u32 fill_count) argument
228 addr, fill_count, &params);
233 u32 addr, u32 fill, u32 fill_count) argument
237 for (i = 0; i < fill_count; i++, addr += sizeof(u32))