Searched defs:tail (Results 1 - 4 of 4) sorted by path

/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S200 bltz $a2,tail
240 tail: label
/system/core/toolbox/grep/
H A Dgrep.c149 int tail; /* lines left to print */ variable
/system/extras/fatblock/
H A Dfdpool.c66 struct pooled_fd *tail = fdpool_head.prev; local
68 assert(tail != &fdpool_head);
70 fdpool_remove(tail);
72 return tail;
91 struct pooled_fd *tail; local
93 tail = fdpool_remove_tail();
94 fdpool_unpool(tail);
H A Dimport.c183 struct item *tail; local
185 for (tail = head; tail->next; tail = tail->next);
187 tail->next = free_items_head;

Completed in 48 milliseconds