HomeSort by relevance Sort by last modified time
    Searched refs:TAIL (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-netbsd/libc/include/isc/
list.h 24 #define LIST(type) struct { type *head, *tail; }
26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0)
40 #define TAIL(list) ((list).tail)
49 (list).tail = (elt); \
58 if ((list).tail != NULL) \
59 (list).tail->link.next = (elt); \
62 (elt)->link.prev = (list).tail; \
64 (list).tail = (elt); \
73 INSIST((list).tail == (elt));
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 543 goto TAIL;
607 goto TAIL;
634 goto TAIL;
649 goto TAIL;
660 goto TAIL;
666 TAIL:
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 543 goto TAIL;
607 goto TAIL;
634 goto TAIL;
649 goto TAIL;
660 goto TAIL;
666 TAIL:
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 832 Code = UnOpInit::TAIL;
850 || Code == UnOpInit::TAIL
869 || Code == UnOpInit::TAIL) {
    [all...]
Record.cpp 811 case TAIL: {
863 case TAIL: Result = "!tail"; break;
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 884 enum UnaryOp { CAST, HEAD, TAIL, EMPTY };
    [all...]

Completed in 1373 milliseconds