Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 33) sorted by relevance

12

/system/unwinding/libunwindstack/
DArmExidx.cpp177 inline bool ArmExidx::GetByte(uint8_t* byte) { in GetByte()
187 inline bool ArmExidx::DecodePrefix_10_00(uint8_t byte) { in DecodePrefix_10_00()
260 inline bool ArmExidx::DecodePrefix_10_01(uint8_t byte) { in DecodePrefix_10_01()
291 inline bool ArmExidx::DecodePrefix_10_10(uint8_t byte) { in DecodePrefix_10_10()
367 uint8_t byte; in DecodePrefix_10_11_0001() local
447 uint8_t byte; in DecodePrefix_10_11_0010() local
476 uint8_t byte; in DecodePrefix_10_11_0011() local
512 inline bool ArmExidx::DecodePrefix_10_11_1nnn(uint8_t byte) { in DecodePrefix_10_11_1nnn()
537 inline bool ArmExidx::DecodePrefix_10(uint8_t byte) { in DecodePrefix_10()
567 inline bool ArmExidx::DecodePrefix_11_000(uint8_t byte) { in DecodePrefix_11_000()
[all …]
DDwarfMemory.cpp50 uint8_t byte; in ReadULEB128() local
65 uint8_t byte; in ReadSLEB128() local
DDwarfOp.cpp1598 uint8_t byte; in GetLogInfo() local
/system/core/init/
Dinterprocess_fifo.cpp71 uint8_t byte; in Read() local
83 Result<void> InterprocessFifo::Write(uint8_t byte) noexcept { in Write()
Depoll_test.cpp60 uint8_t byte = 0xee; in TEST() local
Dservice.cpp553 Result<uint8_t> byte = cgroups_activated.Read(); in RunService() local
/system/nvram/messages/
Dio.cpp41 uint8_t byte = (value & 0x7f) | (((value >> 7) == 0) ? 0x00 : 0x80); in EncodeVarint() local
60 uint8_t byte = 0; in DecodeVarint() local
105 bool InputStreamBuffer::ReadByte(uint8_t* byte) { in ReadByte()
192 bool OutputStreamBuffer::WriteByte(uint8_t byte) { in WriteByte()
/system/core/trusty/utils/rpmb_dev/
Drpmb.h25 uint8_t byte[32]; member
Drpmb_protocol.h36 uint8_t byte[16]; member
40 uint8_t byte[2]; member
44 uint8_t byte[4]; member
/system/libziparchive/
Dentry_name_utils-inl.h33 const uint8_t byte = entry_name[i]; in IsValidEntryName() local
/system/chre/apps/test/chqts/src/general_test/
Dcell_info_gsm.cc41 for (uint8_t byte : identity.reserved) { in validateIdentity() local
/system/media/audio_utils/spdif/
DFrameScanner.cpp51 bool FrameScanner::scan(uint8_t byte) in scan()
DBitFieldParser.cpp44 uint8_t byte = mData[byteCursor]; in readBits() local
/system/nvram/messages/tests/
Dio_test.cpp83 uint8_t byte = 0; in TEST() local
98 uint8_t byte = 0; in TEST() local
116 uint8_t byte = 0; in TEST() local
/system/media/audio_utils/include/audio_utils/
DCircularBuffer.h131 void writeByte(uint8_t byte) { in writeByte()
/system/chre/platform/arm/include/chre/target_platform/
Datomic_base.h31 inline bool swapByte(volatile uint8_t *byte, uint32_t newValue) { in swapByte()
/system/update_engine/payload_consumer/
Dxz_extent_writer_unittest.cc142 for (uint8_t byte : compressed) { in TEST_F() local
/system/server_configurable_flags/aconfigd/tests/
DAconfigdJavaUtilsTest.java240 FakeAconfigdClientSocketImpl(Function<byte[], InputStream> sendFunc) { in FakeAconfigdClientSocketImpl()
/system/cros-codecs/src/codec/av1/
Dreader.rs46 let byte = u64::from(self.0.read_bits_aligned::<u32>(8)?); in read_leb128() localVariable
/system/cros-codecs/src/
Dbitstream_utils.rs258 let byte = self.read_bits_aligned::<u32>(8)?; in read_le() localVariable
277 let mut byte = self.get_byte()?; in move_to_next_byte() localVariable
/system/unwinding/libunwindstack/tests/
DDwarfMemoryTest.cpp69 uint8_t byte; in TEST_F() local
/system/update_engine/
Dtest_http_server.cc233 char byte = first_byte; in WritePayload() local
/system/tools/aidl/build/
Daidl_test.go39 func withFiles(files map[string][]byte) android.FixturePreparer {
/system/core/debuggerd/libdebuggerd/
Dtombstone_proto_to_text.cpp273 uint8_t byte = mem.memory()[offset + i]; in print_thread_memory_dump() local
/system/chre/host/hal_generic/common/
Dhal_client_manager.cc79 for (const uint8_t &byte : uuidBytes) { in getUuid() local

12