Searched refs:high (Results 1 - 5 of 5) sorted by relevance
/system/extras/libpagemap/ |
H A D | pm_process.c | 108 uint64_t low, uint64_t high, 116 if (!proc || (low > high) || !range_out || !len) 119 if (low == high) { 126 numpages = (high - low) / proc->ker->pagesize; 107 pm_process_pagemap_range(pm_process_t *proc, uint64_t low, uint64_t high, uint64_t **range_out, size_t *len) argument
|
/system/core/libcutils/ |
H A D | fs_config.c | 62 uint32_t low, high; local 65 high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); 66 return ((uint64_t) high << 32) | (uint64_t) low;
|
/system/vold/ |
H A D | MoveTask.cpp | 30 #define CONSTRAIN(amount, low, high) (amount < low ? low : (amount > high ? high : amount))
|
/system/core/liblog/ |
H A D | log_event_list.c | 350 uint32_t high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); local 351 return ((uint64_t) high << 32) | (uint64_t) low;
|
H A D | logprint.c | 555 uint32_t low, high; local 558 high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24); 559 return ((uint64_t) high << 32) | (uint64_t) low;
|
Completed in 99 milliseconds