/freebsd/lib/libc/tests/stdlib/ |
H A D | qsort_s_test.c | 44 sorthelp_s(const void *a, const void *b, void *thunk) in sorthelp_s() 70 int thunk = THUNK; in ATF_TC_BODY() local 80 int thunk = THUNK; in ATF_TC_BODY() local 90 int thunk = THUNK; in ATF_TC_BODY() local 100 int thunk = THUNK; in ATF_TC_BODY() local 110 int thunk = THUNK; in ATF_TC_BODY() local 120 int thunk = THUNK; in ATF_TC_BODY() local 136 int thunk = THUNK; in ATF_TC_BODY() local 152 int thunk = THUNK; in ATF_TC_BODY() local 168 int thunk = THUNK; in ATF_TC_BODY() local [all …]
|
H A D | qsort_r_compat_test.c | 40 sorthelp_r(void *thunk, const void *a, const void *b) in sorthelp_r() 62 int thunk = THUNK; in ATF_TC_BODY() local
|
H A D | qsort_r_test.c | 40 sorthelp_r(const void *a, const void *b, void *thunk) in sorthelp_r() 62 int thunk = THUNK; in ATF_TC_BODY() local
|
/freebsd/sys/sys/ |
H A D | queue_mergesort.h | 53 #define SYSQUEUE_MERGE(sqms_list1, sqms_list2, thunk, sqms_cmp, TYPE, NAME, \ argument 87 sqms_mpos, thunk, sqms_cmp, TYPE, NAME, \ argument 122 #define SYSQUEUE_MERGESORT(sqms_head, thunk, sqms_cmp, TYPE, NAME, M_HEAD, \ argument 185 #define SLIST_MERGESORT(head, thunk, cmp, TYPE, NAME) \ argument 189 #define SLIST_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument 193 #define LIST_MERGESORT(head, thunk, cmp, TYPE, NAME) \ argument 197 #define LIST_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument 201 #define STAILQ_MERGESORT(head, thunk, cmp, TYPE, NAME) \ argument 205 #define STAILQ_MERGE(list1, list2, thunk, cmp, TYPE, NAME) \ argument 209 #define TAILQ_MERGESORT(head, thunk, cmp, TYPE, NAME) \ argument [all …]
|
/freebsd/lib/libc/stdio/ |
H A D | fopencookie.c | 50 struct fopencookie_thunk *thunk; in fopencookie() local 87 struct fopencookie_thunk *thunk; in _fopencookie_read() local 101 struct fopencookie_thunk *thunk; in _fopencookie_write() local 116 struct fopencookie_thunk *thunk; in _fopencookie_seek() local 153 struct fopencookie_thunk *thunk; in _fopencookie_close() local
|
/freebsd/sys/dev/drm2/ |
H A D | drm_linux_list_sort.c | 41 struct drm_list_sort_thunk *thunk; in drm_le_cmp() local 56 struct drm_list_sort_thunk thunk; in drm_list_sort() local
|
/freebsd/lib/libc/stdlib/ |
H A D | qsort.c | 104 local_qsort(void *a, size_t n, size_t es, cmp_t *cmp, void *thunk) in local_qsort() 221 __qsort_r_compat(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) in __qsort_r_compat() 227 qsort_s(void *a, rsize_t n, rsize_t es, cmp_t *cmp, void *thunk) in qsort_s()
|
/freebsd/sys/kern/ |
H A D | kern_thr.c | 104 thr_create_initthr(struct thread * td,void * thunk) thr_create_initthr() argument 145 thr_new_initthr(struct thread * td,void * thunk) thr_new_initthr() argument 194 thread_create(struct thread * td,struct rtprio * rtp,int (* initialize_thread)(struct thread *,void *),void * thunk) thread_create() argument
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | qsort.c | 99 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk in med3() 112 rk_qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp) in rk_qsort_r()
|
/freebsd/lib/libc/gen/ |
H A D | scandir-compat11.c | 139 freebsd11_scandir_thunk_cmp(const void *p1, const void *p2, void *thunk) in freebsd11_scandir_thunk_cmp()
|
H A D | scandir.c | 198 scandir_thunk_cmp(const void *p1, const void *p2, void *thunk) in scandir_thunk_cmp()
|
/freebsd/include/ |
H A D | stdlib.h | 360 void *thunk, int (*compar)(void *, const void *, const void *)) { in qsort_r() argument
|
/freebsd/lib/libproc/ |
H A D | proc_sym.c | 108 struct symsort_thunk *thunk; in symvalcmp() local 159 struct symsort_thunk thunk; in load_symtab() local
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Target.h | 86 virtual void populateThunk(InputSection *thunk, Symbol *funcSym) { in populateThunk()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | InputFiles.h | 161 uint32_t addRangeThunkSymbol(Symbol *thunk) { in addRangeThunkSymbol()
|
H A D | DLL.cpp | 554 Chunk *thunk; member in lld::coff::__anon0bfb8df40111::DelayAddressChunk
|
H A D | PDB.cpp | 1555 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in addImportFilesToPDB() local
|
H A D | Writer.cpp | 1204 DefinedImportThunk *thunk = cast<DefinedImportThunk>(file->thunkSym); in appendImportThunks() local
|
/freebsd/bin/sh/ |
H A D | histedit.c | 583 comparator(const void *a, const void *b, void *thunk) in comparator()
|
/freebsd/sys/opencrypto/ |
H A D | cryptodev.c | 1136 } thunk; in crypto_ioctl() local
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 165 void ARM64::populateThunk(InputSection *thunk, Symbol *funcSym) { in populateThunk()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 2488 struct list_sort_thunk *thunk; in linux_le_cmp() local 2500 struct list_sort_thunk thunk; in list_sort() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 932 uint32_t thunk; global() member 938 uint64_t thunk; global() member 944 uintptr_t thunk; global() member
|
/freebsd/sys/net/ |
H A D | if.c | 2914 } thunk; in ifioctl() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 5105 llvm::Constant *thunk = getOrCreateVirtualFunctionPointerThunk(origMD); in getSignedVirtualMemberFunctionPointer() local
|