Home
last modified time | relevance | path

Searched defs:RES (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/amd64/include/
H A Dvmm_snapshot.h102 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument
111 #define SNAPSHOT_VAR_OR_LEAVE(DATA, META, RES, LABEL) \ argument
119 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument
128 #define SNAPSHOT_VAR_CMP_OR_LEAVE(DATA, META, RES, LABEL) \ argument
/freebsd/lib/libc/tests/string/
H A Dbcmp_test.c30 #define RES(x) ((x) != 0) macro
H A Dtimingsafe_bcmp_test.c30 #define RES(x) ((x) != 0) macro
H A Dtimingsafe_memcmp_test.c30 #define RES(x) (((x) > 0) - ((x) < 0)) macro
H A Dmemcmp_test.c51 #define RES(x) (x) macro
/freebsd/contrib/unbound/daemon/
H A Dremote.h119 typedef struct remote_stream RES; typedef
/freebsd/usr.sbin/bhyve/
H A Dsnapshot.h115 #define SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(CTX, ADDR, LEN, RNULL, META, RES, LABEL) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp608 SDValue RES = LowerSDIVREM(Op, DAG); in ReplaceNodeResults() local