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

1234

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_kron.c76 static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 }; local
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dmain.c18 } tab[] = { variable in typeref:struct:__anon13638
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_memchr.c29 struct tab { struct
36 const struct tab tab[] = { local
[all...]
H A Dt_strcat.c30 struct tab { struct
35 const struct tab tab[] = { local
[all...]
H A Dt_strcmp.c30 struct tab { struct
36 const struct tab tab[] = { local
[all...]
H A Dt_strcpy.c30 struct tab { struct
35 const struct tab tab[] = { local
H A Dt_strrchr.c29 struct tab { struct
36 const struct tab tab[] = { local
H A Dt_strlen.c51 struct tab { struct
56 const struct tab tab[] = { local
[all...]
H A Dt_strchr.c66 const char *tab[] = { local
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dhash.h52 Hashentry *tab[1]; /* The table */ member in struct:hashtab
/freebsd-11-stable/contrib/mtree/
H A Dcompare.c140 const char *cp, *tab; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffdump.c49 tab (int x) function
[all...]
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dckh.h60 ckhc_t *tab; member in struct:ckh_s
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h56 tab_position *tab; member in class:tabs
/freebsd-11-stable/crypto/heimdal/base/
H A Ddict.c47 struct hashentry **tab; member in struct:heim_dict_data
[all...]
/freebsd-11-stable/usr.sbin/fmtree/
H A Dcompare.c82 const char *tab = ""; local
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c205 Dwarf_Abbrev ab, tab; local
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_testutils.c141 struct regress_dns_server_table *tab = data; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-strtab.c129 _bfd_elf_strtab_free (struct elf_strtab_hash *tab) argument
140 _bfd_elf_strtab_add (struct elf_strtab_hash *tab, argument
180 _bfd_elf_strtab_addref(struct elf_strtab_hash *tab, bfd_size_type idx) argument
190 _bfd_elf_strtab_delref(struct elf_strtab_hash *tab, bfd_size_type idx) argument
201 _bfd_elf_strtab_clear_all_refs(struct elf_strtab_hash *tab) argument
210 _bfd_elf_strtab_size(struct elf_strtab_hash *tab) argument
216 _bfd_elf_strtab_offset(struct elf_strtab_hash *tab, bfd_size_type idx) argument
231 _bfd_elf_strtab_emit(register bfd *abfd, struct elf_strtab_hash *tab) argument
300 _bfd_elf_strtab_finalize(struct elf_strtab_hash *tab) argument
[all...]
H A Dhash.c738 _bfd_stringtab_add(struct bfd_strtab_hash *tab, const char *str, bfd_boolean hash, bfd_boolean copy) argument
793 _bfd_stringtab_size(struct bfd_strtab_hash *tab) argument
802 _bfd_stringtab_emit(bfd *abfd, struct bfd_strtab_hash *tab) argument
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Dradixsort.c91 radixsort(const u_char **a, int n, const u_char *tab, u_int endch) argument
103 sradixsort(const u_char **a, int n, const u_char *tab, u_int endch) argument
/freebsd-11-stable/usr.bin/paste/
H A Dpaste.c68 static wchar_t tab[] = L"\t"; variable
/freebsd-11-stable/contrib/mdocml/
H A Dterm_ascii.c276 static const char *tab[] = { local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h51 atomic_uintptr_t tab[kTabSize]; // Hash table of Node's. member in class:__sanitizer::StackDepotBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp111 OS << tab; local
106 dumpAmdKernelCode(const amd_kernel_code_t *C, raw_ostream &OS, const char *tab) argument

Completed in 151 milliseconds

1234