Searched refs:UNCOMPRESSED_FILEIDX_SHIFT (Results 1 – 1 of 1) sorted by relevance
6319 #define UNCOMPRESSED_FILEIDX_SHIFT (29) macro6327 …eidx = (((uint32_t)slot & UNCOMPRESSED_FILEIDX_OFFSET_MASK) >> UNCOMPRESSED_FILEIDX_SHIFT) & UNCOM… in vm_uncompressed_extract_swap_file()6406 slot = (int)((1 << UNCOMPRESSED_FILEIDX_SHIFT) + uncompressed_file0_free_offset); in vm_uncompressed_reserve_space_in_swap()6420 slot = (int)((2 << UNCOMPRESSED_FILEIDX_SHIFT) + uncompressed_file1_free_offset); in vm_uncompressed_reserve_space_in_swap()