HomeSort by relevance Sort by last modified time
    Searched refs:n_chunks (Results 1 - 5 of 5) sorted by null

  /external/qemu/block/
dmg.c 37 * 0<=i<n_chunks */
39 uint32_t n_chunks; member in struct:BDRVDMGState
84 s->n_chunks = 0;
129 new_size = sizeof(uint64_t) * (s->n_chunks + chunk_count);
136 for(i=s->n_chunks;i<s->n_chunks+chunk_count;i++) {
168 s->n_chunks+=chunk_count;
178 s->current_chunk = s->n_chunks;
188 if(chunk_num>=s->n_chunks || s->sectors[chunk_num]>sector_num ||
198 uint32_t chunk1=0,chunk2=s->n_chunks,chunk3
    [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 261 Int n_chunks )
267 for (i = 0; i < n_chunks; i++) {
284 Int n_chunks )
291 hi = n_chunks-1;
322 tl_assert(retVal == find_chunk_for_OLD ( ptr, chunks, n_chunks ));
337 UInt n_mallocs, n_chunks, m, s; local
355 n_chunks = n_mallocs;
366 n_chunks++;
371 tl_assert(n_chunks > 0);
372 n_chunks--
    [all...]
mc_malloc_wrappers.c 583 UInt n_chunks, i, bad = 0; local
586 MC_Chunk **chunks = (MC_Chunk**) VG_(HT_to_array)( mp->chunks, &n_chunks );
613 VG_(ssort)((void*)chunks, n_chunks, sizeof(VgHashNode*), mp_compar);
616 for (i = 0; i < n_chunks-1; i++) {
621 i+1, n_chunks);
627 for (i = 0; i < n_chunks-1; i++) {
631 i+1, n_chunks);
639 n_chunks);
640 for (i = 0; i < n_chunks; ++i) {
645 n_chunks,
    [all...]
  /external/bluetooth/glib/tests/
slice-test.c 297 guint n, n_chunks = g_slice_get_config (G_SLICE_CONFIG_CHUNK_SIZES); local
299 for (i = 0; i < n_chunks; i++)
  /external/bluetooth/glib/glib/
gslice.c 1004 gsize addr, padding, n_chunks, color = 0; local
    [all...]

Completed in 155 milliseconds