Home
last modified time | relevance | path

Searched refs:thunk (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/libkern/
H A Dqsort.c103 return CMP(thunk, a, b) < 0 ? in med3()
104 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a )) in med3()
105 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c )); in med3()
112 #define thunk NULL in qsort_r()
128 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in qsort_r()
140 pl = med3(pl, pl + d, pl + 2 * d, cmp, thunk); in qsort_r()
141 pm = med3(pm - d, pm, pm + d, cmp, thunk); in qsort_r()
142 pn = med3(pn - 2 * d, pn - d, pn, cmp, thunk); in qsort_r()
144 pm = med3(pl, pm, pn, cmp, thunk); in qsort_r()
195 qsort_r(a, d1 / es, es, thunk, cmp); in qsort_r()
[all …]
/f-stack/freebsd/kern/
H A Dkern_thr.c106 thr_create_initthr(struct thread *td, void *thunk) in thr_create_initthr() argument
111 args = thunk; in thr_create_initthr()
147 thr_new_initthr(struct thread *td, void *thunk) in thr_new_initthr() argument
159 param = thunk; in thr_new_initthr()
193 int (*initialize_thread)(struct thread *, void *), void *thunk) in thread_create() argument
244 error = initialize_thread(newtd, thunk); in thread_create()
/f-stack/freebsd/opencrypto/
H A Dcryptodev.c1398 } thunk; in crypto_ioctl() local
1410 data = (void *)&thunk.sopc; in crypto_ioctl()
1417 data = (void *)&thunk.sopc; in crypto_ioctl()
1419 &thunk.sopc); in crypto_ioctl()
1425 data = (void *)&thunk.copc; in crypto_ioctl()
1426 crypt_op_from_32((struct crypt_op32 *)data32, &thunk.copc); in crypto_ioctl()
1432 data = (void *)&thunk.aeadc; in crypto_ioctl()
1443 data = (void *)&thunk.kopc; in crypto_ioctl()
1444 crypt_kop_from_32((struct crypt_kop32 *)data32, &thunk.kopc); in crypto_ioctl()
1470 session2_op_from_op((void *)data, &thunk.sopc); in crypto_ioctl()
[all …]
/f-stack/freebsd/sys/
H A Dlibkern.h166 void qsort_r(void *base, size_t nmemb, size_t size, void *thunk,
H A Dproc.h1164 int (*initialize_thread)(struct thread *, void *), void *thunk);
/f-stack/freebsd/contrib/libsodium/
H A Dconfigure.ac202 AX_CHECK_COMPILE_FLAG([-mindirect-branch=thunk],
203 [CFLAGS="$CFLAGS -mindirect-branch=thunk"],