Searched defs:sx (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/sys/sys/
H A D_sx.h37 struct sx { struct
H A Dsx.h155 __sx_xlock(struct sx *sx, struct thread *td, int opts, const char *file, int line) argument
171 __sx_xunlock(struct sx *sx, struct thread *td, const char *file, int line) argument
[all...]
/freebsd-11-stable/lib/msun/src/
H A Ds_rintf.c34 int32_t i0,j0,sx; local
H A De_remainderf.c29 u_int32_t sx; local
H A Ds_rint.c40 int32_t i0,j0,sx; local
H A De_fmodf.c33 int32_t n,hx,hy,hz,ix,iy,sx,i; local
H A De_remainder.c38 u_int32_t sx,lx,lp; local
H A Ds_remquof.c32 int32_t n,hx,hy,hz,ix,iy,sx,i; local
H A Ds_remquo.c34 int32_t n,hx,hy,hz,ix,iy,sx,i; local
H A De_fmod.c33 int32_t n,hx,hy,hz,ix,iy,sx,i; local
[all...]
H A De_fmodl.c71 int ix,iy,n,sx; local
H A Ds_remquol.c74 int ix,iy,n,q,sx,sxy; local
H A Dcatrig.c359 int sx, sy; local
H A Dcatrigl.c226 int sx, sy; local
H A Dcatrigf.c204 int sx, sy; local
/freebsd-11-stable/contrib/gdtoa/
H A Ddmisc.c109 ULong *bx, *bxe, q, *sx, *sxe; local
[all...]
/freebsd-11-stable/lib/libthread_db/arch/i386/
H A Dlibpthread_md.c61 struct savexmm *sx = (struct savexmm *)&uc->uc_mcontext.mc_fpstate; local
75 const struct savexmm *sx = (const struct savexmm *)&uc->uc_mcontext.mc_fpstate; local
/freebsd-11-stable/lib/libc/tests/string/
H A Dwcscoll_test.c140 int sx = strcmp(data[i].xval, data[j].xval); local
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Drwsem.h41 struct sx sx; member in struct:rw_semaphore
[all...]
H A Dmutex.h42 struct sx sx; member in struct:mutex
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c142 int sx, sy, dx, dy; local
[all...]
/freebsd-11-stable/lib/libedit/
H A Drefresh.c461 re_clear_eol(EditLine *el, int fx, int sx, int diff) argument
510 int fx, sx; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_sx.c180 struct sx *sx; local
192 struct sx *sx; local
209 const struct sx *sx; local
229 sx_init_flags(struct sx *sx, const char *description, int opts) argument
260 sx_destroy(struct sx *sx) argument
302 sx_try_slock_(struct sx *sx, const char *file, int line) argument
309 _sx_xlock(struct sx *sx, int opts, const char *file, int line) argument
389 sx_try_xlock_(struct sx *sx, const char *file, int line) argument
396 _sx_xunlock(struct sx *sx, const char *file, int line) argument
459 sx_try_upgrade_(struct sx *sx, const char *file, int line) argument
532 sx_downgrade_(struct sx *sx, const char *file, int line) argument
545 _sx_xlock_hard(struct sx *sx, uintptr_t x, int opts LOCK_FILE_LINE_ARG_DEF) argument
832 _sx_xunlock_hard(struct sx *sx, uintptr_t x LOCK_FILE_LINE_ARG_DEF) argument
900 __sx_slock_try(struct sx *sx, uintptr_t *xp LOCK_FILE_LINE_ARG_DEF) argument
924 _sx_slock_hard(struct sx *sx, int opts, uintptr_t x LOCK_FILE_LINE_ARG_DEF) argument
1134 _sx_slock_int(struct sx *sx, int opts LOCK_FILE_LINE_ARG_DEF) argument
1164 _sx_slock(struct sx *sx, int opts, const char *file, int line) argument
1171 _sx_sunlock_try(struct sx *sx, uintptr_t *xp) argument
1221 _sx_sunlock_hard(struct sx *sx, uintptr_t x LOCK_FILE_LINE_ARG_DEF) argument
1292 _sx_sunlock(struct sx *sx, const char *file, int line) argument
1309 _sx_assert(const struct sx *sx, int what, const char *file, int line) argument
1395 const struct sx *sx; local
1440 struct sx *sx; local
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Ded.refresh.c590 int fx, sx; local
[all...]
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Ddraw.c646 int sx, sy, tx, ty; local

Completed in 203 milliseconds

12