HomeSort by: relevance | last modified time | path
    Searched refs:numPointers (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/raidframe/
rf_alloclist.c 89 RF_ASSERT(l->numPointers == RF_POINTERS_PER_ALLOC_LIST_ELEMENT); /* find end of list */
91 RF_ASSERT(l->numPointers >= 0 && l->numPointers <= RF_POINTERS_PER_ALLOC_LIST_ELEMENT);
92 if (l->numPointers == RF_POINTERS_PER_ALLOC_LIST_ELEMENT) {
97 l->pointers[l->numPointers] = p;
98 l->sizes[l->numPointers] = size;
99 l->numPointers++;
110 RF_ASSERT(p->numPointers >= 0 &&
111 p->numPointers <= RF_POINTERS_PER_ALLOC_LIST_ELEMENT);
112 for (i = 0; i < p->numPointers; i++)
    [all...]
rf_alloclist.h 45 int numPointers;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 2981 unsigned numPointers = 0;
2996 numPointers++;
3003 if (numPointers != 1) return;
3004 numPointers++;
3023 if (numPointers == 1) {
3041 } else if (numPointers == 2) {

Completed in 20 milliseconds