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