HomeSort by: relevance | last modified time | path
    Searched defs:TAIL (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_interface.h 27 TAIL = 2,
  /src/lib/libc/include/isc/
list.h 24 #define LIST(type) struct { type *head, *tail; }
26 do { (list).head = NULL; (list).tail = NULL; } while (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...]
  /src/external/bsd/libbind/dist/include/isc/
list.h 24 #define LIST(type) struct { type *head, *tail; }
26 do { (list).head = NULL; (list).tail = NULL; } while (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...]
  /src/external/bsd/byacc/dist/
mstring.c 19 ** HEAD+TAIL should be a power of two */
21 #define TAIL 8
81 nl = nl + nl + TAIL;
109 if ((s->base = realloc(s->base, len + len + TAIL)))
112 s->end = s->base + len + len + TAIL;
  /src/common/dist/zlib/examples/
gznorm.c 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ...
102 TAIL // reading a gzip trailer
123 size_t tail; // number of trailer bytes read (0..8) local
348 // Don't need to set prev here since going to TAIL.
378 tail = 0;
380 state = TAIL;
384 case TAIL:
389 tail++;
390 if (tail == 4) {
398 else if (tail == 8)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
InstrumentationMap.h 40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT };
110 IO.enumCase(Kind, "tail-exit", xray::SledEntry::FunctionKinds::TAIL);
  /src/external/gpl3/binutils/dist/zlib/examples/
gznorm.c 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ...
102 TAIL // reading a gzip trailer
123 size_t tail; // number of trailer bytes read (0..8) local
348 // Don't need to set prev here since going to TAIL.
378 tail = 0;
380 state = TAIL;
384 case TAIL:
389 tail++;
390 if (tail == 4) {
398 else if (tail == 8)
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gznorm.c 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ...
102 TAIL // reading a gzip trailer
123 size_t tail; // number of trailer bytes read (0..8) local
348 // Don't need to set prev here since going to TAIL.
378 tail = 0;
380 state = TAIL;
384 case TAIL:
389 tail++;
390 if (tail == 4) {
398 else if (tail == 8)
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
gznorm.c 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ...
102 TAIL // reading a gzip trailer
123 size_t tail; // number of trailer bytes read (0..8) local
348 // Don't need to set prev here since going to TAIL.
378 tail = 0;
380 state = TAIL;
384 case TAIL:
389 tail++;
390 if (tail == 4) {
398 else if (tail == 8)
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/examples/
gznorm.c 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ...
102 TAIL // reading a gzip trailer
123 size_t tail; // number of trailer bytes read (0..8) local
348 // Don't need to set prev here since going to TAIL.
378 tail = 0;
380 state = TAIL;
384 case TAIL:
389 tail++;
390 if (tail == 4) {
398 else if (tail == 8)
    [all...]
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
util.h 196 #define TAIL(list) ISC_LIST_TAIL(list)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
util.h 243 #define TAIL(list) ISC_LIST_TAIL(list)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
util.h 213 #define TAIL(list) ISC_LIST_TAIL(list)

Completed in 37 milliseconds