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

  /art/runtime/gc/accounting/
card_table-inl.h 195 const uint8_t new_byte = new_bytes[i]; local
196 if (expected_byte != new_byte) {
197 modified(reinterpret_cast<uint8_t*>(word_cur) + i, expected_byte, new_byte);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 630 Int new_byte = (num_bit_left >> 3); local
631 Int new_bit = num_bit_left - (new_byte << 3); /* between 0-7 */
640 bitstream1->byteCount = new_byte;
645 M4VENC_MEMCPY(ptrDst, ptrSrc, new_byte + 1);
650 for (i = 0; i < new_byte; i++)
664 ptrSrc = bitstream1->bitstreamBuffer + new_byte;
  /external/deqp-deps/SPIRV-Tools/test/
unit_spirv.h 144 const auto new_byte = local
146 word |= (new_byte << (8 * (byte_index % sizeof(uint32_t))));
  /external/swiftshader/third_party/SPIRV-Tools/test/
unit_spirv.h 144 const auto new_byte = local
146 word |= (new_byte << (8 * (byte_index % sizeof(uint32_t))));
  /external/tensorflow/tensorflow/core/lib/io/
recordio_test.cc 152 void SetByte(int offset, char new_byte) { contents_[offset] = new_byte; }

Completed in 134 milliseconds