HomeSort by relevance Sort by last modified time
    Searched refs:high_byte (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
string-alloc-inl.h 58 int32_t high_byte)
59 : count_(count), src_array_(src_array), offset_(offset), high_byte_(high_byte) {
213 int32_t high_byte,
216 high_byte &= 0xff; // Extract the relevant bits before determining `compressible`.
218 kUseStringCompression && String::AllASCII<uint8_t>(src, byte_length) && (high_byte == 0);
220 SetStringCountAndBytesVisitor visitor(length_with_flag, array, offset, high_byte << 8);
string.h 122 int32_t high_byte,
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 472 byte_t high_byte = (c >> 8) & 0xff; local
474 int32_t offset = SubHeaderOffset(high_byte);
477 low_byte = high_byte;
478 high_byte = 0;
481 int32_t first_code = FirstCode(high_byte);
482 int32_t entry_count = EntryCount(high_byte);
488 int32_t id_range_offset = IdRangeOffset(high_byte);
503 int id_delta = IdDelta(high_byte);
509 int32_t high_byte = (c >> 8) & 0xff; local
510 int32_t offset = SubHeaderOffset(high_byte);
    [all...]

Completed in 1978 milliseconds