Searched defs:tab (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_kron.c30 static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 }; local
/freebsd-current/tools/regression/p1003_1b/
H A Dmain.c17 } tab[] = { variable in typeref:struct:__anon6334
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/string/
H A Dt_strcat.c30 struct tab { struct
35 const struct tab tab[] = { local
[all...]
H A Dt_memchr.c29 struct tab { struct
36 const struct tab tab[] = { local
[all...]
H A Dt_strlen.c51 struct tab { struct
56 const struct tab tab[] = { local
[all...]
H A Dt_strrchr.c29 struct tab { struct
36 const struct tab tab[] = { local
H A Dt_strcpy.c30 struct tab { struct
35 const struct tab tab[] = { local
H A Dt_strcmp.c30 struct tab { struct
36 const struct tab tab[] = { local
[all...]
H A Dt_strchr.c66 const char *tab[] = { local
H A Dt_strchrnul.c65 const char *tab[] = { local
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dhash.h52 Hashentry *tab[1]; /* The table */ member in struct:hashtab
/freebsd-current/lib/libsysdecode/tests/
H A Dsysdecode_test.c44 check_sysdecode_cap_rights(FILE *fp, char **bufp, size_t *szp, cap_rights_t *rightsp, const char *tab[]) argument
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h62 ckhc_t *tab; member in struct:__anon818
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c205 Dwarf_Abbrev ab, tab; local
/freebsd-current/crypto/heimdal/base/
H A Ddict.c47 struct hashentry **tab; member in struct:heim_dict_data
[all...]
/freebsd-current/contrib/mtree/
H A Dcompare.c140 const char *cp, *tab; local
[all...]
/freebsd-current/contrib/mandoc/
H A Dterm_ascii.c302 static const char *tab[] = { local
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_testutils.c152 struct regress_dns_server_table *tab = data; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp109 OS << tab; local
104 dumpAmdKernelCode(const amd_kernel_code_t *C, raw_ostream &OS, const char *tab) argument
/freebsd-current/contrib/libevent/test/
H A Dregress_testutils.c152 struct regress_dns_server_table *tab = data; local
[all...]
/freebsd-current/usr.bin/paste/
H A Dpaste.c55 static wchar_t tab[] = L"\t"; variable
/freebsd-current/lib/libc/stdlib/
H A Dradixsort.c87 radixsort(const u_char **a, int n, const u_char *tab, u_int endch) argument
99 sradixsort(const u_char **a, int n, const u_char *tab, u_int endch) argument
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_math.h66 v_lookup_f32 (const float *tab, uint32x4_t idx) argument
71 v_lookup_u32 (const uint32_t *tab, uint32x4_t idx) argument
114 v_lookup_f64(const double *tab, uint64x2_t idx) argument
119 v_lookup_u64(const uint64_t *tab, uint64x2_t idx) argument
[all...]
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dv_math.h70 v_lookup_f32 (const float *tab, uint32x4_t idx) argument
75 v_lookup_u32 (const uint32_t *tab, uint32x4_t idx) argument
131 v_lookup_f64(const double *tab, uint64x2_t idx) argument
136 v_lookup_u64(const uint64_t *tab, uint64x2_t idx) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h69 atomic_uint32_t tab[kTabSize]; // Hash table of Node's. member in class:__sanitizer::StackDepotBase

Completed in 293 milliseconds

1234