Home
last modified time | relevance | path

Searched refs:rmode (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/msun/tests/
H A Dfmaxmin_test.c45 #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 Dnfs_kdtrace.h74 #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 Dnfs_clvnops.c404 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 Dnfs_clrpcops.c262 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 Dnfs_kdtrace.h66 #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 Dutil.c553 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 Dftp.c678 char *rmode = "w"; in sendrequest() local
784 rmode = "r+w"; in sendrequest()
803 dout = dataconn(rmode); in sendrequest()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c1857 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 DAArch64InstrFormats.td4915 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 DChangeLog854 * ftp/ftp.c (sendrequest): lmode != rmode
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrMVE.td3559 class MVE_VRINT<string rmode, bits<3> op, string suffix, bits<2> size,
3561 : MVE_float<!strconcat("vrint", rmode), suffix, (outs MQPR:$Qd),