Searched refs:tail (Results 1 - 25 of 899) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dobjc-list.h32 struct objc_list *tail; member in struct:objc_list
35 /* Return a cons cell produced from (head . tail). */
37 list_cons (void* head, struct objc_list* tail) argument
43 cell->tail = tail;
52 if ((*list)->tail)
55 struct objc_list* tail = (*list)->tail; local
58 *(*list) = *tail;
61 objc_free (tail);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dobjc-list.h32 struct objc_list *tail; member in struct:objc_list
35 /* Return a cons cell produced from (head . tail). */
37 list_cons (void* head, struct objc_list* tail) argument
43 cell->tail = tail;
52 if ((*list)->tail)
55 struct objc_list* tail = (*list)->tail; local
58 *(*list) = *tail;
61 objc_free (tail);
[all...]
/netbsd-current/usr.bin/tail/
H A DMakefile4 PROG= tail
5 SRCS= forward.c misc.c read.c reverse.c tail.c
7 LINKS= ${BINDIR}/tail ${BINDIR}/tac
9 MAN= tail.1 tac.1
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-tail.exp0 tail (basename) of 'a/b/c' is 'c'
2 tail (basename) of 'def' is 'def'
3 tail (basename) of 'a.b.c' is 'a.b.c'
4 tail (basename) of 'a.b/c' is 'c'
5 tail (basename) of 'a' is 'a'
6 tail (basename) of 'a.a' is 'a.a'
7 tail (basename) of '.gitignore' is '.gitignore'
8 tail (basename) of 'a' is 'a'
9 tail (basename) of 'a.a' is 'a.a'
10 tail (basenam
[all...]
/netbsd-current/lib/libc/arch/riscv/gen/
H A D__sigsetjmp14.S12 tail PLT(_C_LABEL(_setjmp))
13 1: tail PLT(_C_LABEL(__setjmp14))
19 tail PLT(_C_LABEL(_longjmp))
20 1: tail PLT(_C_LABEL(__longjmp14))
/netbsd-current/external/mpl/dhcp/dist/includes/omapip/
H A Dbuffer.h33 the tail never catches up to the head, there's room in the buffer for
36 - If the tail and the head are equal, the buffer is empty.
38 - If the tail is less than the head, the contents of the buffer
40 the bytes between the beginning of the buffer and the tail, not
41 including the byte addressed by the tail.
43 - If the tail is greater than the head, then the buffer contains
45 ending with the byte before the byte addressed by the tail.
47 There will always be at least one byte of waste, because the tail can't
54 u_int16_t head, tail; /* Buffers are organized in a ring. */ member in struct:_omapi_buffer
60 ((x) -> tail > (
[all...]
/netbsd-current/usr.bin/find/
H A Doperator.c82 PLAN *tail; /* pointer to tail of subplan */ local
96 for (tail = subplan = NULL;;) {
115 tail = subplan = next;
117 tail->next = next;
118 tail = next;
120 tail->next = NULL;
134 PLAN *tail; /* pointer to tail of result plan */ local
137 result = tail
172 PLAN *tail; /* pointer to tail of result plan */ local
230 PLAN *tail; /* pointer to tail of result plan */ local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ring.h28 void intel_ring_reset(struct intel_ring *ring, u32 tail);
91 assert_ring_tail_valid(const struct intel_ring *ring, unsigned int tail) argument
93 GEM_BUG_ON(!intel_ring_offset_valid(ring, tail));
110 GEM_BUG_ON(cacheline(tail) == cacheline(ring->head) &&
111 tail < ring->head);
116 intel_ring_set_tail(struct intel_ring *ring, unsigned int tail) argument
118 /* Whilst writes to the tail are strictly order, there is no
119 * serialisation between readers and the writers. The tail may be
124 assert_ring_tail_valid(ring, tail);
125 ring->tail
130 __intel_ring_space(unsigned int head, unsigned int tail, unsigned int size) argument
[all...]
/netbsd-current/lib/libc/locale/
H A Dnewlocale.c47 char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail; local
65 tail = __UNCONST(strchr(tokens[0], '/'));
66 if (tail == NULL) {
75 *tail++ = '\0';
83 *tail++ = '\0';
84 tokens[i] = (const char *)tail;
85 tail = __UNCONST(strchr(tokens[i], '/'));
86 if (tail == NULL) {
91 *tail++ = '\0';
92 tokens[howmany] = tail;
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dcompile_et.h63 struct error_code *next, **tail; member in struct:error_code
72 (L)->tail = &(V)->next; \
75 *(L)->tail = (V); \
76 (L)->tail = &(V)->next; \
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Dspsc_queue.h45 atomic_long_t tail; member in struct:spsc_queue
53 atomic_long_set(&queue->tail, (long)&queue->head);
69 struct spsc_node **tail; local
75 tail = (struct spsc_node **)atomic_long_xchg(&queue->tail, (long)&node->next);
76 WRITE_ONCE(*tail, node);
87 return tail == &queue->head;
109 if (atomic_long_cmpxchg(&queue->tail,
111 /* Updating tail failed wait for new next to appear */
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/include/
H A Ddlz_list.h25 type *head, *tail; \
30 (list).tail = NULL; \
44 #define DLZ_LIST_TAIL(list) ((list).tail)
48 if ((list).tail != NULL) \
49 (list).tail->link.next = (elt); \
52 (elt)->link.prev = (list).tail; \
54 (list).tail = (elt); \
65 (list).tail = (elt)->link.prev; \
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dhash.h100 /* tail */
102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4); local
107 case 3: k1 ^= tail[2] << 16;
108 case 2: k1 ^= tail[1] << 8;
109 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15);
171 /* tail */
173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16); local
180 case 15: k4 ^= tail[14] << 16; /*FALLTHROUGH*/
181 case 14: k4 ^= tail[13] << 8; /*FALLTHROUGH*/
182 case 13: k4 ^= tail[1
261 const uint8_t *tail = (const uint8_t*)(data + nblocks*16); local
[all...]
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dhash.h100 /* tail */
102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4); local
107 case 3: k1 ^= tail[2] << 16;
108 case 2: k1 ^= tail[1] << 8;
109 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15);
171 /* tail */
173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16); local
180 case 15: k4 ^= tail[14] << 16; /*FALLTHROUGH*/
181 case 14: k4 ^= tail[13] << 8; /*FALLTHROUGH*/
182 case 13: k4 ^= tail[1
261 const uint8_t *tail = (const uint8_t*)(data + nblocks*16); local
[all...]
/netbsd-current/games/atc/
H A Dlist.c73 l->head = l->tail = p;
95 l->tail->next = p;
97 p->prev = l->tail;
98 l->tail = p;
109 if (l->head == p && l->tail == p)
110 l->head = l->tail = NULL;
114 } else if (l->tail == p) {
115 l->tail = p->prev;
116 l->tail->next = NULL;
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dsearch_list.c53 if (list->tail)
54 list->tail->next = new_el;
58 list->tail = new_el;
H A Dsearch_list.h44 struct search_list_elem *tail;
43 struct search_list_elem *tail; member in struct:__anon1800
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dsearch_list.c53 if (list->tail)
54 list->tail->next = new_el;
58 list->tail = new_el;
H A Dsearch_list.h44 struct search_list_elem *tail;
43 struct search_list_elem *tail; member in struct:__anon488
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dsearch_list.c53 if (list->tail)
54 list->tail->next = new_el;
58 list->tail = new_el;
H A Dsearch_list.h44 struct search_list_elem *tail;
43 struct search_list_elem *tail; member in struct:__anon1736
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dinsn-reverse.c68 char *tail; local
69 test_nr = strtol (argv[1], &tail, 10);
70 if (*tail != '\0')
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dkfifo.h138 const size_t tail = meta->kfm_tail; local
141 return (head <= tail ? tail - head : nbytes + tail - head);
156 const size_t tail = meta->kfm_tail; local
158 if (head <= tail) {
159 if (size <= tail - head) {
167 } else if (size <= nbytes + tail - head) {
191 const size_t tail = meta->kfm_tail; local
193 if (head <= tail) {
229 const size_t tail = meta->kfm_tail; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Drewrite.c132 if (tree->head == tree->tail
133 && tree->tail->type == TOK822_QSTRING
134 && VSTRING_LEN(tree->tail->vstr) == 0)
140 if (tree->head == tree->tail
141 && tree->tail->type == '@') {
142 tok822_free_tree(tok822_sub_keep_before(tree, tree->tail));
152 && colon != tree->tail)
158 if ((domain = tok822_rfind_type(tree->tail, '@')) == 0) {
177 && (domain = tok822_rfind_type(tree->tail, '%')) != 0) {
205 && (domain = tok822_rfind_type(tree->tail, '
[all...]
/netbsd-current/sys/arch/cats/conf/
H A DMakefile.cats.inc23 ${ARM}/conf/kern.ldscript.tail \
29 cat ${ARM}/conf/kern.ldscript.tail ) > $@

Completed in 581 milliseconds

1234567891011>>