OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quantum
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
dm9000.c
849
int pad,
quantum
;
local in function:dme_alloc_receive_buffer
851
quantum
= sc->sc_data_width;
860
m->m_pkthdr.len = frame_length + (frame_length %
quantum
);
874
m->m_len = frame_length + (frame_length %
quantum
);
/src/lib/libc/stdlib/
jemalloc.c
51
* and a 16 byte
quantum
, the size classes in each category are as follows:
60
* | |
Quantum
-spaced | 16 |
321
* Maximum size class that is a multiple of the
quantum
, but not (necessarily)
632
* assuming a 16-byte
quantum
, 4kB pagesize, and default MALLOC_OPTIONS.
672
static unsigned nqbins; /* Number of
quantum
-spaced bins. */
677
/* Various
quantum
-related settings. */
678
static size_t
quantum
;
variable in typeref:typename:size_t
679
static size_t quantum_mask; /* (
quantum
- 1). */
907
/* Return the smallest
quantum
multiple that is >= a. */
2196
/*
Quantum
-spaced. *
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Sep 25 02:09:54 GMT 2025