Searched refs:entry_ptr (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs-fd-hash-inl.h95 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) {
130 *info = entry_ptr->info;
134 return entry_ptr != NULL;
144 if (entry_ptr == NULL) {
158 entry_ptr = &bucket_ptr->data->entries[i];
159 entry_ptr->fd = fd;
162 entry_ptr
[all...]
/netbsd-current/common/lib/libc/gen/
H A Dradixtree.c150 entry_ptr(void *p) function
174 KASSERT(entry_ptr(p) != NULL || entry_tagmask(p) == 0);
237 return entry_ptr(*path_pptr(t, p, height));
551 c = entry_ptr(entry);
613 n = entry_ptr(*pptr);
687 return entry_ptr(oldp);
721 n = entry_ptr(entry);
748 n = entry_ptr(entry);
761 return entry_ptr(oldp);
780 return entry_ptr(*vp
[all...]
/netbsd-current/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.alignof)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlra-remat.c221 void **entry_ptr;
223 entry_ptr = htab_find_slot (cand_table, cand, INSERT);
224 if (*entry_ptr == NULL)
225 *entry_ptr = (void *) cand;
226 return (cand_t) *entry_ptr;
220 void **entry_ptr; local
H A Dgenautomata.c1816 void **entry_ptr;
1818 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT);
1819 if (*entry_ptr == NULL)
1820 *entry_ptr = (void *) automaton_decl;
1821 return (decl_t) *entry_ptr;
1916 void **entry_ptr;
1918 entry_ptr = htab_find_slot (insn_decl_table, insn_decl, INSERT);
1919 if (*entry_ptr == NULL)
1920 *entry_ptr = (void *) insn_decl;
1921 return (decl_t) *entry_ptr;
1810 void **entry_ptr; local
1909 void **entry_ptr; local
2010 void **entry_ptr; local
3852 void **entry_ptr; local
4209 void **entry_ptr; local
[all...]
H A Dexpmed.c2751 struct alg_hash_entry *entry_ptr;
2806 entry_ptr = alg_hash_entry_ptr (hash_index);
2807 if (entry_ptr->t == t
2808 && entry_ptr->mode == mode
2809 && entry_ptr->speed == speed
2810 && entry_ptr->alg != alg_unknown)
2812 cache_alg = entry_ptr->alg;
2817 multiplication by T within entry_ptr->cost. */
2818 if (!CHEAPER_MULT_COST (&entry_ptr->cost, cost_limit))
2832 if (CHEAPER_MULT_COST (cost_limit, &entry_ptr
2741 struct alg_hash_entry *entry_ptr; local
[all...]
H A Dlra-constraints.c5182 void **entry_ptr;
5187 entry_ptr = htab_find_slot (invariant_table, &invariant, INSERT);
5188 if (*entry_ptr == NULL)
5194 *entry_ptr = (void *) invariant_ptr;
5196 return (invariant_ptr_t) *entry_ptr;
5178 void **entry_ptr; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlra-remat.cc221 void **entry_ptr;
223 entry_ptr = htab_find_slot (cand_table, cand, INSERT);
224 if (*entry_ptr == NULL)
225 *entry_ptr = (void *) cand;
226 return (cand_t) *entry_ptr;
220 void **entry_ptr; local
H A Dgenautomata.cc1816 void **entry_ptr;
1818 entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, INSERT);
1819 if (*entry_ptr == NULL)
1820 *entry_ptr = (void *) automaton_decl;
1821 return (decl_t) *entry_ptr;
1916 void **entry_ptr;
1918 entry_ptr = htab_find_slot (insn_decl_table, insn_decl, INSERT);
1919 if (*entry_ptr == NULL)
1920 *entry_ptr = (void *) insn_decl;
1921 return (decl_t) *entry_ptr;
1810 void **entry_ptr; local
1909 void **entry_ptr; local
2010 void **entry_ptr; local
[all...]
H A Dexpmed.cc2767 struct alg_hash_entry *entry_ptr;
2822 entry_ptr = alg_hash_entry_ptr (hash_index);
2823 if (entry_ptr->t == t
2824 && entry_ptr->mode == mode
2825 && entry_ptr->speed == speed
2826 && entry_ptr->alg != alg_unknown)
2828 cache_alg = entry_ptr->alg;
2833 multiplication by T within entry_ptr->cost. */
2834 if (!CHEAPER_MULT_COST (&entry_ptr->cost, cost_limit))
2848 if (CHEAPER_MULT_COST (cost_limit, &entry_ptr
2757 struct alg_hash_entry *entry_ptr; local
[all...]
H A Dlra-constraints.cc5307 void **entry_ptr;
5312 entry_ptr = htab_find_slot (invariant_table, &invariant, INSERT);
5313 if (*entry_ptr == NULL)
5319 *entry_ptr = (void *) invariant_ptr;
5321 return (invariant_ptr_t) *entry_ptr;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1560 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); local
1561 --entry_ptr;
1575 ++entry_ptr;
1576 Builder.SetInsertPoint(entry, entry_ptr);
1596 entry_ptr == entry->end() ? nullptr : &*entry_ptr);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c8725 struct bundle_state **entry_ptr;
8727 entry_ptr = bundle_state_table->find_slot (bundle_state, INSERT);
8728 if (*entry_ptr == NULL)
8732 *entry_ptr = bundle_state;
8735 else if (bundle_state->cost < (*entry_ptr)->cost
8736 || (bundle_state->cost == (*entry_ptr)->cost
8737 && ((*entry_ptr)->accumulated_insns_num
8739 || ((*entry_ptr)->accumulated_insns_num
8741 && ((*entry_ptr)->branch_deviation
8743 || ((*entry_ptr)
8709 struct bundle_state **entry_ptr; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc8725 struct bundle_state **entry_ptr;
8727 entry_ptr = bundle_state_table->find_slot (bundle_state, INSERT);
8728 if (*entry_ptr == NULL)
8732 *entry_ptr = bundle_state;
8735 else if (bundle_state->cost < (*entry_ptr)->cost
8736 || (bundle_state->cost == (*entry_ptr)->cost
8737 && ((*entry_ptr)->accumulated_insns_num
8739 || ((*entry_ptr)->accumulated_insns_num
8741 && ((*entry_ptr)->branch_deviation
8743 || ((*entry_ptr)
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-m68k.c1940 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg)
1946 from = (const struct elf_m68k_got_entry *) *entry_ptr;
2028 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg)
2036 entry = (struct elf_m68k_got_entry *) *entry_ptr;
1939 elf_m68k_merge_gots_1(void **entry_ptr, void *_arg) argument
2027 elf_m68k_finalize_got_offsets_1(void **entry_ptr, void *_arg) argument
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-m68k.c2000 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg)
2006 from = (const struct elf_m68k_got_entry *) *entry_ptr;
2088 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg)
2096 entry = (struct elf_m68k_got_entry *) *entry_ptr;
1999 elf_m68k_merge_gots_1(void **entry_ptr, void *_arg) argument
2087 elf_m68k_finalize_got_offsets_1(void **entry_ptr, void *_arg) argument
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-m68k.c2000 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg)
2006 from = (const struct elf_m68k_got_entry *) *entry_ptr;
2088 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg)
2096 entry = (struct elf_m68k_got_entry *) *entry_ptr;
1999 elf_m68k_merge_gots_1(void **entry_ptr, void *_arg) argument
2087 elf_m68k_finalize_got_offsets_1(void **entry_ptr, void *_arg) argument
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-m68k.c2000 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg)
2006 from = (const struct elf_m68k_got_entry *) *entry_ptr;
2088 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg)
2096 entry = (struct elf_m68k_got_entry *) *entry_ptr;
1999 elf_m68k_merge_gots_1(void **entry_ptr, void *_arg) argument
2087 elf_m68k_finalize_got_offsets_1(void **entry_ptr, void *_arg) argument

Completed in 560 milliseconds