Home
last modified time | relevance | path

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

/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h68 inline bool IsOutRange(const T &v, const T &low, const T &high) { in IsOutRange()
74 inline bool IsInRange(const T &v, const T &low, const T &high) { in IsInRange()
/system/core/fs_mgr/libfs_avb/
Dutil.cpp66 uint8_t low; in HexToBytes() local
/system/vold/
DMoveStorage.cpp32 #define CONSTRAIN(amount, low, high) \ argument
/system/update_engine/common/
Dutils.cc1174 int low{}; in ParseRollbackKeyVersion() local
/system/memory/lmkd/
Dlmkd.cpp363 int64_t low; member
591 static int clamp(int low, int high, int value) { in clamp()