Searched refs:high (Results 1 – 4 of 4) sorted by relevance
95 unsigned long low, unsigned long high, in pm_process_pagemap_range() argument102 if (!proc || (low >= high) || !range_out || !len) in pm_process_pagemap_range()106 numpages = (high - low) / proc->ker->pagesize; in pm_process_pagemap_range()
150 uint32_t high = exidx_size; in get_exception_handler() local151 while (low < high) { in get_exception_handler()152 uint32_t index = (low + high) / 2; in get_exception_handler()155 ALOGV("XXX low=%u, high=%u, index=%u", low, high, index); in get_exception_handler()162 high = index; in get_exception_handler()
422 uint32_t low, high; in get8LE() local425 high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); in get8LE()426 return ((long long) high << 32) | (long long) low; in get8LE()
252 # Memory management. Basic kernel parameters, and allow the high