Home
last modified time | relevance | path

Searched defs:low (Results 1 – 7 of 7) sorted by relevance

/system/vold/
DMoveTask.cpp30 #define CONSTRAIN(amount, low, high) (amount < low ? low : (amount > high ? high : amount)) argument
/system/extras/libpagemap/
Dpm_process.c108 uint64_t low, uint64_t high, in pm_process_pagemap_range()
/system/core/libcutils/
Dfs_config.c62 uint32_t low, high; in get8LE() local
/system/core/liblog/
Dlog_event_list.c349 uint32_t low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24); in get8LE() local
Dlogprint.c555 uint32_t low, high; in get8LE() local
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h244 inline int low(int c) const { return format.c[c].l; } in low() function
/system/bt/stack/include/
Dbtm_ble_api.h390 UINT16 low; member