| /freebsd-13-stable/usr.sbin/rtadvd/ |
| HD | timer_subr.h | 36 #define TS_CMP(tsp, usp, cmp) \ argument 37 (((tsp)->tv_sec == (usp)->tv_sec) ? \ 38 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \ 39 ((tsp)->tv_sec cmp (usp)->tv_sec)) 40 #define TS_ADD(tsp, usp, vsp) \ argument 42 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \ 43 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \ 49 #define TS_SUB(tsp, usp, vsp) \ argument 51 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \ 52 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \
|
| /freebsd-13-stable/contrib/libfido2/openbsd-compat/ |
| HD | time.h | 35 #define timespecadd(tsp, usp, vsp) \ argument 37 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \ 38 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \ 45 #define timespecsub(tsp, usp, vsp) \ argument 47 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \ 48 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \ 55 #define timespeccmp(tsp, usp, cmp) \ argument 56 (((tsp)->tv_sec == (usp)->tv_sec) ? \ 57 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \ 58 ((tsp)->tv_sec cmp (usp)->tv_sec))
|
| /freebsd-13-stable/usr.sbin/rtsold/ |
| HD | rtsold.h | 129 #define TS_CMP(tsp, usp, cmp) \ argument 130 (((tsp)->tv_sec == (usp)->tv_sec) ? \ 131 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \ 132 ((tsp)->tv_sec cmp (usp)->tv_sec)) 133 #define TS_ADD(tsp, usp, vsp) \ argument 135 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \ 136 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \ 142 #define TS_SUB(tsp, usp, vsp) \ argument 144 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \ 145 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | defines.h | 531 #define timespeccmp(tsp, usp, cmp) \ argument 532 (((tsp)->tv_sec == (usp)->tv_sec) ? \ 533 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \ 534 ((tsp)->tv_sec cmp (usp)->tv_sec)) 542 #define timespeccmp(tsp, usp, cmp) \ argument 543 (((tsp)->tv_sec == (usp)->tv_sec) ? \ 544 ((tsp)->tv_nsec cmp (usp)->tv_nsec) : \ 545 ((tsp)->tv_sec cmp (usp)->tv_sec)) 548 #define timespecadd(tsp, usp, vsp) \ argument 550 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \ [all …]
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/serial/ |
| HD | sirf-uart.txt | 4 - compatible : Should be "sirf,prima2-uart", "sirf, prima2-usp-uart", 5 "sirf,atlas7-uart" or "sirf,atlas7-usp-uart". 29 usp@b0090000 { 30 compatible = "sirf,prima2-usp-uart";
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/sound/ |
| HD | sirf-usp.txt | 4 - compatible: "sirf,prima2-usp-pcm" 18 usp0: usp@b0080000 { 19 compatible = "sirf,prima2-usp-pcm";
|
| /freebsd-13-stable/sys/sys/ |
| HD | time.h | 402 #define timespecadd(tsp, usp, vsp) \ argument 404 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \ 405 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \ 411 #define timespecsub(tsp, usp, vsp) \ argument 413 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \ 414 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/ |
| HD | spl-xdr.c | 293 xdrmem_enc_ushort(XDR *xdrs, unsigned short *usp) in xdrmem_enc_ushort() argument 297 return (xdrmem_enc_uint32(xdrs, *usp)); in xdrmem_enc_ushort() 301 xdrmem_dec_ushort(XDR *xdrs, unsigned short *usp) in xdrmem_dec_ushort() argument 317 *usp = val; in xdrmem_dec_ushort()
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/spi/ |
| HD | spi-sirf.txt | 4 - compatible : Should be "sirf,prima2-spi", "sirf,prima2-usp" 5 or "sirf,atlas7-usp"
|
| /freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/rpc/ |
| HD | xdr.h | 95 static inline bool_t xdr_u_short(XDR *xdrs, unsigned short *usp) in xdr_u_short() argument 97 return (xdrs->x_ops->xdr_u_short(xdrs, usp)); in xdr_u_short()
|
| /freebsd-13-stable/sys/contrib/device-tree/src/arm/ |
| HD | prima2.dtsi | 259 usp0: usp@b0080000 { 261 compatible = "sirf,prima2-usp"; 270 usp1: usp@b0090000 { 272 compatible = "sirf,prima2-usp"; 281 usp2: usp@b00a0000 { 283 compatible = "sirf,prima2-usp";
|
| HD | atlas6.dtsi | 254 usp0: usp@b0080000 { 256 compatible = "sirf,prima2-usp"; 265 usp1: usp@b0090000 { 267 compatible = "sirf,prima2-usp";
|
| HD | atlas7.dtsi | 1747 usp1: usp@10d30000 { 1756 usp2: usp@10d40000 { 1820 usp3: usp@11001000 { 1821 compatible = "sirf,atlas7-bt-usp", 1822 "sirf,prima2-usp-pcm";
|
| /freebsd-13-stable/sys/xdr/ |
| HD | xdr.c | 275 xdr_u_short(XDR *xdrs, u_short *usp) in xdr_u_short() argument 281 l = (u_long) *usp; in xdr_u_short() 288 *usp = (u_short) l; in xdr_u_short()
|
| /freebsd-13-stable/lib/libc/xdr/ |
| HD | xdr.c | 312 xdr_u_short(XDR *xdrs, u_short *usp) in xdr_u_short() argument 319 l = (u_long) *usp; in xdr_u_short() 326 *usp = (u_short) l; in xdr_u_short()
|
| /freebsd-13-stable/contrib/file/magic/Magdir/ |
| HD | claris | 37 # .usp are user dictionary bits
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| HD | M68kRegisterInfo.td | 69 defm SP : MxAddressRegister<7, "sp", ["usp", "ssp", "isp", "a7"]>;
|