OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_free
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_compress.c
96
int
first_free
; /* First unused entry. */
member in struct:private_data
192
state->
first_free
= FIRST;
277
if (clear_flg || state->
first_free
> state->cur_maxcode) {
382
if (state->
first_free
< state->max_maxcode) {
383
state->codetab[i] = state->
first_free
++; /* code -> hashtable */
404
state->
first_free
= FIRST;
/src/lib/libc/db/hash/
hash_page.c
78
static uint32_t
first_free
(uint32_t);
662
first_free
(uint32_t map)
function
792
bit = bit +
first_free
(freep[j]);
/src/sys/uvm/
uvm_map.h
225
struct vm_map_entry *
first_free
; /* First free space hint */
member in struct:vm_map
Completed in 17 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026