Searched defs:table (Results 276 - 300 of 328) sorted by relevance

<<11121314

/freebsd-10-stable/contrib/libgnuregex/
H A Dregexec.c3866 const int32_t *table, *indirect; local
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h975 table() const throw() function in class:ctype
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5211 const uint16_t *table = lookup(MI->getOpcode(), dom); local
/freebsd-10-stable/sys/dev/mwl/
H A Dmwlhal.c2032 get5Ghz(MWL_HAL_CHANNELINFO *ci, const uint8_t table[], int len) argument
2075 get2Ghz(MWL_HAL_CHANNELINFO *ci, const uint8_t table[], int len) argument
2096 dumpcaldata(const char *name, const uint8_t *table, in argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c3727 apr_hash_t *table; local
H A Dtree.c2401 structures. Allocate the table and its contents in POOL. */ local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtransaction.c3824 apr_hash_t *table; local
H A Dtree.c1508 apr_hash_t *table; local
2386 apr_array_header_t *table; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c393 svn_opt_get_canonical_subcommand(const svn_opt_subcommand_desc_t *table, const char *cmd_name) argument
417 svn_opt_subcommand_help2(const char *subcommand, const svn_opt_subcommand_desc2_t *table, const apr_getopt_option_t *options_table, apr_pool_t *pool) argument
427 svn_opt_subcommand_help(const char *subcommand, const svn_opt_subcommand_desc_t *table, const apr_getopt_option_t *options_table, apr_pool_t *pool) argument
[all...]
/freebsd-10-stable/usr.sbin/ctladm/
H A Dctladm.c244 getoption(struct ctladm_opts *table, char *arg, uint32_t *cmdnum, argument
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c377 linux_to_bsd_speed(int code, struct speedtab *table) argument
386 bsd_to_linux_speed(int speed, struct speedtab *table) argument
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c199 struct huffman_table_entry *table; member in struct:huffman_code
2625 make_table_recurse(struct archive_read *a, struct huffman_code *code, int node, struct huffman_table_entry *table, int depth, int maxdepth) argument
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf-bfd.h308 bfd_boolean table; member in struct:eh_frame_hdr_info
[all...]
H A Delf32-ppc.c2472 ppc_elf_link_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
[all...]
H A Delf64-alpha.c233 elf64_alpha_link_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
[all...]
/freebsd-10-stable/contrib/ee/
H A Dee.c211 char *table[] = { variable
/freebsd-10-stable/contrib/gcc/
H A Dcse.c529 static struct table_elt *table[HASH_SIZE]; variable in typeref:struct:table_elt
3558 rtx table = PATTERN (table_insn); local
3591 rtx table = PATTERN (table_insn); local
[all...]
H A Dexcept.c3798 set_eh_throw_stmt_table(struct function *fun, struct htab *table) argument
[all...]
H A Dgcse.c346 struct expr **table; member in struct:hash_table
1009 compute_local_properties(sbitmap *transp, sbitmap *comp, sbitmap *antloc, struct hash_table *table) argument
1487 insert_expr_in_table(rtx x, enum machine_mode mode, rtx insn, int antic_p, int avail_p, struct hash_table *table) argument
1589 insert_set_in_table(rtx x, rtx insn, struct hash_table *table) argument
1684 hash_scan_set(rtx pat, rtx insn, struct hash_table *table) argument
1832 hash_scan_insn(rtx insn, struct hash_table *table, int in_libcall_block) argument
1865 dump_hash_table(FILE *file, const char *name, struct hash_table *table) argument
2030 compute_hash_table_work(struct hash_table *table) argument
2108 alloc_hash_table(int n_insns, struct hash_table *table, int set_p) argument
2128 free_hash_table(struct hash_table *table) argument
2137 compute_hash_table(struct hash_table *table) argument
2152 lookup_set(unsigned int regno, struct hash_table *table) argument
[all...]
H A Dvarasm.c797 static const struct { const char *const name; const int number; } table[] local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmips-tdep.c4684 table[] = local
[all...]
/freebsd-10-stable/sys/dev/qlxgb/
H A Dqla_hw.h475 uint8_t table[40]; member in struct:_qla_fw_cds_config_rss_table
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c3684 collect_display_vdc( associd_t as, vdc * table, int decodestatus, FILE * fp ) argument
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_all.c628 struct op_table_entry *table[2]; local
5910 scsi_nv_to_str(struct scsi_nv *table, int num_table_entries, uint64_t value) argument
5930 scsi_get_nv(struct scsi_nv *table, int num_table_entries, char *name, int *table_entry, scsi_nv_flags flags) argument
7328 scsi_find_attrib_entry(struct scsi_attrib_table_entry *table, size_t num_table_entries, uint32_t id) argument
[all...]
H A Dscsi_sa.c1161 safindprotent(char *name, struct sa_prot_map *table, int table_ents) argument

Completed in 631 milliseconds

<<11121314