/netbsd-src/external/mit/libuv/dist/src/win/ |
H A D | fs-fd-hash-inl.h | 95 struct uv__fd_hash_entry_s* entry_ptr = NULL; \ 103 entry_ptr = &group_ptr->entries[i]; \ 117 group_ptr != NULL && entry_ptr == NULL; \ 129 if (entry_ptr != NULL) { in uv__fd_hash_get() 130 *info = entry_ptr->info; in uv__fd_hash_get() 134 return entry_ptr != NULL; in uv__fd_hash_get() 144 if (entry_ptr == NULL) { in uv__fd_hash_add() 158 entry_ptr = &bucket_ptr->data->entries[i]; in uv__fd_hash_add() 159 entry_ptr->fd = fd; in uv__fd_hash_add() 162 entry_ptr->info = *info; in uv__fd_hash_add() [all …]
|
/netbsd-src/common/lib/libc/gen/ |
H A D | radixtree.c | 150 entry_ptr(void *p) in entry_ptr() function 174 KASSERT(entry_ptr(p) != NULL || entry_tagmask(p) == 0); in entry_match_p() 237 return entry_ptr(*path_pptr(t, p, height)); in path_node() 551 c = entry_ptr(entry); in radix_tree_lookup_ptr() 613 n = entry_ptr(*pptr); in radix_tree_undo_insert_node() 687 return entry_ptr(oldp); in radix_tree_replace_node() 721 n = entry_ptr(entry); in radix_tree_remove_node() 748 n = entry_ptr(entry); in radix_tree_remove_node() 761 return entry_ptr(oldp); in radix_tree_remove_node() 780 return entry_ptr(*vpp); in radix_tree_lookup_node() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | read-md.c | 818 void **entry_ptr; in add_constant() local 821 entry_ptr = htab_find_slot (defs, &tmp_def, INSERT); in add_constant() 822 if (*entry_ptr) in add_constant() 824 def = (struct md_constant *) *entry_ptr; in add_constant() 839 *entry_ptr = def; in add_constant()
|
H A D | lra-remat.c | 220 void **entry_ptr; in insert_cand() local 222 entry_ptr = htab_find_slot (cand_table, cand, INSERT); in insert_cand() 223 if (*entry_ptr == NULL) in insert_cand() 224 *entry_ptr = (void *) cand; in insert_cand() 225 return (cand_t) *entry_ptr; in insert_cand()
|
H A D | expmed.c | 2741 struct alg_hash_entry *entry_ptr; in synth_mult() local 2796 entry_ptr = alg_hash_entry_ptr (hash_index); in synth_mult() 2797 if (entry_ptr->t == t in synth_mult() 2798 && entry_ptr->mode == mode in synth_mult() 2799 && entry_ptr->speed == speed in synth_mult() 2800 && entry_ptr->alg != alg_unknown) in synth_mult() 2802 cache_alg = entry_ptr->alg; in synth_mult() 2808 if (!CHEAPER_MULT_COST (&entry_ptr->cost, cost_limit)) in synth_mult() 2822 if (CHEAPER_MULT_COST (cost_limit, &entry_ptr->cost)) in synth_mult() 3153 entry_ptr->t = t; in synth_mult() [all …]
|
H A D | genautomata.c | 1810 void **entry_ptr; in insert_automaton_decl() local 1812 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT); in insert_automaton_decl() 1813 if (*entry_ptr == NULL) in insert_automaton_decl() 1814 *entry_ptr = (void *) automaton_decl; in insert_automaton_decl() 1815 return (decl_t) *entry_ptr; in insert_automaton_decl() 1909 void **entry_ptr; in insert_insn_decl() local 1911 entry_ptr = htab_find_slot (insn_decl_table, insn_decl, INSERT); in insert_insn_decl() 1912 if (*entry_ptr == NULL) in insert_insn_decl() 1913 *entry_ptr = (void *) insn_decl; in insert_insn_decl() 1914 return (decl_t) *entry_ptr; in insert_insn_decl() [all …]
|
H A D | lra-constraints.c | 5178 void **entry_ptr; in insert_invariant() local 5183 entry_ptr = htab_find_slot (invariant_table, &invariant, INSERT); in insert_invariant() 5184 if (*entry_ptr == NULL) in insert_invariant() 5190 *entry_ptr = (void *) invariant_ptr; in insert_invariant() 5192 return (invariant_ptr_t) *entry_ptr; in insert_invariant()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/ |
H A D | prettyprinters.py | 223 entry_ptr = it_deref.cast(entry_base_ty.pointer()) 224 entry = entry_ptr.dereference() 227 value_ptr = (entry_ptr + 1).cast(value_ty.pointer()) 228 …str_data = (entry_ptr + 1).cast(gdb.lookup_type('uintptr_t')) + max(value_ty.sizeof, entry_base_ty…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | read-md.cc | 818 void **entry_ptr; in add_constant() local 821 entry_ptr = htab_find_slot (defs, &tmp_def, INSERT); in add_constant() 822 if (*entry_ptr) in add_constant() 824 def = (struct md_constant *) *entry_ptr; in add_constant() 839 *entry_ptr = def; in add_constant()
|
H A D | lra-remat.cc | 220 void **entry_ptr; in insert_cand() local 222 entry_ptr = htab_find_slot (cand_table, cand, INSERT); in insert_cand() 223 if (*entry_ptr == NULL) in insert_cand() 224 *entry_ptr = (void *) cand; in insert_cand() 225 return (cand_t) *entry_ptr; in insert_cand()
|
H A D | expmed.cc | 2757 struct alg_hash_entry *entry_ptr; in synth_mult() local 2812 entry_ptr = alg_hash_entry_ptr (hash_index); in synth_mult() 2813 if (entry_ptr->t == t in synth_mult() 2814 && entry_ptr->mode == mode in synth_mult() 2815 && entry_ptr->speed == speed in synth_mult() 2816 && entry_ptr->alg != alg_unknown) in synth_mult() 2818 cache_alg = entry_ptr->alg; in synth_mult() 2824 if (!CHEAPER_MULT_COST (&entry_ptr->cost, cost_limit)) in synth_mult() 2838 if (CHEAPER_MULT_COST (cost_limit, &entry_ptr->cost)) in synth_mult() 3169 entry_ptr->t = t; in synth_mult() [all …]
|
H A D | genautomata.cc | 1810 void **entry_ptr; in insert_automaton_decl() local 1812 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT); in insert_automaton_decl() 1813 if (*entry_ptr == NULL) in insert_automaton_decl() 1814 *entry_ptr = (void *) automaton_decl; in insert_automaton_decl() 1815 return (decl_t) *entry_ptr; in insert_automaton_decl() 1909 void **entry_ptr; in insert_insn_decl() local 1911 entry_ptr = htab_find_slot (insn_decl_table, insn_decl, INSERT); in insert_insn_decl() 1912 if (*entry_ptr == NULL) in insert_insn_decl() 1913 *entry_ptr = (void *) insn_decl; in insert_insn_decl() 1914 return (decl_t) *entry_ptr; in insert_insn_decl() [all …]
|
H A D | lra-constraints.cc | 5308 void **entry_ptr; in insert_invariant() local 5313 entry_ptr = htab_find_slot (invariant_table, &invariant, INSERT); in insert_invariant() 5314 if (*entry_ptr == NULL) in insert_invariant() 5320 *entry_ptr = (void *) invariant_ptr; in insert_invariant() 5322 return (invariant_ptr_t) *entry_ptr; in insert_invariant()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1560 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); in GenerateBlockFunction() local 1561 --entry_ptr; in GenerateBlockFunction() 1575 ++entry_ptr; in GenerateBlockFunction() 1576 Builder.SetInsertPoint(entry, entry_ptr); in GenerateBlockFunction() 1596 entry_ptr == entry->end() ? nullptr : &*entry_ptr); in GenerateBlockFunction()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | ia64.cc | 8709 struct bundle_state **entry_ptr; in insert_bundle_state() local 8711 entry_ptr = bundle_state_table->find_slot (bundle_state, INSERT); in insert_bundle_state() 8712 if (*entry_ptr == NULL) in insert_bundle_state() 8716 *entry_ptr = bundle_state; in insert_bundle_state() 8719 else if (bundle_state->cost < (*entry_ptr)->cost in insert_bundle_state() 8720 || (bundle_state->cost == (*entry_ptr)->cost in insert_bundle_state() 8721 && ((*entry_ptr)->accumulated_insns_num in insert_bundle_state() 8723 || ((*entry_ptr)->accumulated_insns_num in insert_bundle_state() 8725 && ((*entry_ptr)->branch_deviation in insert_bundle_state() 8727 || ((*entry_ptr)->branch_deviation in insert_bundle_state() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | ia64.c | 8709 struct bundle_state **entry_ptr; in insert_bundle_state() local 8711 entry_ptr = bundle_state_table->find_slot (bundle_state, INSERT); in insert_bundle_state() 8712 if (*entry_ptr == NULL) in insert_bundle_state() 8716 *entry_ptr = bundle_state; in insert_bundle_state() 8719 else if (bundle_state->cost < (*entry_ptr)->cost in insert_bundle_state() 8720 || (bundle_state->cost == (*entry_ptr)->cost in insert_bundle_state() 8721 && ((*entry_ptr)->accumulated_insns_num in insert_bundle_state() 8723 || ((*entry_ptr)->accumulated_insns_num in insert_bundle_state() 8725 && ((*entry_ptr)->branch_deviation in insert_bundle_state() 8727 || ((*entry_ptr)->branch_deviation in insert_bundle_state() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-m68k.c | 1999 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg) in elf_m68k_merge_gots_1() argument 2005 from = (const struct elf_m68k_got_entry *) *entry_ptr; in elf_m68k_merge_gots_1() 2087 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg) in elf_m68k_finalize_got_offsets_1() argument 2095 entry = (struct elf_m68k_got_entry *) *entry_ptr; in elf_m68k_finalize_got_offsets_1()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-m68k.c | 1999 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg) in elf_m68k_merge_gots_1() argument 2005 from = (const struct elf_m68k_got_entry *) *entry_ptr; in elf_m68k_merge_gots_1() 2087 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg) in elf_m68k_finalize_got_offsets_1() argument 2095 entry = (struct elf_m68k_got_entry *) *entry_ptr; in elf_m68k_finalize_got_offsets_1()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | ChangeLog-0203 | 1116 init_disasm. entry_ptr now iterates through HASHTABs, not
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-0203 | 1116 init_disasm. entry_ptr now iterates through HASHTABs, not
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ChangeLog-0203 | 1116 init_disasm. entry_ptr now iterates through HASHTABs, not
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-0203 | 1116 init_disasm. entry_ptr now iterates through HASHTABs, not
|