Home
last modified time | relevance | path

Searched refs:entry_ptr (Results 1 – 25 of 30) sorted by relevance

12

/netbsd/external/mit/libuv/dist/src/win/
H A Dfs-fd-hash-inl.h129 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()
174 if (entry_ptr != NULL) { in uv__fd_hash_remove()
175 *info = entry_ptr->info; in uv__fd_hash_remove()
181 *entry_ptr = bucket_ptr->data->entries[i]; in uv__fd_hash_remove()
[all …]
/netbsd/common/lib/libc/gen/
H A Dradixtree.c150 entry_ptr(void *p) in entry_ptr() function
566 c = entry_ptr(entry); in radix_tree_lookup_ptr()
628 n = entry_ptr(*pptr); in radix_tree_undo_insert_node()
702 return entry_ptr(oldp); in radix_tree_replace_node()
736 n = entry_ptr(entry); in radix_tree_remove_node()
763 n = entry_ptr(entry); in radix_tree_remove_node()
776 return entry_ptr(oldp); in radix_tree_remove_node()
795 return entry_ptr(*vpp); in radix_tree_lookup_node()
873 results[nfound] = entry_ptr(*vpp); in gang_lookup_scan()
923 n = entry_ptr(*vpp); in gang_lookup_scan()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dread-md.c818 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 Dread-md.cc818 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 Dlra-remat.c220 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 Dlra-remat.cc220 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 Dexpmed.c2741 struct alg_hash_entry *entry_ptr; in synth_mult() local
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()
2802 cache_alg = entry_ptr->alg; in synth_mult()
3153 entry_ptr->t = t; in synth_mult()
3154 entry_ptr->mode = mode; in synth_mult()
3155 entry_ptr->speed = speed; in synth_mult()
3164 entry_ptr->t = t; in synth_mult()
3165 entry_ptr->mode = mode; in synth_mult()
[all …]
H A Dexpmed.cc2757 struct alg_hash_entry *entry_ptr; in synth_mult() local
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()
2818 cache_alg = entry_ptr->alg; in synth_mult()
3169 entry_ptr->t = t; in synth_mult()
3170 entry_ptr->mode = mode; in synth_mult()
3171 entry_ptr->speed = speed; in synth_mult()
3180 entry_ptr->t = t; in synth_mult()
3181 entry_ptr->mode = mode; in synth_mult()
[all …]
H A Dgenautomata.c1810 void **entry_ptr; in insert_automaton_decl() local
1813 if (*entry_ptr == NULL) in insert_automaton_decl()
1815 return (decl_t) *entry_ptr; in insert_automaton_decl()
1909 void **entry_ptr; in insert_insn_decl() local
1912 if (*entry_ptr == NULL) in insert_insn_decl()
2010 void **entry_ptr; in insert_decl() local
2013 if (*entry_ptr == NULL) in insert_decl()
3852 void **entry_ptr; in insert_state() local
3855 if (*entry_ptr == NULL) in insert_state()
4209 void **entry_ptr; in automata_list_finish() local
[all …]
H A Dgenautomata.cc1810 void **entry_ptr; in insert_automaton_decl() local
1813 if (*entry_ptr == NULL) in insert_automaton_decl()
1815 return (decl_t) *entry_ptr; in insert_automaton_decl()
1909 void **entry_ptr; in insert_insn_decl() local
1912 if (*entry_ptr == NULL) in insert_insn_decl()
2010 void **entry_ptr; in insert_decl() local
2013 if (*entry_ptr == NULL) in insert_decl()
3852 void **entry_ptr; in insert_state() local
3855 if (*entry_ptr == NULL) in insert_state()
4209 void **entry_ptr; in automata_list_finish() local
[all …]
H A Dlra-constraints.c5178 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/external/gpl3/gcc.old/dist/gcc/
H A Dread-md.c818 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 Dlra-remat.c220 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 Dexpmed.c2741 struct alg_hash_entry *entry_ptr; in synth_mult() local
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()
2802 cache_alg = entry_ptr->alg; in synth_mult()
3153 entry_ptr->t = t; in synth_mult()
3154 entry_ptr->mode = mode; in synth_mult()
3155 entry_ptr->speed = speed; in synth_mult()
3164 entry_ptr->t = t; in synth_mult()
3165 entry_ptr->mode = mode; in synth_mult()
[all …]
H A Dgenautomata.c1810 void **entry_ptr; in insert_automaton_decl() local
1813 if (*entry_ptr == NULL) in insert_automaton_decl()
1815 return (decl_t) *entry_ptr; in insert_automaton_decl()
1909 void **entry_ptr; in insert_insn_decl() local
1912 if (*entry_ptr == NULL) in insert_insn_decl()
2010 void **entry_ptr; in insert_decl() local
2013 if (*entry_ptr == NULL) in insert_decl()
3852 void **entry_ptr; in insert_state() local
3855 if (*entry_ptr == NULL) in insert_state()
4209 void **entry_ptr; in automata_list_finish() local
[all …]
H A Dlra-constraints.c5178 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/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
H A Dprettyprinters.py223 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/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1560 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/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c8709 struct bundle_state **entry_ptr; in insert_bundle_state() local
8712 if (*entry_ptr == NULL) in insert_bundle_state()
8716 *entry_ptr = bundle_state; 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()
8729 && (*entry_ptr)->middle_bundle_stops in insert_bundle_state()
8735 temp = **entry_ptr; in insert_bundle_state()
8736 **entry_ptr = *bundle_state; in insert_bundle_state()
[all …]
H A Dia64.cc8709 struct bundle_state **entry_ptr; in insert_bundle_state() local
8712 if (*entry_ptr == NULL) in insert_bundle_state()
8716 *entry_ptr = bundle_state; 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()
8729 && (*entry_ptr)->middle_bundle_stops in insert_bundle_state()
8735 temp = **entry_ptr; in insert_bundle_state()
8736 **entry_ptr = *bundle_state; in insert_bundle_state()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c8709 struct bundle_state **entry_ptr; in insert_bundle_state() local
8712 if (*entry_ptr == NULL) in insert_bundle_state()
8716 *entry_ptr = bundle_state; 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()
8729 && (*entry_ptr)->middle_bundle_stops in insert_bundle_state()
8735 temp = **entry_ptr; in insert_bundle_state()
8736 **entry_ptr = *bundle_state; in insert_bundle_state()
[all …]
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-m68k.c1999 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/external/gpl3/binutils.old/dist/bfd/
H A Delf32-m68k.c1939 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg) in elf_m68k_merge_gots_1() argument
1945 from = (const struct elf_m68k_got_entry *) *entry_ptr; in elf_m68k_merge_gots_1()
2027 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg) in elf_m68k_finalize_got_offsets_1() argument
2035 entry = (struct elf_m68k_got_entry *) *entry_ptr; in elf_m68k_finalize_got_offsets_1()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-m68k.c1999 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/external/gpl3/gdb.old/dist/bfd/
H A Delf32-m68k.c1999 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()

12