Searched defs:table (Results 51 - 75 of 307) sorted by relevance

1234567891011>>

/freebsd-10.1-release/crypto/heimdal/lib/wind/
H A Dgen-normalize.py141 table = 0 variable
[all...]
/freebsd-10.1-release/games/primes/
H A Dprimes.c85 static char table[TABSIZE]; /* Eratosthenes sieve of odd numbers */ variable
[all...]
/freebsd-10.1-release/libexec/talkd/
H A Dtable.c76 static TABLE_ENTRY *table = NIL; variable
[all...]
/freebsd-10.1-release/tools/tools/bootparttest/
H A Dbootparttest.c67 ptable_type2str(const struct ptable *table) argument
89 struct ptable *table; local
121 struct ptable *table; local
[all...]
/freebsd-10.1-release/usr.bin/locate/locate/
H A Dfastfind.c150 u_char table[UCHAR_MAX + 1]; local
/freebsd-10.1-release/usr.sbin/pciconf/
H A Derr.c115 print_bits(const char *header, struct bit_table *table, uint32_t mask) argument
/freebsd-10.1-release/contrib/ntp/lib/isc/
H A Dresult.c119 resulttable *table; local
173 resulttable *table; local
[all...]
H A Dsymtab.c51 eltlist_t * table; member in struct:isc_symtab
[all...]
/freebsd-10.1-release/contrib/apr-util/xlate/
H A Dxlate.c392 char *table = convset->sbcs_table; local
/freebsd-10.1-release/contrib/gcc/
H A Dprint-tree.c44 static struct bucket **table; variable in typeref:struct:bucket
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_hash.c73 _nc_make_hash_table(struct name_table_entry *table, argument
169 _nc_find_type_entry(const char *string, int type, const struct name_table_entry *table) argument
[all...]
/freebsd-10.1-release/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c85 lookup_bits(char *buf, const BITNAMES * table, const char *label, unsigned int val) argument
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dtrail.c42 const char *table; member in struct:trail_debug_t
47 svn_fs_base__trail_debug(trail_t *trail, const char *table, const char *op) argument
/freebsd-10.1-release/lib/libz/
H A Dzutil.c212 local ptr_table table[MAX_PTR]; variable
/freebsd-10.1-release/sys/arm/arm/
H A Ddevmap.c156 arm_devmap_register_table(const struct arm_devmap_entry *table) argument
173 arm_devmap_bootstrap(vm_offset_t l1pt, const struct arm_devmap_entry *table) argument
[all...]
/freebsd-10.1-release/sys/boot/common/
H A Dgpt.c57 gptupdate(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, struct gpt_ent *table) argument
233 gptbootconv(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, struct gpt_ent *table) argument
280 gptread_table(const char *which, const uuid_t *uuid, struct dsk *dskp, struct gpt_hdr *hdr, struct gpt_ent *table) argument
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.c214 local ptr_table table[MAX_PTR]; variable
/freebsd-10.1-release/sys/dev/nand/
H A Dnand_bbt.c58 uint32_t *table; member in struct:nand_bbt
/freebsd-10.1-release/sys/dev/sfxge/
H A Dsfxge_intr.c152 struct sfxge_intr_hdl *table; local
208 struct sfxge_intr_hdl *table; local
224 struct sfxge_intr_hdl *table; local
329 struct sfxge_intr_hdl *table; local
366 struct sfxge_intr_hdl *table; local
483 struct sfxge_intr_hdl *table; local
[all...]
/freebsd-10.1-release/sys/i386/ibcs2/
H A Dibcs2_ioctl.c109 ttspeedtab(int speed, struct speedtab *table) argument
/freebsd-10.1-release/sys/kern/
H A Dtty_compat.c89 ttcompatspeedtab(int speed, struct speedtab *table) argument
/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_table.c132 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, argument
241 engine_table_select(ENGINE_TABLE **table, int nid) argument
[all...]
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delf-strtab.c49 struct bfd_hash_table table; member in struct:elf_strtab_hash
96 struct elf_strtab_hash *table; local
63 elf_strtab_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
[all...]
H A Dsection.c711 bfd_section_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
[all...]
/freebsd-10.1-release/contrib/binutils/gas/
H A Dhash.c54 struct hash_entry **table; member in struct:hash_control
138 hash_die(struct hash_control *table) argument
154 hash_lookup(struct hash_control *table, const char *key, size_t len, struct hash_entry ***plist, unsigned long *phash) argument
226 hash_insert(struct hash_control *table, const char *key, PTR value) argument
256 hash_jam(struct hash_control *table, const char *key, PTR value) argument
294 hash_replace(struct hash_control *table, const char *key, PTR value) argument
318 hash_find(struct hash_control *table, const char *key) argument
333 hash_find_n(struct hash_control *table, const char *key, size_t len) argument
348 hash_delete(struct hash_control *table, const char *key) argument
377 hash_traverse(struct hash_control *table, void (*pfn) (const char *key, PTR value)) argument
[all...]

Completed in 196 milliseconds

1234567891011>>