Searched refs:low (Results 1 - 8 of 8) sorted by relevance

/system/extras/libpagemap/
H A Dpm_process.c108 uint64_t low, uint64_t high,
116 if (!proc || (low > high) || !range_out || !len)
119 if (low == high) {
125 firstpage = low / proc->ker->pagesize;
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/vold/
H A DMoveTask.cpp30 #define CONSTRAIN(amount, low, high) ((amount) < (low) ? (low) : ((amount) > (high) ? (high) : (amount)))
/system/core/fs_mgr/
H A Dfs_mgr_avb.cpp77 uint8_t low; local
78 if (!nibble_value(hex[i + 1], &low)) {
81 bytes[j] = (high << 4) | low;
/system/core/libcutils/
H A Dfs_config.cpp48 uint32_t low, high; local
50 low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24);
52 return ((uint64_t)high << 32) | (uint64_t)low;
/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h160 uint64_t low, uint64_t hi,
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h244 inline int low(int c) const { return format.c[c].l; } function in struct:android::GGLAssembler::pixel_t
245 inline int mask(int c) const { return ((1<<size(c))-1) << low(c); }
248 inline int component_size(int c) const { return hi(c) - low(c); }
/system/core/liblog/
H A Dlog_event_list.c375 uint32_t low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24); local
377 return ((uint64_t)high << 32) | (uint64_t)low;
H A Dlogprint.c603 uint32_t low, high; local
605 low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24);
607 return ((uint64_t)high << 32) | (uint64_t)low;

Completed in 1651 milliseconds