| /freebsd-12-stable/usr.bin/find/ |
| D | operator.c | 81 PLAN *tail; /* pointer to tail of subplan */ in yankexpr() local 132 PLAN *tail; /* pointer to tail of result plan */ in paren_squish() local 170 PLAN *tail; /* pointer to tail of result plan */ in not_squish() local 232 PLAN *tail; /* pointer to tail of result plan */ in or_squish() local
|
| D | find.c | 78 PLAN *plan, *tail, *new; in find_formplan() local
|
| /freebsd-12-stable/sys/contrib/ck/include/ |
| D | ck_hp_fifo.h | 55 struct ck_hp_fifo_entry *tail; member 83 struct ck_hp_fifo_entry *tail, *next; in ck_hp_fifo_enqueue_mpmc() local 114 struct ck_hp_fifo_entry *tail, *next; in ck_hp_fifo_tryenqueue_mpmc() local 142 struct ck_hp_fifo_entry *head, *tail, *next; in ck_hp_fifo_dequeue_mpmc() local 176 struct ck_hp_fifo_entry *head, *tail, *next; in ck_hp_fifo_trydequeue_mpmc() local
|
| D | ck_fifo.h | 50 struct ck_fifo_spsc_entry *tail; member 220 struct ck_fifo_mpmc_pointer tail; member 249 struct ck_fifo_mpmc_pointer tail, next, update; in ck_fifo_mpmc_enqueue() local 306 struct ck_fifo_mpmc_pointer tail, next, update; in ck_fifo_mpmc_tryenqueue() local 359 struct ck_fifo_mpmc_pointer head, tail, next, update; in ck_fifo_mpmc_dequeue() local 414 struct ck_fifo_mpmc_pointer head, tail, next, update; in ck_fifo_mpmc_trydequeue() local
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | bitmap.h | 44 const unsigned int tail = size & (BITS_PER_LONG - 1); in bitmap_fill() local 56 const unsigned int tail = size & (BITS_PER_LONG - 1); in bitmap_full() local 77 const unsigned int tail = size & (BITS_PER_LONG - 1); in bitmap_empty() local 210 const unsigned int tail = size & (BITS_PER_LONG - 1); in bitmap_weight() local 230 const unsigned int tail = size & (BITS_PER_LONG - 1); in bitmap_equal() local 252 const unsigned tail = size & (BITS_PER_LONG - 1); in bitmap_subset() local
|
| /freebsd-12-stable/stand/efi/libefi/ |
| D | devpath.c | 83 char *tail; in efi_make_tail() local 104 char *name, *tail, *head; in efi_vendor_path() local 143 char *name, *tail; in efi_hw_dev_path() local 188 char *name, *tail; in efi_acpi_dev_path() local 253 char *tail; in efi_messaging_dev_path() local 345 char *tail; in efi_media_dev_path() local
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | hash.h | 102 const uint8_t *tail = (const uint8_t *) (data + nblocks*4); in hash_x86_32() local 173 const uint8_t *tail = (const uint8_t *) (data + nblocks*16); in hash_x86_128() local 258 const uint8_t *tail = (const uint8_t*)(data + nblocks*16); in hash_x64_128() local
|
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-iterator.c | 70 struct tree_statement_list_node *head, *tail, *cur; in tsi_link_before() local 146 struct tree_statement_list_node *head, *tail, *cur; in tsi_link_after() local
|
| D | sched-ebb.c | 354 add_deps_for_risky_insns (rtx head, rtx tail) in add_deps_for_risky_insns() 437 schedule_ebb (rtx head, rtx tail) in schedule_ebb() 545 rtx tail; in schedule_ebbs() local
|
| D | haifa-sched.c | 1237 unlink_other_notes (rtx insn, rtx tail) in unlink_other_notes() 1283 unlink_line_notes (rtx insn, rtx tail) in unlink_line_notes() 1365 no_real_insns_p (rtx head, rtx tail) in no_real_insns_p() 1381 rm_line_notes (rtx head, rtx tail) in rm_line_notes() 1408 save_line_notes (int b, rtx head, rtx tail) in save_line_notes() 1434 restore_line_notes (rtx head, rtx tail) in restore_line_notes() 1556 rm_other_notes (rtx head, rtx tail) in rm_other_notes() 1616 rtx insn, next_tail, head, tail; in find_insn_reg_weight() local 2273 rtx tail = PREV_INSN (next_tail); in schedule_block() local 2711 set_priorities (rtx head, rtx tail) in set_priorities() [all …]
|
| D | sched-rgn.c | 507 int node, child, loop_head, i, head, tail; in find_rgns() local 2013 rtx tail, head; in init_ready_list() local 2248 add_branch_dependences (rtx head, rtx tail) in add_branch_dependences() 2512 rtx head, tail; in compute_block_backward_dependences() local 2557 rtx head, tail; in debug_dependencies() local 2682 rtx head, tail; in schedule_region() local 2707 rtx head, tail; in schedule_region() local 2770 rtx head, tail; in schedule_region() local 2847 rtx head, tail; in schedule_region() local
|
| /freebsd-12-stable/contrib/ncurses/ncurses/ |
| D | fifo_defs.h | 44 #define tail sp->_fifotail macro
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-pow.c | 311 …isplay_list(const char *name, int name_param, int valid, int has_one, uint64_t head, uint64_t tail) in __cvmx_pow_display_list() 368 int valid, int has_one, uint64_t head, uint64_t tail) in __cvmx_pow_display_list_and_walk() 589 int valid[3], has_one[3], head[3], tail[3], qnum_head, qnum_tail; in __cvmx_pow_display_v2() local
|
| /freebsd-12-stable/contrib/libstdc++/include/ext/ |
| D | typelist.h | 68 typedef Typelist tail; in _GLIBCXX_BEGIN_NAMESPACE() typedef
|
| /freebsd-12-stable/crypto/heimdal/lib/com_err/ |
| D | compile_et.h | 61 struct error_code *next, **tail; member
|
| /freebsd-12-stable/contrib/com_err/ |
| D | compile_et.h | 58 struct error_code *next, **tail; member
|
| /freebsd-12-stable/contrib/processor-trace/libipt/src/ |
| D | pt_image_section_cache.c | 227 struct pt_iscache_lru_entry **tail) in pt_iscache_lru_prune() 887 struct pt_iscache_lru_entry *tail; in pt_iscache_set_limit() local 1048 struct pt_iscache_lru_entry *tail; in pt_iscache_notify_map() local 1072 struct pt_iscache_lru_entry *tail; in pt_iscache_notify_resize() local
|
| /freebsd-12-stable/sys/net80211/ |
| D | ieee80211_power.h | 59 struct mbuf *tail; member
|
| /freebsd-12-stable/sys/dev/netmap/ |
| D | netmap_mbq.h | 55 struct mbuf *tail; member
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/librumphijack/ |
| D | h_cwd.c | 46 makepath(const char *tail) in makepath()
|
| /freebsd-12-stable/contrib/mtree/ |
| D | verify.c | 170 miss(NODE *p, char *tail) in miss()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/locale/ |
| D | t_wcstod.c | 407 wchar_t *tail; in ATF_TC_BODY() local
|
| /freebsd-12-stable/contrib/gdb/gdb/gdbserver/ |
| D | server.h | 68 struct inferior_list_entry *tail; member
|
| /freebsd-12-stable/usr.bin/proccontrol/ |
| D | proccontrol.c | 56 char *tail; in str2pid() local
|
| /freebsd-12-stable/sys/dev/evdev/ |
| D | cdev.c | 804 size_t count, head, tail, ready; in evdev_client_push() local 853 size_t i, head, tail, ready, size; in evdev_client_dumpqueue() local 891 size_t head, tail, count, i; in evdev_client_filter_queue() local
|