Searched defs:low (Results 1 - 6 of 6) sorted by relevance

/system/core/libcutils/
H A Dfs_config.c62 uint32_t low, high; local
64 low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24);
66 return ((uint64_t) high << 32) | (uint64_t) low;
/system/core/liblog/
H A Dlog_event_list.c349 uint32_t low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24); local
351 return ((uint64_t) high << 32) | (uint64_t) low;
H A Dlogprint.c555 uint32_t low, high; local
557 low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24);
559 return ((uint64_t) high << 32) | (uint64_t) low;
/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/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/bt/stack/include/
H A Dbtm_ble_api.h42 #define BTM_BLE_CONNECT_LO_DUTY_DIR_EVT 0x04 /* Connectable low duty
364 #define BTM_BLE_ADV_TX_POWER_LOW 1 /* low tx power */
390 UINT16 low; member in struct:__anon1094

Completed in 173 milliseconds