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) : (amo… argument
/system/extras/libpagemap/
Dpm_process.c108 uint64_t low, uint64_t high, in pm_process_pagemap_range()
/system/core/libcutils/
Dfs_config.c49 uint32_t low, high; in get8LE() local
/system/core/liblog/
Dlog_event_list.c375 uint32_t low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24); in get8LE() local
Dlogprint.c602 uint32_t low, high; in get8LE() local
/system/core/fs_mgr/
Dfs_mgr_avb.cpp124 uint8_t low; in hex_to_bytes() local
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h244 inline int low(int c) const { return format.c[c].l; } in low() function