Lines Matching refs:tail
242 int* tail = (int*)cacheMempool;245 if (!*tail) {268 int* tail = (int*)cacheMempool;269 int newnode = *tail;276 *tail = 0;280 r[*tail].data = data;281 r[*tail].key = key;282 r[*tail].left_child = 0;283 r[*tail].right_child = 0;285 (*tail)++;300 (*tail)--;