OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_byte
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/accounting/
card_table-inl.h
188
const byte
new_byte
= new_bytes[i];
local
189
if (expected_byte !=
new_byte
) {
190
modified(reinterpret_cast<byte*>(word_cur) + i, expected_byte,
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/chromium_org/third_party/leveldatabase/src/db/
log_test.cc
148
void SetByte(int offset, char
new_byte
) {
149
dest_.contents_[offset] =
new_byte
;
Completed in 803 milliseconds