Searched defs:table (Results 251 - 275 of 1313) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/bsd/ipf/dist/tools/
H A Dippool_y.y161 table: IPT_TABLE { bzero((char *)&ipht, sizeof(ipht)); label
/netbsd-current/external/bsd/tre/dist/lib/
H A Dxmalloc.c40 hashTableItem **table; member in struct:__anon6384
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dvariable.h86 struct hash_table table; /* Hash table of variables. */ member in struct:variable_set
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dgen-idecode.c39 lf_print_opcodes(lf *file, insn_table *table) argument
59 lf_print_table_name(lf *file, insn_table *table) argument
125 print_idecode_table_start(insn_table *table, lf *file, void *data, int depth) argument
200 print_idecode_table_end(insn_table *table, lf *file, void *data, int depth) argument
212 print_idecode_table_padding(insn_table *table, lf *file, void *data, int depth, int opcode_nr) argument
266 print_goto_switch_table_padding(insn_table *table, lf *file, void *data, int depth, int opcode_nr) argument
291 print_goto_switch_table(lf *file, insn_table *table) argument
316 idecode_switch_start(insn_table *table, lf *file, void *data, int depth) argument
459 idecode_switch_end(insn_table *table, lf *file, void *data, int depth) argument
512 idecode_switch_padding(insn_table *table, lf *file, void *data, int depth, int opcode_nr) argument
541 print_idecode_switch(lf *file, insn_table *table, const char *result) argument
556 print_idecode_switch_function_header(lf *file, insn_table *table, int is_function_definition) argument
587 idecode_declare_if_switch(insn_table *table, lf *file, void *data, int depth) argument
605 idecode_expand_if_switch(insn_table *table, lf *file, void *data, int depth) argument
635 print_idecode_lookups(lf *file, insn_table *table, cache_table *cache_rules) argument
671 print_idecode_body(lf *file, insn_table *table, const char *result) argument
688 print_run_until_stop_body(lf *file, insn_table *table, int can_stop) argument
1199 print_jump_internal_function(insn_table *table, lf *file, void *data, table_entry *function) argument
1228 print_jump_until_stop_body(lf *file, insn_table *table, cache_table *cache_rules, int can_stop) argument
1471 gen_idecode_h(lf *file, insn_table *table, cache_table *cache_rules) argument
1490 gen_idecode_c(lf *file, insn_table *table, cache_table *cache_rules) argument
[all...]
/netbsd-current/games/backgammon/common_source/
H A Dinit.c93 int table[6][6]; variable
/netbsd-current/sys/arch/hpc/hpc/platid_gen/
H A Dplatid_gen.c201 table_getnum(char **table, const char *s, int def, int opt) argument
/netbsd-current/sys/crypto/skipjack/
H A Dskipjack.c79 u_int8_t * table = key_tables[k]; local
/netbsd-current/sys/fs/cd9660/
H A Dcd9660_rrip.c485 cd9660_rrip_loop(struct iso_directory_record *isodir, ISO_RRIP_ANALYZE *ana, const RRIP_TABLE *table) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgen-icache.c404 insn_table_cache_fields(insn_table *table) argument
617 print_icache_internal_function_declaration(insn_table *table, argument
637 print_icache_internal_function_definition(insn_table *table, argument
H A Dgen-idecode.c39 lf_print_opcodes(lf *file, insn_table *table) argument
59 lf_print_table_name(lf *file, insn_table *table) argument
125 print_idecode_table_start(insn_table *table, lf *file, void *data, int depth) argument
200 print_idecode_table_end(insn_table *table, lf *file, void *data, int depth) argument
212 print_idecode_table_padding(insn_table *table, lf *file, void *data, int depth, int opcode_nr) argument
266 print_goto_switch_table_padding(insn_table *table, lf *file, void *data, int depth, int opcode_nr) argument
291 print_goto_switch_table(lf *file, insn_table *table) argument
316 idecode_switch_start(insn_table *table, lf *file, void *data, int depth) argument
459 idecode_switch_end(insn_table *table, lf *file, void *data, int depth) argument
512 idecode_switch_padding(insn_table *table, lf *file, void *data, int depth, int opcode_nr) argument
541 print_idecode_switch(lf *file, insn_table *table, const char *result) argument
556 print_idecode_switch_function_header(lf *file, insn_table *table, int is_function_definition) argument
587 idecode_declare_if_switch(insn_table *table, lf *file, void *data, int depth) argument
605 idecode_expand_if_switch(insn_table *table, lf *file, void *data, int depth) argument
635 print_idecode_lookups(lf *file, insn_table *table, cache_table *cache_rules) argument
671 print_idecode_body(lf *file, insn_table *table, const char *result) argument
688 print_run_until_stop_body(lf *file, insn_table *table, int can_stop) argument
1199 print_jump_internal_function(insn_table *table, lf *file, void *data, table_entry *function) argument
1228 print_jump_until_stop_body(lf *file, insn_table *table, cache_table *cache_rules, int can_stop) argument
1471 gen_idecode_h(lf *file, insn_table *table, cache_table *cache_rules) argument
1490 gen_idecode_c(lf *file, insn_table *table, cache_table *cache_rules) argument
[all...]
H A Digen.c176 gen_semantics_h(insn_table *table, argument
212 gen_semantics_c(insn_table *table, argument
263 gen_icache_h(insn_table *table, argument
296 gen_icache_c(insn_table *table, cache_table *cache_rules, lf *file, igen_code generate) argument
[all...]
/netbsd-current/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.h88 class table { class
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dtexi-docstring-magic.el
/netbsd-current/common/dist/zlib/test/
H A Dinfcover.c622 code *next, table[ENOUGH_DISTS]; local
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_defs.h57 u32 table[kTableSize]; member in union:__tsan::ClockBlock::__anon7752
/netbsd-current/external/bsd/flex/dist/src/
H A Dsym.c76 static int addsym (char sym[], char *str_def, int int_def, hash_table table, int table_size) argument
141 findsym(const char *sym, hash_table table, int table_size) argument
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drtbl.c72 rtbl_set_flags (rtbl_t table, unsigned int flags) argument
78 rtbl_get_flags (rtbl_t table) argument
84 rtbl_get_column_by_id (rtbl_t table, unsigned int id) argument
94 rtbl_get_column (rtbl_t table, const char *column) argument
104 rtbl_destroy(rtbl_t table) argument
126 rtbl_add_column_by_id(rtbl_t table, unsigned int id, const char *header, unsigned int flags) argument
155 rtbl_add_column(rtbl_t table, const char *header, unsigned int flags) argument
161 rtbl_new_row(rtbl_t table) argument
187 column_compute_width(rtbl_t table, struct column_data *column) argument
201 rtbl_set_prefix(rtbl_t table, const char *prefix) argument
212 rtbl_set_separator(rtbl_t table, const char *separator) argument
223 rtbl_set_column_prefix(rtbl_t table, const char *column, const char *prefix) argument
239 rtbl_set_column_affix_by_id(rtbl_t table, unsigned int id, const char *prefix, const char *suffix) argument
270 get_column_prefix(rtbl_t table, struct column_data *c) argument
282 get_column_suffix(rtbl_t table, struct column_data *c) argument
308 rtbl_add_column_entry_by_id(rtbl_t table, unsigned int id, const char *data) argument
319 rtbl_add_column_entryv_by_id(rtbl_t table, unsigned int id, const char *fmt, ...) argument
337 rtbl_add_column_entry(rtbl_t table, const char *column, const char *data) argument
348 rtbl_add_column_entryv(rtbl_t table, const char *column, const char *fmt, ...) argument
366 rtbl_format(rtbl_t table, FILE * f) argument
377 rtbl_format_pretty(rtbl_t table) argument
448 rtbl_format_json(rtbl_t table) argument
494 rtbl_format_str(rtbl_t table) argument
506 rtbl_t table; local
[all...]
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Dexpr-impl.h89 const struct mpexpr_operator_t *table; member in struct:mpexpr_parse_t
/netbsd-current/external/gpl3/gdb/dist/zlib/test/
H A Dinfcover.c622 code *next, table[ENOUGH_DISTS]; local
/netbsd-current/external/gpl3/binutils/dist/zlib/test/
H A Dinfcover.c622 code *next, table[ENOUGH_DISTS]; local
/netbsd-current/sys/arch/vax/include/
H A Dmacros.h272 vax_scanc(u_int size, const u_char *cp, const u_char *table, int mask) argument
/netbsd-current/sys/arch/newsmips/include/
H A Dapbus.h67 void *table[16]; member in struct:apbus_dev
/netbsd-current/usr.sbin/tcpdchk/
H A Dtcpdchk.c209 parse_table(const char *table, struct request_info *request) argument
/netbsd-current/external/gpl3/gdb.old/dist/zlib/test/
H A Dinfcover.c622 code *next, table[ENOUGH_DISTS]; local
/netbsd-current/external/gpl3/gdb.old/dist/sim/sh/
H A Dgencode.c2586 static unsigned short table[1 << 16]; variable
[all...]

Completed in 580 milliseconds

<<11121314151617181920>>