OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_items
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/sys/kern/
ddi.c
310
* Allocate a set of pointers to '
n_items
' objects of size 'size'
313
* The 'size' and '
n_items
' values are stashed in the opaque
337
size_t
n_items
; /* how many structs herein */
member in struct:i_ddi_soft_state
344
ddi_soft_state_init(void **state_p, size_t size, size_t
n_items
)
355
if (
n_items
< MIN_N_ITEMS)
356
ss->
n_items
= MIN_N_ITEMS;
360
if ((bitlog = ddi_fls(
n_items
)) == ddi_ffs(
n_items
))
362
ss->
n_items
= 1 << bitlog;
365
ASSERT(ss->
n_items
>= n_items)
[
all
...]
/src/external/bsd/bc/dist/
storage.c
413
temp->
n_items
.n_down[0] = a_var->a_tree;
415
temp->
n_items
.n_down[ix] = NULL;
420
temp->
n_items
.n_num[ix] = bc_copy_num(_zero_);
431
if (temp->
n_items
.n_down[ix1] == NULL)
433
temp->
n_items
.n_down[ix1] = bc_malloc (sizeof(bc_array_node));
434
temp = temp->
n_items
.n_down[ix1];
437
temp->
n_items
.n_down[ix] = NULL;
440
temp->
n_items
.n_num[ix] = bc_copy_num(_zero_);
443
temp = temp->
n_items
.n_down[ix1];
447
return &(temp->
n_items
.n_num[sub[0]])
[
all
...]
bcdefs.h
142
}
n_items
;
member in struct:bc_array_node
Completed in 39 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026