Home
last modified time | relevance | path

Searched defs:table (Results 201 – 225 of 375) sorted by relevance

12345678910>>...15

/freebsd/crypto/heimdal/lib/krb5/
H A Dverify_krb5_conf.c278 find_value(const char *s, struct s2i *table) in find_value()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dhashmap.c474 static const char *table[] = in usage() local
/freebsd/crypto/openssl/crypto/aes/
H A Daes_x86core.c64 static void prefetch256(const void *table) in prefetch256()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c81 static U32 sum_u32(const unsigned table[], size_t nbElts) in sum_u32()
91 static U32 ZSTD_downscaleStats(unsigned* table, U32 lastEltIndex, U32 shift) in ZSTD_downscaleStats()
106 static U32 ZSTD_scaleStats(unsigned* table, U32 lastEltIndex, U32 logTarget) in ZSTD_scaleStats()
/freebsd/sys/dev/usb/
H A Dusbdi.h343 #define USB_PNP_HOST_INFO(table) \ argument
346 #define USB_PNP_DEVICE_INFO(table) \ argument
349 #define USB_PNP_DUAL_INFO(table) \ argument
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c294 acpi_walk_subtables(ACPI_TABLE_HEADER *table, void *first, in acpi_walk_subtables()
315 acpi_walk_nfit(ACPI_TABLE_HEADER *table, void *first, in acpi_walk_nfit()
1046 acpi_walk_lpit(ACPI_TABLE_HEADER *table, void *first, in acpi_walk_lpit()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c377 kmem_del_init(spinlock_t *lock, struct hlist_head *table,
/freebsd/contrib/less/
H A Dcharset.c833 static int is_in_table(LWCHAR ch, struct wchar_range_table *table) in is_in_table()
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_alloc.c511 scanc(u_int size, const u_char *cp, const u_char table[], int mask) in scanc()
/freebsd/tests/sys/fs/fusefs/
H A Dmockfs.cc63 const char* table[] = { in opcode2opname() local
/freebsd/contrib/tcp_wrappers/
H A Doptions.c416 static int severity_map(const CODE *table, char *name) in severity_map()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp696 static void printHelp(LLDBOptTable &table, llvm::StringRef tool_name) { in printHelp()
/freebsd/sys/kern/
H A Dkern_boottrace.c76 struct bt_event *table; member
/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistz256.c631 P256_POINT (*table)[16] = NULL; in ecp_nistz256_windowed_mul() local
1317 BN_ULONG table[15][P256_LIMBS]; in ecp_nistz256_inv_mod_ord() local
/freebsd/sys/dev/sfxge/common/
H A Defx_rx.c683 efx_rx_scale_tbl_set( in efx_rx_scale_tbl_set()
1328 siena_rx_scale_tbl_set( in siena_rx_scale_tbl_set()
/freebsd/sys/arm64/arm64/
H A Dgicv3_its.c439 gicv3_its_table_page_size(struct gicv3_its_softc *sc, int table) in gicv3_its_table_page_size()
485 gicv3_its_table_supports_indirect(struct gicv3_its_softc *sc, int table) in gicv3_its_table_supports_indirect()
504 void *table; in gicv3_its_table_init() local
1340 uint64_t *table; in its_device_alloc() local
/freebsd/crypto/heimdal/kadmin/
H A Dget.c78 rtbl_t table; member
/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h395 const void *table, in constant_time_lookup()
/freebsd/sys/sys/
H A Dmodule.h100 const void *table; /* Pointer to pnp table */ member
/freebsd/sys/contrib/zlib/test/
H A Dinfcover.c623 code *next, table[ENOUGH_DISTS]; in cover_trees() local
/freebsd/usr.bin/mkcsmapper/
H A Dyacc.y66 static void *table = NULL; variable
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_main.c861 ar40xx_atu_fetch_table(device_t dev, etherswitch_atu_table_t *table) in ar40xx_atu_fetch_table()
/freebsd/contrib/unbound/services/cache/
H A Drrset.c99 struct lruhash* table = slabhash_gettable(&r->table, hash); in rrset_cache_touch() local
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c3954 const uint32_t *table = bwn_nphy_get_tx_gain_table(mac); in bwn_nphy_tx_power_fix() local
4404 const uint32_t *table = NULL; in bwn_nphy_tx_gain_table_upload() local
5199 const uint32_t *table = NULL; in bwn_nphy_get_tx_gains() local
5406 uint16_t *table = NULL; in bwn_nphy_save_cal() local
5475 uint16_t *table = NULL; in bwn_nphy_restore_cal() local
5568 const uint16_t *table; in bwn_nphy_cal_tx_iq_lo() local
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c166 run_test(struct ldexp_test *table) in run_test()

12345678910>>...15