Home
last modified time | relevance | path

Searched defs:zwidth (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddex_file.cc1131 static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth) { in ReadSignedInt()
1142 static uint32_t ReadUnsignedInt(const uint8_t* ptr, int zwidth, bool fill_on_right) { in ReadUnsignedInt()
1158 static int64_t ReadSignedLong(const uint8_t* ptr, int zwidth) { in ReadSignedLong()
1169 static uint64_t ReadUnsignedLong(const uint8_t* ptr, int zwidth, bool fill_on_right) { in ReadUnsignedLong()