Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/netbsd-src/usr.bin/find/
H A Doperator.c82 PLAN *tail; /* pointer to tail of subplan */ in yankexpr() local
134 PLAN *tail; /* pointer to tail of result plan */ in paren_squish() local
172 PLAN *tail; /* pointer to tail of result plan */ in not_squish() local
230 PLAN *tail; /* pointer to tail of result plan */ in or_squish() local
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dobjc-list.h32 struct objc_list *tail; member
37 list_cons (void* head, struct objc_list* tail) in list_cons()
55 struct objc_list* tail = (*list)->tail; in list_remove_head() local
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dobjc-list.h32 struct objc_list *tail; member
37 list_cons (void* head, struct objc_list* tail) in list_cons()
55 struct objc_list* tail = (*list)->tail; in list_remove_head() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ring.h91 assert_ring_tail_valid(const struct intel_ring *ring, unsigned int tail) in assert_ring_tail_valid()
116 intel_ring_set_tail(struct intel_ring *ring, unsigned int tail) in intel_ring_set_tail()
130 __intel_ring_space(unsigned int head, unsigned int tail, unsigned int size) in __intel_ring_space()
/netbsd-src/external/bsd/nsd/dist/
H A Dconfigparser.y506 struct cpu_map_option *opt, *tail; variable
572 struct cpu_option *tail; variable
1105 struct component *tail = $1; variable
1159 struct acl_options *tail = *list; variable
1169 struct acl_options *tail = *list; in add_to_last_acl() local
/netbsd-src/sys/dev/raidframe/
H A Drf_paritylog.c151 RF_ParityLogData_t ** tail) in EnqueueParityLogData()
187 RF_ParityLogData_t ** tail, in DequeueParityLogData()
229 RF_ParityLogData_t ** tail) in RequeueParityLogData()
340 RF_ParityLogData_t ** tail, in rf_SearchAndDequeueParityLogData()
403 RF_ParityLogData_t ** tail) in DequeueMatchingLogData()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Dspsc_queue.h45 atomic_long_t tail; member
69 struct spsc_node **tail; in spsc_queue_push() local
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_list_sort.c128 struct list_head head, *tail = &head; in list_sort_merge() local
176 struct list_head *tail = (a == NULL? b : a); in list_sort_merge_into() local
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dkfifo.h138 const size_t tail = meta->kfm_tail; in _kfifo_len() local
156 const size_t tail = meta->kfm_tail; in _kfifo_out_peek() local
191 const size_t tail = meta->kfm_tail; in _kfifo_out() local
229 const size_t tail = meta->kfm_tail; in _kfifo_in() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsched-ebb.c96 debug_ebb_dependencies (rtx_insn *head, rtx_insn *tail) in debug_ebb_dependencies()
375 add_deps_for_risky_insns (rtx_insn *head, rtx_insn *tail) in add_deps_for_risky_insns()
471 schedule_ebb (rtx_insn *head, rtx_insn *tail, bool modulo_scheduling) in schedule_ebb()
614 rtx_insn *tail; in schedule_ebbs() local
H A Dtree-iterator.c113 struct tree_statement_list_node *head, *tail, *cur; in tsi_link_before() local
190 struct tree_statement_list_node *head, *tail, *cur; in tsi_link_after() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsched-ebb.cc96 debug_ebb_dependencies (rtx_insn *head, rtx_insn *tail) in debug_ebb_dependencies()
375 add_deps_for_risky_insns (rtx_insn *head, rtx_insn *tail) in add_deps_for_risky_insns()
471 schedule_ebb (rtx_insn *head, rtx_insn *tail, bool modulo_scheduling) in schedule_ebb()
614 rtx_insn *tail; in schedule_ebbs() local
H A Dtree-iterator.cc113 struct tree_statement_list_node *head, *tail, *cur; in tsi_link_before() local
190 struct tree_statement_list_node *head, *tail, *cur; in tsi_link_after() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dparseoptions.d79 auto tail = find!(c => c == ':' || c == '=' || c == ' ')(opt); in parseOptions() local
176 auto tail = find!(c => c == ' ')(str); variable
308 auto tail = str.find!(c => c == ' '); variable
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dtok822_find.c64 TOK822 *tok822_rfind_type(TOK822 *tail, int op) in tok822_rfind_type()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/falcon/
H A Dnouveau_nvkm_falcon_msgq.c54 u32 tail = nvkm_falcon_rd32(msgq->qmgr->falcon, msgq->tail_reg); in nvkm_falcon_msgq_empty() local
62 u32 head, tail, available; in nvkm_falcon_msgq_pop() local
/netbsd-src/lib/libc/locale/
H A Dnewlocale.c47 char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail; in __weak_alias() local
H A Dgeneric_lc_all.c58 char head[_LOCALENAME_LEN_MAX * (_LC_LAST - 1)], *tail; in _generic_LC_ALL_setlocale() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dtypelist.h70 typedef Typelist tail; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dtypelist.h70 typedef Typelist tail; in _GLIBCXX_VISIBILITY() typedef
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml.h48 word *tail; variable
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h55 SHA_CTX head, tail, md; member
60 SHA256_CTX head, tail, md; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dcompile_et.h63 struct error_code *next, **tail; member
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dsearch_list.h43 struct search_list_elem *tail; member
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dsearch_list.h43 struct search_list_elem *tail; member

12345678910>>...17