Searched refs:tail (Results 1 - 8 of 8) sorted by last modified time

/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
H A Dgrep.h132 extern int tail;
H A Dutil.c225 tail = 0;
364 if ((tail || c) && !cflag && !qflag && !lflag && !Lflag) {
369 tail = Aflag;
375 tail--;
/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;
/system/extras/tests/bionic/libc/
H A Drun-test.sh142 RET=`tail -n1 $ADB_CMD_LOG`
/system/extras/tests/sdcard/
H A Dprofile_sdcard.sh41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')

Completed in 242 milliseconds