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

/system/extras/libpagemap/
H A Dpm_process.c95 unsigned long low, unsigned long high,
102 if (!proc || (low >= high) || !range_out || !len)
105 firstpage = low / proc->ker->pagesize;
106 numpages = (high - low) / proc->ker->pagesize;
94 pm_process_pagemap_range(pm_process_t *proc, unsigned long low, unsigned long high, uint64_t **range_out, size_t *len) argument
/system/extras/libpagemap/include/pagemap/
H A Dpagemap.h129 unsigned long low, unsigned long hi,
/system/core/libcorkscrew/arch-arm/
H A Dbacktrace-arm.c149 uint32_t low = 0; local
151 while (low < high) {
152 uint32_t index = (low + high) / 2;
155 ALOGV("XXX low=%u, high=%u, index=%u", low, high, index);
174 low = index + 1;
/system/core/liblog/
H A Dlogprint.c422 uint32_t low, high; local
424 low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24);
426 return ((long long) high << 32) | (long long) low;
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h238 inline int low(int c) const { return format.c[c].l; } function in struct:android::GGLAssembler::pixel_t
239 inline int mask(int c) const { return ((1<<size(c))-1) << low(c); }
242 inline int component_size(int c) const { return hi(c) - low(c); }

Completed in 786 milliseconds