Searched refs:entry_ptr (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_ti.c | 62 struct name_table_entry const *entry_ptr; in NCURSES_EXPORT() local 64 entry_ptr = _nc_find_type_entry(str, BOOLEAN, FALSE); in NCURSES_EXPORT() 65 if (entry_ptr != 0) { in NCURSES_EXPORT() 66 j = entry_ptr->nte_index; in NCURSES_EXPORT() 107 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local 109 entry_ptr = _nc_find_type_entry(str, NUMBER, FALSE); in NCURSES_SP_NAME() 110 if (entry_ptr != 0) { in NCURSES_SP_NAME() 111 j = entry_ptr->nte_index; in NCURSES_SP_NAME() 154 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local 157 if (entry_ptr != 0) { in NCURSES_SP_NAME() [all …]
|
| H A D | parse_entry.c | 304 if (entry_ptr == NOTFOUND) { in _nc_parse_entry() 321 if (entry_ptr && !silent) in _nc_parse_entry() 337 if (entry_ptr && !silent) in _nc_parse_entry() 353 if (entry_ptr == NOTFOUND in _nc_parse_entry() 364 if (entry_ptr == NOTFOUND) { in _nc_parse_entry() 388 assert(entry_ptr != 0); in _nc_parse_entry() 395 assert(entry_ptr != 0); in _nc_parse_entry() 405 switch (entry_ptr->nte_type) { in _nc_parse_entry() 429 switch (entry_ptr->nte_type) { in _nc_parse_entry() 1003 entry_ptr++; in lookup_fullname() [all …]
|
| H A D | lib_termcap.c | 257 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local 260 if (entry_ptr != 0) { in NCURSES_SP_NAME() 261 j = entry_ptr->nte_index; in NCURSES_SP_NAME() 309 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local 311 entry_ptr = _nc_find_type_entry(id, NUMBER, TRUE); in NCURSES_SP_NAME() 312 if (entry_ptr != 0) { in NCURSES_SP_NAME() 313 j = entry_ptr->nte_index; in NCURSES_SP_NAME() 361 struct name_table_entry const *entry_ptr; in NCURSES_SP_NAME() local 363 entry_ptr = _nc_find_type_entry(id, STRING, TRUE); in NCURSES_SP_NAME() 364 if (entry_ptr != 0) { in NCURSES_SP_NAME() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | UniqueCStringMap.h | 149 const Entry *FindNextValueForName(const Entry *entry_ptr) const { in FindNextValueForName() argument 153 const Entry *next_entry = entry_ptr + 1; in FindNextValueForName() 155 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | read-rtl.c | 1166 void **entry_ptr; in read_constants() local 1173 entry_ptr = htab_find_slot (defs, def, INSERT); in read_constants() 1174 if (! *entry_ptr) in read_constants() 1179 if (! *entry_ptr) in read_constants() 1182 *entry_ptr = def; in read_constants() 1186 def = (struct md_constant *) *entry_ptr; in read_constants()
|
| H A D | genautomata.c | 1786 void **entry_ptr; in insert_automaton_decl() local 1789 if (*entry_ptr == NULL) in insert_automaton_decl() 1791 return (decl_t) *entry_ptr; in insert_automaton_decl() 1885 void **entry_ptr; in insert_insn_decl() local 1888 if (*entry_ptr == NULL) in insert_insn_decl() 1986 void **entry_ptr; in insert_decl() local 1989 if (*entry_ptr == NULL) in insert_decl() 3720 void **entry_ptr; in insert_state() local 3723 if (*entry_ptr == NULL) in insert_state() 4073 void **entry_ptr; in automata_list_finish() local [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | authz.c | 353 sorted_pattern_t *entry_ptr; in ensure_node_in_array() local 363 entry_ptr = svn_sort__array_lookup(*array, segment, &idx, in ensure_node_in_array() 365 if (entry_ptr) in ensure_node_in_array() 366 return entry_ptr->node; in ensure_node_in_array()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1643 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); in GenerateBlockFunction() local 1644 --entry_ptr; in GenerateBlockFunction() 1658 ++entry_ptr; in GenerateBlockFunction() 1659 Builder.SetInsertPoint(entry, entry_ptr); in GenerateBlockFunction() 1680 entry_ptr == entry->end() ? nullptr : &*entry_ptr); in GenerateBlockFunction()
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.c | 7343 void **entry_ptr; in insert_bundle_state() local 7345 entry_ptr = htab_find_slot (bundle_state_table, bundle_state, 1); in insert_bundle_state() 7346 if (*entry_ptr == NULL) in insert_bundle_state() 7350 *entry_ptr = (void *) bundle_state; in insert_bundle_state() 7354 || (bundle_state->cost == ((struct bundle_state *) *entry_ptr)->cost in insert_bundle_state() 7355 && (((struct bundle_state *)*entry_ptr)->accumulated_insns_num in insert_bundle_state() 7358 *entry_ptr)->accumulated_insns_num in insert_bundle_state() 7361 *entry_ptr)->branch_deviation in insert_bundle_state() 7367 temp = *(struct bundle_state *) *entry_ptr; in insert_bundle_state() 7368 *(struct bundle_state *) *entry_ptr = *bundle_state; in insert_bundle_state() [all …]
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ChangeLog-0203 | 1116 init_disasm. entry_ptr now iterates through HASHTABs, not
|