HomeSort by relevance Sort by last modified time
    Searched defs:Last (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
btree.h 79 int (*Last)(BtCursor*, int *pRes);
130 #define sqliteBtreeLast(pCur, pRes) (btCOps(pCur)->Last(pCur, pRes))
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 66 static TREE *Bottom; /* the last free chunk in the arena */
107 static TREE *Last[MINSIZE/WORDSIZE-1];
141 Last[i] = tp;
156 Last[i] = NULL;
445 np = LAST(tp);
508 Last[ts] = tp;
510 sp = Last[ts];
514 Last[ts] = tp;
533 np = LAST(tp);
729 /* reserved the last word to head any noncontiguous memory *
    [all...]
  /onnv/onnv-gate/usr/src/stand/lib/fs/common/
cache.c 58 #define Last 1 /* Ptr to last element of a chain */

Completed in 1380 milliseconds