Searched refs:IsMore (Results 1 – 6 of 6) sorted by relevance
33 bool IsMore; in getSLEB128Size() local38 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in getSLEB128Size()40 } while (IsMore); in getSLEB128Size()
116 bool IsMore; in getSLEB128Size() local121 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in getSLEB128Size()123 } while (IsMore); in getSLEB128Size()
46 bool IsMore; in EmitSLEB128() local51 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in EmitSLEB128()52 if (IsMore) Byte |= 0x80; in EmitSLEB128()54 } while (IsMore); in EmitSLEB128()
190 bool IsMore; in emitSLEB128Bytes() local195 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in emitSLEB128Bytes()196 if (IsMore) Byte |= 0x80; in emitSLEB128Bytes()198 } while (IsMore); in emitSLEB128Bytes()
195 bool IsMore; in emitSLEB128Bytes() local200 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in emitSLEB128Bytes()201 if (IsMore) Byte |= 0x80; in emitSLEB128Bytes()203 } while (IsMore); in emitSLEB128Bytes()
315 bool IsMore; in emitSLEB128Bytes() local320 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0; in emitSLEB128Bytes()321 if (IsMore) Byte |= 0x80; in emitSLEB128Bytes()323 } while (IsMore); in emitSLEB128Bytes()