numPointers 115 dev/raidframe/rf_alloclist.c RF_ASSERT(l->numPointers == RF_POINTERS_PER_ALLOC_LIST_ELEMENT); /* Find end of list. */
numPointers 117 dev/raidframe/rf_alloclist.c RF_ASSERT(l->numPointers >= 0 &&
numPointers 118 dev/raidframe/rf_alloclist.c l->numPointers <= RF_POINTERS_PER_ALLOC_LIST_ELEMENT);
numPointers 119 dev/raidframe/rf_alloclist.c if (l->numPointers == RF_POINTERS_PER_ALLOC_LIST_ELEMENT) {
numPointers 124 dev/raidframe/rf_alloclist.c l->pointers[l->numPointers] = p;
numPointers 125 dev/raidframe/rf_alloclist.c l->sizes[l->numPointers] = size;
numPointers 126 dev/raidframe/rf_alloclist.c l->numPointers++;
numPointers 146 dev/raidframe/rf_alloclist.c RF_ASSERT(p->numPointers >= 0 &&
numPointers 147 dev/raidframe/rf_alloclist.c p->numPointers <= RF_POINTERS_PER_ALLOC_LIST_ELEMENT);
numPointers 148 dev/raidframe/rf_alloclist.c for (i = 0; i < p->numPointers; i++) {
numPointers 47 dev/raidframe/rf_alloclist.h int numPointers;
numPointers 99 dev/raidframe/rf_aselect.c for (i = 0; i < p->numPointers; i++) {
numPointers 105 dev/raidframe/rf_aselect.c p->numPointers = 0;