Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kdp/output_stages/
H A Dout_zlib.c49 #define ROUND_32B(x) (~31UL & (31 + (x))) macro
64 data->allocation_offset += ROUND_32B(items * size); // 32b align for vector crc in zlib_alloc()
278 …data->allocation_offset = ROUND_32B(sizeof(struct zlib_stage_data)); // Start allocating from the … in zlib_stage_initialize()