OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TAIL
(Results
1 - 9
of
9
) sorted by relevancy
/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/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 in function:gzip_normalize
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/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/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/sys/arch/luna68k/dev/xplx/
xplx.asm
1397
POP HL ;
TAIL
Completed in 17 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025