Searched refs:Chunk (Results 1 – 10 of 10) sorted by relevance
24 - Chunk *c = (Chunk *)&buffer;26 + Chunk *c = (Chunk *)buffer;
48 /* Chunk with information about features68 /* Chunk with with lossless image data. */82 /* Chunk with animation frame. */
311 Chunk* chunk = (Chunk*)mem; in Free()312 memset( chunk, 0xfe, sizeof(Chunk) ); in Free()323 union Chunk { union324 Chunk* next;328 Chunk chunk[COUNT];331 Chunk* root;
309 …0.000 ( 0.000 ms): Web Content/17136 minfault [js::gc::Chunk::fetchNextDecommittedArena+0x4b] => 0…312 … js::gc::Chunk::fetchNextDecommittedArena (/usr/lib64/firefox/libxul.so)313 js::gc::Chunk::allocateArena (/usr/lib64/firefox/libxul.so)
82 Chunk size in sectors. This parameter is often known as235 # Chunk size of 1MiB243 # Chunk size of 1MiB, force RAID initialization,
304 u16 Chunk = BlockSize > CHUNK_SIZE ? CHUNK_SIZE : BlockSize; in WriteBlock() local306 if (write_chunk(state, Address, pBlock, Chunk, Flags) < 0) in WriteBlock()308 pBlock += Chunk; in WriteBlock()309 Address += (Chunk >> 1); in WriteBlock()310 BlockSize -= Chunk; in WriteBlock()
342 # Offset Size Raid Number Chunk 1st Start 2nd Start
626 - Chunk: A contiguous collection of bursts
11951 Chunk size of omp schedule for loops parallelized by parloops.