Searched defs:tbl (Results 1 - 25 of 113) sorted by relevance

12345

/freebsd-current/contrib/flex/src/
H A Dtables_shared.c58 yytbl_calc_total_len(const struct yytbl_data *tbl) argument
H A Dtables.c379 yytbl_data_geti(const struct yytbl_data *tbl, int i) argument
403 yytbl_data_seti(const struct yytbl_data *tbl, int i, flex_int32_t newval) argument
428 min_int_size(struct yytbl_data *tbl) argument
461 yytbl_data_compress(struct yytbl_data *tbl) argument
[all...]
/freebsd-current/sys/dev/qcom_clk/
H A Dqcom_clk_freqtbl.c40 qcom_clk_freq_tbl_lookup(const struct qcom_clk_freq_tbl *tbl, uint64_t freq) argument
/freebsd-current/sys/libkern/
H A Dstrcspn.c46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; local
[all...]
H A Dstrspn.c46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; local
[all...]
/freebsd-current/lib/libc/string/
H A Dstrspn.c45 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; local
[all...]
H A Dstrcspn.c45 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; local
[all...]
/freebsd-current/sys/dev/tpm/
H A Dtpm_tis_acpi.c41 ACPI_TABLE_TPM23 *tbl; local
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dt_bitst.c47 int ASN1_BIT_STRING_num_asc(const char *name, BIT_STRING_BITNAME *tbl) argument
15 ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, BIT_STRING_BITNAME *tbl, int indent) argument
33 ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, BIT_STRING_BITNAME *tbl) argument
H A Da_strnid.c83 ASN1_STRING_TABLE *tbl; local
220 static void st_free(ASN1_STRING_TABLE *tbl) argument
[all...]
/freebsd-current/tools/tools/iwi/
H A Diwistats.c49 } tbl[] = { variable in typeref:struct:statistic
/freebsd-current/usr.bin/fortune/unstr/
H A Dunstr.c68 static STRFILE tbl; /* description table */ local
103 order_unstr(STRFILE *tbl) argument
[all...]
/freebsd-current/stand/efi/libefi/
H A Dlibefi.c38 efi_get_table(EFI_GUID *tbl) argument
/freebsd-current/contrib/mandoc/
H A Dtbl_opts.c66 arg(struct tbl_node *tbl, int ln, const char *p, int *pos, int key) argument
123 tbl_option(struct tbl_node *tbl, int ln, const char *p, int *offs) argument
H A Dtbl.c37 tbl_read(struct tbl_node *tbl, int ln, const char *p, int pos) argument
93 struct tbl_node *tbl; local
107 tbl_free(struct tbl_node *tbl) argument
143 tbl_restart(int line, int pos, struct tbl_node *tbl) argument
154 tbl_span(struct tbl_node *tbl) argument
166 tbl_end(struct tbl_node *tbl, int still_open) argument
[all...]
H A Dtbl_layout.c65 mods(struct tbl_node *tbl, struct tbl_cell *cp, argument
207 cell(struct tbl_node *tbl, struct tbl_row *rp, argument
266 tbl_layout(struct tbl_node *tbl, int ln, const char *p, int pos) argument
356 cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos) argument
[all...]
H A Dtbl_data.c43 getdata(struct tbl_node *tbl, struct tbl_span *dp, argument
197 tbl_cdata(struct tbl_node *tbl, int ln, const char *p, int pos) argument
240 newspan(struct tbl_node *tbl, int line, struct tbl_row *rp) argument
261 tbl_data(struct tbl_node *tbl, int ln, const char *p, int pos) argument
[all...]
/freebsd-current/tools/tools/ipw/
H A Dipwstats.c66 static const struct statistic tbl[] = { variable in typeref:struct:statistic
/freebsd-current/lib/msun/src/
H A Ds_exp2.c49 static const double tbl[TBLSIZE * 2] = { variable
/freebsd-current/lib/msun/ld80/
H A Ds_exp2l.c64 static const double tbl[TBLSIZE * 2] = { variable
/freebsd-current/lib/msun/ld128/
H A Ds_exp2l.c60 static const long double tbl[TBLSIZE] = { variable
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_sa_pkey_record.c73 ib_pkey_table_t *tbl; local
/freebsd-current/crypto/openssl/crypto/cmac/
H A Dcmac.c30 unsigned char tbl[EVP_MAX_BLOCK_LENGTH]; member in struct:CMAC_CTX_st
[all...]
/freebsd-current/sys/opencrypto/
H A Dgfmult.c61 struct gf128 tbl[16]; local
105 readrow(struct gf128table *tbl, unsigned bits) argument
135 gfmultword(uint64_t word, struct gf128 x, struct gf128table *tbl) argument
172 gfmultword4(uint64_t worda, uint64_t wordb, uint64_t wordc, uint64_t wordd, struct gf128 x, struct gf128table4 *tbl) argument
216 gf128_mul(struct gf128 v, struct gf128table *tbl) argument
233 gf128_mul4(struct gf128 a, struct gf128 b, struct gf128 c, struct gf128 d, struct gf128table4 *tbl) argument
256 gf128_mul4b(struct gf128 r, const uint8_t *v, struct gf128table4 *tbl) argument
[all...]
/freebsd-current/contrib/bmake/
H A Dhash.h107 HashTable tbl; member in struct:HashSet

Completed in 347 milliseconds

12345