HomeSort by: relevance | last modified time | path
    Searched refs:vx (Results 1 - 15 of 15) sorted by relevancy

  /src/tests/kernel/
t_zombie.c 66 uintmax_t vx = (x); \
68 int ret = vx == vy; \
72 #x, vx, #y, vy); \
77 uintmax_t vx = (x); \
79 int ret = vx != vy; \
83 #x, vx, #y, vy); \
  /src/tests/lib/libc/sys/
t_ptrace_wait.h 134 uintmax_t vx = (x); \
136 int ret = vx == vy; \
138 ATF_REQUIRE_EQ_MSG(vx, vy, \
140 #x, vx, vx, #y, vy, vy); \
145 uintmax_t vx = (x); \
147 int ret = vx == vy; \
149 ATF_CHECK_EQ_MSG(vx, vy, \
151 #x, vx, vx, #y, vy, vy);
    [all...]
t_ptrace.c 71 uintmax_t vx = (x); \
73 int ret = vx == vy; \
77 #x, vx, #y, vy); \
t_fork.c 64 uintmax_t vx = (x); \
66 int ret = vx == vy; \
70 #x, vx, #y, vy); \
75 uintmax_t vx = (x); \
77 int ret = vx != vy; \
81 #x, vx, #y, vy); \
  /src/games/warp/
object.c 21 make_object(char typ, char img, int px, int py, int vx, int vy, long energ,
43 obj->velx = vx;
  /src/games/hack/
hack.mklev.c 370 comp(const void *vx, const void *vy)
372 const struct mkroom *x = vx, *y = vy;
  /src/sys/dev/
vnd.c 160 #define VND_PUTXFER(vnd, vx) pool_put(&(vnd)->sc_vxpool, (vx))
  /src/lib/librumpuser/build-aux/
config.sub 1231 vpp*|vx|vx-*)
  /src/sys/external/isc/libsodium/dist/build-aux/
config.sub 1236 vpp*|vx|vx-*)
  /src/sys/external/isc/libsodium/dist/
config.sub 1197 vpp*|vx|vx-*)
configure 149 *v*x* | *x*v* ) as_opts=-vx ;;
258 *v*x* | *x*v* ) as_opts=-vx ;;
  /src/tests/bin/sh/
t_option.sh 1017 test_option_on_off aeu vx Ca aCefux
  /src/tools/make/
configure 149 *v*x* | *x*v* ) as_opts=-vx ;;
250 *v*x* | *x*v* ) as_opts=-vx ;;
  /src/lib/librumpuser/
configure 149 *v*x* | *x*v* ) as_opts=-vx ;;
250 *v*x* | *x*v* ) as_opts=-vx ;;
  /src/tools/compat/
configure 129 *v*x* | *x*v* ) as_opts=-vx ;;
253 *v*x* | *x*v* ) as_opts=-vx ;;

Completed in 43 milliseconds