Home
last modified time | relevance | path

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

/libuv/include/uv/
H A Dtree.h283 #define SPLAY_INSERT(name, x, y) name##_SPLAY_INSERT(x, y) argument
284 #define SPLAY_REMOVE(name, x, y) name##_SPLAY_REMOVE(x, y) argument
285 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument
286 #define SPLAY_NEXT(name, x, y) name##_SPLAY_NEXT(x, y) argument
339 #define RB_AUGMENT(x) do {} while (0) argument
729 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) argument
730 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) argument
731 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument
732 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) argument
733 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument
[all …]
H A Derrno.h27 # define UV__ERR(x) (-(x)) argument
29 # define UV__ERR(x) (x) argument
/libuv/test/
H A Dtest-test-macros.c25 static int x; in test_macros_evil() local
H A Dtest-strtok.c58 #define ASSERT_STRCMP(x, y) \ argument
/libuv/src/unix/
H A Dtcp.c465 #define UV_KEEPALIVE_FACTOR(x) (x *= 1000) argument
467 #define UV_KEEPALIVE_FACTOR(x) argument
/libuv/src/
H A Didna.c163 unsigned x; in uv__idna_toascii_label() local
H A Duv-common.h45 # define UV__ERR(x) (-(x)) argument
47 # define UV__ERR(x) (x) argument
/libuv/src/win/
H A Dtty.c1153 CONSOLE_SCREEN_BUFFER_INFO* info, int x, unsigned char x_relative, int y, in uv__tty_make_real_coord()
1210 static int uv__tty_move_caret(uv_tty_t* handle, int x, unsigned char x_relative, in uv__tty_move_caret()
1956 int x, y, d; local

Completed in 27 milliseconds