Searched refs:j (Results 1 – 10 of 10) sorted by relevance
/libuv/test/ |
H A D | test-strtok.c | 71 size_t j; in TEST_IMPL() local 76 for (i = 0, j = 0; i < tests_len; i += 1) { in TEST_IMPL() 77 ASSERT_LT(j, tokens_len); in TEST_IMPL() 80 ASSERT_STRCMP(tok_r, tokens[j]); in TEST_IMPL() 81 j++; in TEST_IMPL() 83 ASSERT_LT(j, tokens_len); in TEST_IMPL() 85 ASSERT_STRCMP(tok_r, tokens[j]); in TEST_IMPL() 86 j++; in TEST_IMPL()
|
H A D | test-stdio-over-pipes.c | 221 int j; in stdio_over_pipes_helper() local 242 for (j = 0; j < 2; j++) { in stdio_over_pipes_helper() 255 (uv_stream_t*) (j == 0 ? &stdout_pipe1 : &stdout_pipe2), in stdio_over_pipes_helper() 265 ASSERT_EQ(after_write_called, 7 * (j + 1)); in stdio_over_pipes_helper() 266 ASSERT_EQ(on_pipe_read_called, j); in stdio_over_pipes_helper() 274 r = uv_read_start((uv_stream_t*) (j == 0 ? &stdin_pipe1 : &stdin_pipe2), in stdio_over_pipes_helper() 281 ASSERT_EQ(after_write_called, 7 * (j + 1)); in stdio_over_pipes_helper() 282 ASSERT_EQ(on_pipe_read_called, j + 1); in stdio_over_pipes_helper()
|
H A D | test-tcp-writealot.c | 116 int i, j, r; in connect_cb() local 128 for (j = 0; j < CHUNKS_PER_WRITE; j++) { in connect_cb() 129 send_bufs[j] = uv_buf_init(send_buffer + bytes_sent, CHUNK_SIZE); in connect_cb()
|
/libuv/src/unix/ |
H A D | openbsd.c | 193 int i, j; in uv_cpu_info() local 239 for (j = 0; j < i; j++) in uv_cpu_info() 240 uv__free((*cpu_infos)[j].model); in uv_cpu_info()
|
H A D | core.c | 1386 int i, j, cnt; in uv_os_environ() local 1399 for (j = 0, cnt = 0; j < i; j++) { in uv_os_environ() 1403 if (environ[j] == NULL) in uv_os_environ() 1406 buf = uv__strdup(environ[j]); in uv_os_environ()
|
/libuv/docs/src/static/diagrams.key/Metadata/ |
H A D | Properties.plist | 3 …-B18A1E552682 U1.2.0_$F69E9CD9-EEF1-4223-9DA4-A1EA7FE112BA '4@L`j������…
|
/libuv/src/win/ |
H A D | tty.c | 1700 unsigned int j; local 1702 for (j = 0; j < buf.len; j++) { 1703 unsigned char c = buf.base[j]; 1749 j--;
|
/libuv/ |
H A D | CONTRIBUTING.md | 93 $ git config --global user.email "j.random.user@example.com"
|
H A D | README.md | 195 $ cmake --build build # add `-j <n>` with cmake >= 3.12
|
H A D | LICENSE-docs | 123 j. Sui Generis Database Rights means rights other than copyright
|
Completed in 37 milliseconds