HomeSort by relevance Sort by last modified time
    Searched defs:leb128 (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
LEB128.h 1 //===- LEB128.h -----------------------------------------------------------===//
17 namespace leb128 { namespace in namespace:mcld
58 * Encoding functions for signed LEB128.
82 * Decoding functions for signed LEB128.
92 * rid of annoying type conversions when using the LEB128 encoding/decoding APIs
110 } // namespace leb128
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 1 //===- LEB128.cpp ---------------------------------------------------------===//
9 #include "mcld/Support/LEB128.h"
13 namespace leb128 { namespace in namespace:mcld
15 //===---------------------- LEB128 Encoding APIs -------------------------===//
93 //===---------------------- LEB128 Decoding APIs -------------------------===//
179 * Signed LEB128 decoding is Similar to the unsigned version but setup the sign
223 } // namespace leb128

Completed in 534 milliseconds