Home
last modified time | relevance | path

Searched refs:GetAlignSize (Results 1 - 2 of 2) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile.cpp71 if (GetAlignSize(sizeof(uint8_t)) != sizeof(uint8_t)) { in ReadUint8()
84 if (GetAlignSize(sizeof(uint16_t)) != sizeof(uint16_t)) { in ReadUint16()
113 uint32_t alignSize = GetAlignSize(value.length() + 1) - (value.length() + 1); in ReadString()
125 if (GetAlignSize(OPCODE_BYTE_WIDTH) == OPCODE_BYTE_WIDTH) { in GetNextByteCode()
137 uint32_t nodeHash = static_cast<uint32_t>(file_.tellg()) - GetAlignSize(OPCODE_BYTE_WIDTH); in RebuildNode()
H A Ddecompile.h32 uint32_t GetAlignSize(uint32_t size) const in GetAlignSize() function in OHOS::Hardware::Decompile

Completed in 1 milliseconds