Searched defs:fill_on_right (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.cc1078 // "fill_on_right" indicates which side we want to zero-fill from.
1079 static uint32_t ReadUnsignedInt(const byte* ptr, int zwidth, bool fill_on_right) { argument
1081 if (!fill_on_right) {
1105 // "fill_on_right" indicates which side we want to zero-fill from.
1106 static uint64_t ReadUnsignedLong(const byte* ptr, int zwidth, bool fill_on_right) { argument
1108 if (!fill_on_right) {

Completed in 122 milliseconds