Home
last modified time | relevance | path

Searched defs:high (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.cpp62 uint8_t high; in HexToBytes() local
/system/vold/
DMoveStorage.cpp32 #define CONSTRAIN(amount, low, high) \ argument
/system/update_engine/common/
Dutils.cc1173 int high{}; in ParseRollbackKeyVersion() local
/system/memory/lmkd/
Dlmkd.cpp364 int64_t high; member
591 static int clamp(int low, int high, int value) { in clamp()