Searched refs:n_chunk (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 3118 Int n_chunk; in read_procselfmaps_into_buf() local 3128 n_chunk = ML_(am_read)( sr_Res(fd), &procmap_buf[buf_n_tot], in read_procselfmaps_into_buf() 3130 if (n_chunk >= 0) in read_procselfmaps_into_buf() 3131 buf_n_tot += n_chunk; in read_procselfmaps_into_buf() 3132 } 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 …]
|