Lines Matching defs:tail
7246 const nk_byte *tail;
7267 /* tail */
7268 tail = (const nk_byte*)(data + nblocks*4);
7271 case 3: k1 ^= (nk_uint)(tail[2] << 16); /* fallthrough */
7272 case 2: k1 ^= (nk_uint)(tail[1] << 8u); /* fallthrough */
7273 case 1: k1 ^= tail[0];
10702 struct nk_rp_node **prev, *node, *tail, **best = 0;
10755 tail = c->active_head;
10759 while (tail->x < width)
10760 tail = tail->next;
10761 while (tail)
10763 int xpos = tail->x - width;
10784 tail = tail->next;