| /src/sys/external/bsd/drm2/include/linux/ |
| circ_buf.h | 35 #define CIRC_SPACE(HEAD, TAIL, SIZE) \ 36 (((TAIL) - ((HEAD) + 1)) & ((SIZE) - 1))
|
| /src/sys/external/bsd/compiler_rt/dist/include/xray/ |
| xray_interface.h | 27 TAIL = 2,
|
| /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/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/gpl2/lvm2/dist/scripts/ |
| lvm_dump.sh | 25 TAIL=tail # we need -n 191 log "$TAIL -n 75 /var/log/messages > \"$dir/messages\" 2>> \"$log\""
|
| /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/common/dist/zlib/examples/ |
| gznorm.c | 102 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ... 106 TAIL // reading a gzip trailer 127 size_t tail; // number of trailer bytes read (0..8) local 352 // Don't need to set prev here since going to TAIL. 382 tail = 0; 384 state = TAIL; 388 case TAIL: 393 tail++; 394 if (tail == 4) { 402 else if (tail == 8) [all...] |
| /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/ntp/dist/libntp/lib/isc/include/isc/ |
| util.h | 196 #define TAIL(list) ISC_LIST_TAIL(list)
|
| /src/external/mpl/bind/dist/lib/dns/ |
| dyndb.c | 244 elem = TAIL(dyndb_implementations);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_fdr_logging.cc | 517 case XRayEntryType::TAIL: 547 case XRayEntryType::TAIL:
|
| xray_interface.cc | 160 case XRayEntryType::TAIL:
|
| xray_basic_logging.cc | 103 // Version 2 includes tail exit records. 196 case XRayEntryType::TAIL: {
|
| xray_profiling.cc | 302 case XRayEntryType::TAIL:
|
| /src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| InstrumentationMap.cpp | 190 SledEntry::FunctionKinds::TAIL,
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| util.h | 213 #define TAIL(list) ISC_LIST_TAIL(list)
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| util.h | 250 #define TAIL(list) ISC_LIST_TAIL(list)
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dyndb.c | 391 elem = TAIL(dyndb_implementations);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| RISCVISelLowering.h | 42 TAIL,
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| task.c | 439 for (event = TAIL(task->on_shutdown);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| task.c | 322 for (event = TAIL(task->on_shutdown); event != NULL;
|