Searched refs:should_swap (Results 1 – 2 of 2) sorted by relevance
55 bool should_swap = false; in get_macho_uuid() local60 should_swap = true; in get_macho_uuid()66 should_swap = true; in get_macho_uuid()84 ncmds = should_swap ? OSSwapInt32(ncmds) : ncmds; in get_macho_uuid()88 if ((should_swap ? OSSwapInt32(lcmd->cmd) : lcmd->cmd) == LC_UUID) { in get_macho_uuid()95 uint32_t cmdsize = should_swap ? OSSwapInt32(lcmd->cmdsize) : in get_macho_uuid()
2298 bool should_swap = false; in compressor_swapout_conditions_met() local2301 should_swap = true; in compressor_swapout_conditions_met()2305 should_swap = true; in compressor_swapout_conditions_met()2309 should_swap = true; in compressor_swapout_conditions_met()2312 return should_swap; in compressor_swapout_conditions_met()2318 boolean_t should_swap = FALSE; in compressor_needs_to_swap() local2339 should_swap = TRUE; in compressor_needs_to_swap()2344 should_swap = compressor_swapout_conditions_met(); in compressor_needs_to_swap()2345 if (should_swap) { in compressor_needs_to_swap()2374 should_swap = TRUE; in compressor_needs_to_swap()[all …]