Home
last modified time | relevance | path

Searched refs:j (Results 1 – 10 of 10) sorted by relevance

/libuv/test/
H A Dtest-strtok.c71 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 Dtest-stdio-over-pipes.c221 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 Dtest-tcp-writealot.c116 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 Dopenbsd.c193 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 Dcore.c1376 int i, j, cnt; in uv_os_environ() local
1389 for (j = 0, cnt = 0; j < i; j++) { in uv_os_environ()
1393 if (environ[j] == NULL) in uv_os_environ()
1396 buf = uv__strdup(environ[j]); in uv_os_environ()
/libuv/docs/src/static/diagrams.key/Metadata/
H A DProperties.plist3 …-B18A1E552682 U1.2.0_$F69E9CD9-EEF1-4223-9DA4-A1EA7FE112BA��� �'�4�@�L�`�j�������������������…
/libuv/src/win/
H A Dtty.c1700 unsigned int j; local
1702 for (j = 0; j < buf.len; j++) {
1703 unsigned char c = buf.base[j];
1749 j--;
/libuv/
H A DCONTRIBUTING.md93 $ git config --global user.email "j.random.user@example.com"
H A DREADME.md195 $ cmake --build build # add `-j <n>` with cmake >= 3.12
H A DLICENSE-docs123 j. Sui Generis Database Rights means rights other than copyright

Completed in 27 milliseconds