Searched refs:IsMore (Results 1 – 3 of 3) sorted by relevance
109 bool IsMore; in getSLEB128Size() local114 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in getSLEB128Size()116 } while (IsMore); in getSLEB128Size()
193 bool IsMore; in emitSLEB128Bytes() local198 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in emitSLEB128Bytes()199 if (IsMore) Byte |= 0x80; in emitSLEB128Bytes()201 } while (IsMore); in emitSLEB128Bytes()
196 bool IsMore; in emitSLEB128Bytes() local201 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in emitSLEB128Bytes()202 if (IsMore) Byte |= 0x80; in emitSLEB128Bytes()204 } while (IsMore); in emitSLEB128Bytes()