Searched refs:maxitems (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_array.c76 /* Update the array's maxitems based on the new itemsize */
78 array->maxitems = 0;
80 array->maxitems += array->pool_maxitems;
87 if (array->maxitems < nitems) {
102 /* If array->maxitems is zero, it means we are either rebuilding an array
108 if (array->maxitems == 0) {
164 array->maxitems = array->pool_maxitems;
330 if (idx >= array->maxitems) goto finish;
393 while (nitems > array->maxitems) {
399 array->maxitems
[all...]
H A Dkxld_array.h86 u_int maxitems; /* The maximum number of items this array can contain */ member in struct:kxld_array
132 /* Returns the item at the specified index, or NULL if idx > maxitems */
H A Dkxld.c211 for (i = 0; i < context->objects.maxitems; ++i) {
217 for (i = 0; i < context->dependencies.maxitems; ++i) {
H A Dkxld_kext.c172 for (i = 0; i < kext->vtables.maxitems; ++i) {
H A Dkxld_object.c1588 for (i = 0; i < object->segs.maxitems; ++i) {
1594 for (i = 0; i < object->sects.maxitems; ++i) {

Completed in 30 milliseconds