Searched refs:n_chunk (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/meta/ |
D | multi_thread_common.h | 106 const std::int32_t n_chunk = n / real_tasks; in PrepareTasks() local 108 tasks->push_back(TaskRect(0, m, i * n_chunk, n_chunk)); in PrepareTasks() 110 const std::int32_t last_n_offset = (real_tasks - 1) * n_chunk; in PrepareTasks()
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 3299 Int n_chunk; in read_procselfmaps_into_buf() local 3309 n_chunk = ML_(am_read)( sr_Res(fd), &procmap_buf[buf_n_tot], in read_procselfmaps_into_buf() 3311 if (n_chunk >= 0) in read_procselfmaps_into_buf() 3312 buf_n_tot += n_chunk; in read_procselfmaps_into_buf() 3313 } while ( n_chunk > 0 && buf_n_tot < M_PROCMAP_BUF ); in read_procselfmaps_into_buf()
|
/external/libxml2/ |
D | testapi.c | 1529 int n_chunk; in test_htmlCreatePushParserCtxt() local 1539 for (n_chunk = 0;n_chunk < gen_nb_const_char_ptr;n_chunk++) { in test_htmlCreatePushParserCtxt() 1546 chunk = gen_const_char_ptr(n_chunk, 2); in test_htmlCreatePushParserCtxt() 1556 des_const_char_ptr(n_chunk, (const char *)chunk, 2); in test_htmlCreatePushParserCtxt() 1567 printf(" %d", n_chunk); in test_htmlCreatePushParserCtxt() 2266 int n_chunk; in test_htmlParseChunk() local 2273 for (n_chunk = 0;n_chunk < gen_nb_const_char_ptr;n_chunk++) { in test_htmlParseChunk() 2278 chunk = gen_const_char_ptr(n_chunk, 1); in test_htmlParseChunk() 2287 des_const_char_ptr(n_chunk, (const char *)chunk, 1); in test_htmlParseChunk() 2296 printf(" %d", n_chunk); in test_htmlParseChunk() [all …]
|