HomeSort by: relevance | last modified time | path
    Searched refs:entry_ptr (Results 1 - 18 of 18) sorted by relevancy

  /src/external/mit/libuv/dist/src/win/
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) {
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->info = *info
    [all...]
  /src/common/lib/libc/gen/
radixtree.c 150 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(*vpp)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
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.alignof)
  /src/external/gpl3/gcc/dist/gcc/
lra-remat.cc 221 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
genautomata.cc 1816 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...]
expmed.cc 2779 struct alg_hash_entry *entry_ptr;
2834 entry_ptr = alg_hash_entry_ptr (hash_index);
2835 if (entry_ptr->t == t
2836 && entry_ptr->mode == mode
2837 && entry_ptr->speed == speed
2838 && entry_ptr->alg != alg_unknown)
2840 cache_alg = entry_ptr->alg;
2845 multiplication by T within entry_ptr->cost. */
2846 if (!CHEAPER_MULT_COST (&entry_ptr->cost, cost_limit))
2860 if (CHEAPER_MULT_COST (cost_limit, &entry_ptr->cost)
2769 struct alg_hash_entry *entry_ptr; local
    [all...]
lra-constraints.cc 5561 void **entry_ptr;
5566 entry_ptr = htab_find_slot (invariant_table, &invariant, INSERT);
5567 if (*entry_ptr == NULL)
5573 *entry_ptr = (void *) invariant_ptr;
5575 return (invariant_ptr_t) *entry_ptr;
  /src/external/gpl3/gcc.old/dist/gcc/
lra-remat.cc 221 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
genautomata.cc 1816 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...]
expmed.cc 2767 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->cost)
2757 struct alg_hash_entry *entry_ptr; local
    [all...]
lra-constraints.cc 5312 void **entry_ptr;
5317 entry_ptr = htab_find_slot (invariant_table, &invariant, INSERT);
5318 if (*entry_ptr == NULL)
5324 *entry_ptr = (void *) invariant_ptr;
5326 return (invariant_ptr_t) *entry_ptr;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 1560 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);
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 8736 struct bundle_state **entry_ptr;
8738 entry_ptr = bundle_state_table->find_slot (bundle_state, INSERT);
8739 if (*entry_ptr == NULL)
8743 *entry_ptr = bundle_state;
8746 else if (bundle_state->cost < (*entry_ptr)->cost
8747 || (bundle_state->cost == (*entry_ptr)->cost
8748 && ((*entry_ptr)->accumulated_insns_num
8750 || ((*entry_ptr)->accumulated_insns_num
8752 && ((*entry_ptr)->branch_deviation
8754 || ((*entry_ptr)->branch_deviatio
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 8725 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)->branch_deviatio
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-m68k.c 1998 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg)
2004 from = (const struct elf_m68k_got_entry *) *entry_ptr;
2086 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg)
2094 entry = (struct elf_m68k_got_entry *) *entry_ptr;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-m68k.c 1999 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg)
2005 from = (const struct elf_m68k_got_entry *) *entry_ptr;
2087 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg)
2095 entry = (struct elf_m68k_got_entry *) *entry_ptr;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-m68k.c 1999 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg)
2005 from = (const struct elf_m68k_got_entry *) *entry_ptr;
2087 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg)
2095 entry = (struct elf_m68k_got_entry *) *entry_ptr;
  /src/external/gpl3/gdb/dist/bfd/
elf32-m68k.c 1999 elf_m68k_merge_gots_1 (void **entry_ptr, void *_arg)
2005 from = (const struct elf_m68k_got_entry *) *entry_ptr;
2087 elf_m68k_finalize_got_offsets_1 (void **entry_ptr, void *_arg)
2095 entry = (struct elf_m68k_got_entry *) *entry_ptr;

Completed in 164 milliseconds