OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_elements
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_benchmarks_test.cc
19
static void ManyAccessFunc(T *x, size_t
n_elements
, size_t n_iter) {
23
for (size_t i = 0; i <=
n_elements
- 16; i += 16) {
/src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_cmd.c
50
int
n_elements
;
member in struct:qxl_ring
63
ring->ring->header.notify_on_prod = ring->
n_elements
;
69
int
n_elements
,
82
ring->
n_elements
=
n_elements
;
148
idx = header->prod & (ring->
n_elements
- 1);
179
idx = header->cons & (ring->
n_elements
- 1);
qxl_drv.h
300
int
n_elements
,
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_malloc_linux.cc
246
void *(*calloc)(uptr
n_elements
, uptr elem_size);
253
void *(*calloc)(uptr
n_elements
, uptr elem_size);
Completed in 15 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025