Home
last modified time | relevance | path

Searched defs:a (Results 1 – 18 of 18) sorted by relevance

/libuv/test/
H A Dtask.h221 #define ASSERT_STR_EQ(a, b) \ argument
224 #define ASSERT_STR_NE(a, b) \ argument
227 #define ASSERT_MEM_EQ(a, b, size) \ argument
230 #define ASSERT_MEM_NE(a, b, size) \ argument
233 #define ASSERT_MEM_HEX_EQ(a, b, size) \ argument
236 #define ASSERT_MEM_HEX_NE(a, b, size) \ argument
239 #define ASSERT_NULL(a) \ argument
242 #define ASSERT_NOT_NULL(a) \ argument
245 #define ASSERT_PTR_EQ(a, b) \ argument
248 #define ASSERT_PTR_NE(a, b) \ argument
[all …]
H A Dtest-test-macros.c31 char* a = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TEST_IMPL() local
H A Dtest-hrtime.c35 uint64_t a, b, diff; in TEST_IMPL() local
H A Dbenchmark-udp-pummel.c223 #define X(a, b) \ argument
H A Drunner.c34 const task_entry_t* a = va; in compare_task() local
H A Dtest-poll.c50 #define MIN(a, b) (((a) < (b)) ? (a) : (b)); argument
/libuv/src/
H A Didna.c73 unsigned a) { in uv__utf8_decode1_slow()
139 unsigned a; in uv__utf8_decode1() local
H A Dtimer.c40 const uv_timer_t* a; in timer_less_than() local
H A Dfs-poll.c258 static int statbuf_eq(const uv_stat_t* a, const uv_stat_t* b) { in statbuf_eq()
H A Duv-common.h54 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) argument
55 #define ARRAY_END(a) ((a) + ARRAY_SIZE(a)) argument
/libuv/src/win/
H A Dprocess.c600 static int env_strncmp(const wchar_t* a, int na, const wchar_t* b) { in env_strncmp()
622 static int qsort_wcscmp(const void *a, const void *b) { in qsort_wcscmp()
H A Dfs.c136 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
/libuv/src/unix/
H A Dos390.c455 #define MAX(a,b) (((a)>(b))?(a):(b)) in uv_interface_addresses() argument
H A Dinternal.h111 #define ROUND_UP(a, b) \ argument
H A Daix.c66 #define EQ(a,b) (strcmp(a,b) == 0) argument
H A Dcore.c82 # define uv__accept4(a, b, c, d) paccept((a), (b), (c), NULL, (d)) argument
H A Dfs.c570 static int uv__fs_scandir_sort(const uv__dirent_t** a, const uv__dirent_t** b) { in uv__fs_scandir_sort()
H A Dlinux.c2420 static int compare_watchers(const struct watcher_list* a, in compare_watchers()

Completed in 71 milliseconds