Home
last modified time | relevance | path

Searched defs:tab (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y59 struct tab { struct
67 extern struct tab cmdtab[]; argument
H A Dftpcmd.c258 struct tab { struct
266 extern struct tab cmdtab[]; argument
/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_strrchr.c29 struct tab { in ATF_TC_BODY() struct
30 const char* val; in ATF_TC_BODY()
31 char match; in ATF_TC_BODY()
32 ssize_t f_off; /* offset of first match */ in ATF_TC_BODY()
33 ssize_t l_off; /* offset of last match */ in ATF_TC_BODY()
36 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_memchr.c29 struct tab { in ATF_TC_BODY() struct
30 const char *val; in ATF_TC_BODY()
31 size_t len; in ATF_TC_BODY()
32 char match; in ATF_TC_BODY()
33 ssize_t off; in ATF_TC_BODY()
36 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_strcmp.c30 struct tab { in ATF_TC_BODY() struct
31 const char* val0; in ATF_TC_BODY()
32 const char* val1; in ATF_TC_BODY()
33 int ret; in ATF_TC_BODY()
36 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_strcpy.c30 struct tab { in ATF_TC_BODY() struct
31 const char* val; in ATF_TC_BODY()
32 size_t len; in ATF_TC_BODY()
35 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_strcat.c30 struct tab { in ATF_TC_BODY() struct
31 const char* val; in ATF_TC_BODY()
32 size_t len; in ATF_TC_BODY()
35 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_strlen.c51 struct tab { in ATF_TC_BODY() struct
52 const char* val; in ATF_TC_BODY()
53 size_t len; in ATF_TC_BODY()
56 const struct tab tab[] = { in ATF_TC_BODY() local
H A Dt_strchr.c66 const char *tab[] = { in ATF_TC_BODY() local
H A Dt_strchrnul.c65 const char *tab[] = { in ATF_TC_BODY() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_math.h66 v_lookup_f32 (const float *tab, uint32x4_t idx) in v_lookup_f32()
71 v_lookup_u32 (const uint32_t *tab, uint32x4_t idx) in v_lookup_u32()
114 v_lookup_f64 (const double *tab, uint64x2_t idx) in v_lookup_f64()
119 v_lookup_u64 (const uint64_t *tab, uint64x2_t idx) in v_lookup_u64()
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_math.h70 v_lookup_f32 (const float *tab, uint32x4_t idx) in v_lookup_f32()
75 v_lookup_u32 (const uint32_t *tab, uint32x4_t idx) in v_lookup_u32()
131 v_lookup_f64 (const double *tab, uint64x2_t idx) in v_lookup_f64()
136 v_lookup_u64 (const uint64_t *tab, uint64x2_t idx) in v_lookup_u64()
H A Dmath_config.h352 } tab[513]; member
366 } tab[645]; member
377 } tab[1 << LOGF_TABLE_BITS]; member
397 } tab[1 << LOG10_TABLE_BITS]; member
425 uint64_t tab[2 * (1 << EXP_TABLE_BITS)]; member
441 } tab[769]; member
455 } tab[3488]; member
488 } tab[1 << LOG_TABLE_BITS]; member
579 uint64_t tab[1 << EXPF_TABLE_BITS]; member
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_kron.c30 static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 }; in BN_kronecker() local
/freebsd/tools/regression/p1003_1b/
H A Dmain.c17 } tab[] = { variable
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_config.h365 uint64_t tab[1 << EXP2F_TABLE_BITS]; member
380 } tab[1 << LOGF_TABLE_BITS]; member
392 } tab[1 << LOG2F_TABLE_BITS]; member
409 } tab[1 << POWF_LOG2_TABLE_BITS]; member
440 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member
452 struct {double invc, logc;} tab[1 << LOG_TABLE_BITS]; member
467 struct {double invc, logc;} tab[1 << LOG2_TABLE_BITS]; member
481 struct {double invc, pad, logc, logctail;} tab[1 << POW_LOG_TABLE_BITS]; member
/freebsd/lib/libsysdecode/tests/
H A Dsysdecode_test.c45 cap_rights_t *rightsp, const char *tab[]) in check_sysdecode_cap_rights()
/freebsd/crypto/heimdal/lib/asn1/
H A Dhash.h52 Hashentry *tab[1]; /* The table */ member
/freebsd/usr.bin/mail/
H A Dcmd2.c451 ignore1(char **list, struct ignoretab *tab, const char *which) in ignore1()
480 igshow(struct ignoretab *tab, const char *which) in igshow()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp41 atomic_uintptr_t tab[kTableSizeL1]; member
150 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); in FdOnFork() local
162 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); in FdLocation() local
/freebsd/lib/libc/stdlib/
H A Dradixsort.c87 radixsort(const u_char **a, int n, const u_char *tab, u_int endch) in radixsort()
99 sradixsort(const u_char **a, int n, const u_char *tab, u_int endch) in sradixsort()
/freebsd/contrib/mtree/
H A Dcompare.c140 const char *cp, *tab; in compare() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h62 ckhc_t *tab; member
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_testutils.c152 struct regress_dns_server_table *tab = data; in regress_dns_server_cb() local
/freebsd/contrib/libevent/test/
H A Dregress_testutils.c152 struct regress_dns_server_table *tab = data; in regress_dns_server_cb() local

1234