/freebsd/lib/msun/tests/ |
H A D | fmaxmin_test.c | 45 #define TEST(func, type, x, y, expected, rmode) do { \ argument 51 #func "(%.20Lg, %.20Lg) rmode%d", (x), (y), rmode); \ 54 (x), (y), rmode, __result, (expected)); \ 58 testall_r(long double big, long double small, int rmode) in testall_r() argument 62 TEST(fmaxf, float, big, small, expected_max, rmode); in testall_r() 63 TEST(fmaxf, float, small, big, expected_max, rmode); in testall_r() 64 TEST(fmax, double, big, small, expected_max, rmode); in testall_r() 65 TEST(fmax, double, small, big, expected_max, rmode); in testall_r() 66 TEST(fmaxl, long double, big, small, expected_max, rmode); in testall_r() 67 TEST(fmaxl, long double, small, big, expected_max, rmode); in testall_r() [all …]
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_kdtrace.h | 74 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) do { \ argument 78 (rmode), (error)); \ 111 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) argument
|
H A D | nfs_clvnops.c | 404 u_int32_t rmode; in nfs34_access_otw() local 409 &rmode); in nfs34_access_otw() 417 np->n_accesscache[i].mode = rmode; in nfs34_access_otw() 427 np->n_accesscache[lrupos].mode = rmode; in nfs34_access_otw() 432 *retmode = rmode; in nfs34_access_otw() 433 KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, cred->cr_uid, rmode, 0); in nfs34_access_otw() 456 u_int32_t mode, wmode, rmode; in nfs_access() local 552 ap->a_cred, &rmode); in nfs_access() 554 (rmode & mode) != mode) in nfs_access()
|
H A D | nfs_clrpcops.c | 262 u_int32_t mode, rmode; in nfsrpc_access() local 284 error = nfsrpc_accessrpc(vp, mode, cred, p, nap, attrflagp, &rmode); in nfsrpc_access() 291 if (!error && (rmode & mode) != mode) in nfsrpc_access() 304 u_int32_t supported, rmode; in nfsrpc_accessrpc() local 351 rmode = fxdr_unsigned(u_int32_t, *tl); in nfsrpc_accessrpc() 360 rmode &= supported; in nfsrpc_accessrpc() 361 *rmodep = rmode; in nfsrpc_accessrpc()
|
/freebsd/sys/nfs/ |
H A D | nfs_kdtrace.h | 66 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) do { \ argument 70 (rmode), (error)); \ 111 #define KDTRACE_NFS_ACCESSCACHE_LOAD_DONE(vp, uid, rmode, error) argument
|
/freebsd/contrib/tnftp/src/ |
H A D | util.c | 553 const char *rmode; in remglob() local 592 for (rmode = "w"; *++argv != NULL; rmode = "a") in remglob() 593 recvrequest("NLST", temp, *argv, rmode, 0, 0); in remglob()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | ftp.c | 678 char *rmode = "w"; in sendrequest() local 784 rmode = "r+w"; in sendrequest() 803 dout = dataconn(rmode); in sendrequest()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_rar.c | 1857 unsigned rmode, flags, rem, j, count; in read_exttime() local 1876 rmode = flags >> i * 4; in read_exttime() 1877 if (rmode & 8) in read_exttime() 1888 count = rmode & 3; in read_exttime() 1904 if (rmode & 4) in read_exttime()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 4915 class BaseFPToIntegerUnscaled<bits<2> type, bits<2> rmode, bits<3> opcode, 4927 let Inst{20-19} = rmode; 4935 class BaseFPToInteger<bits<2> type, bits<2> rmode, bits<3> opcode, 4948 let Inst{20-19} = rmode; 4955 multiclass FPToIntegerUnscaled<bits<2> rmode, bits<3> opcode, string asm, 4958 def UWHr : BaseFPToIntegerUnscaled<0b11, rmode, opcode, FPR16, GPR32, asm, 4965 def UXHr : BaseFPToIntegerUnscaled<0b11, rmode, opcode, FPR16, GPR64, asm, 4972 def UWSr : BaseFPToIntegerUnscaled<0b00, rmode, opcode, FPR32, GPR32, asm, 4978 def UXSr : BaseFPToIntegerUnscaled<0b00, rmode, opcode, FPR32, GPR64, asm, 4984 def UWDr : BaseFPToIntegerUnscaled<0b01, rmode, opcode, FPR64, GPR32, asm, [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ |
H A D | ChangeLog | 854 * ftp/ftp.c (sendrequest): lmode != rmode
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 3559 class MVE_VRINT<string rmode, bits<3> op, string suffix, bits<2> size, 3561 : MVE_float<!strconcat("vrint", rmode), suffix, (outs MQPR:$Qd),
|