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 198 const uint8_t new_byte = new_bytes[i]; local
199 if (expected_byte != new_byte) {
200 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/libnfc-nci/src/nfc/include/
rw_api.h 306 NFC_API extern tNFC_STATUS RW_T1tWriteErase (UINT8 block, UINT8 byte, UINT8 new_byte);
317 NFC_API extern tNFC_STATUS RW_T1tWriteNoErase (UINT8 block, UINT8 byte, UINT8 new_byte);
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 6617 IRExpr* new_byte; local
    [all...]
guest_amd64_toIR.c 8297 IRExpr* new_byte; local
    [all...]

Completed in 209 milliseconds