/libuv/test/ |
H A D | task.h | 221 #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 D | test-test-macros.c | 31 char* a = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in TEST_IMPL() local
|
H A D | test-hrtime.c | 35 uint64_t a, b, diff; in TEST_IMPL() local
|
H A D | benchmark-udp-pummel.c | 223 #define X(a, b) \ argument
|
H A D | runner.c | 34 const task_entry_t* a = va; in compare_task() local
|
H A D | test-poll.c | 50 #define MIN(a, b) (((a) < (b)) ? (a) : (b)); argument
|
/libuv/src/ |
H A D | idna.c | 73 unsigned a) { in uv__utf8_decode1_slow() 139 unsigned a; in uv__utf8_decode1() local
|
H A D | timer.c | 40 const uv_timer_t* a; in timer_less_than() local
|
H A D | fs-poll.c | 258 static int statbuf_eq(const uv_stat_t* a, const uv_stat_t* b) { in statbuf_eq()
|
H A D | uv-common.h | 54 #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 D | process.c | 600 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 D | fs.c | 136 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
|
/libuv/src/unix/ |
H A D | os390.c | 455 #define MAX(a,b) (((a)>(b))?(a):(b)) in uv_interface_addresses() argument
|
H A D | internal.h | 111 #define ROUND_UP(a, b) \ argument
|
H A D | aix.c | 66 #define EQ(a,b) (strcmp(a,b) == 0) argument
|
H A D | core.c | 82 # define uv__accept4(a, b, c, d) paccept((a), (b), (c), NULL, (d)) argument
|
H A D | fs.c | 575 static int uv__fs_scandir_sort(const uv__dirent_t** a, const uv__dirent_t** b) { in uv__fs_scandir_sort()
|
H A D | linux.c | 2435 static int compare_watchers(const struct watcher_list* a, in compare_watchers()
|