Home
last modified time | relevance | path

Searched refs:byte_idx (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp826 uint32_t byte_idx; in ClearBit() local
828 byte_idx = buffer.length - (bit / 8) - 1; in ClearBit()
830 byte_idx = bit / 8; in ClearBit()
833 if (byte_idx < buffer.length) { in ClearBit()
834 buffer.bytes[byte_idx] &= ~(1u << byte_bit); in ClearBit()
866 uint32_t byte_idx; in SetBit() local
868 byte_idx = buffer.length - (bit / 8) - 1; in SetBit()
870 byte_idx = bit / 8; in SetBit()
873 if (byte_idx < buffer.length) { in SetBit()
874 buffer.bytes[byte_idx] |= (1u << byte_bit); in SetBit()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCF.cpp167 for (uint64_t byte_idx = 0; byte_idx < num_bytes - 1; byte_idx++) { in CFBitVectorSummaryProvider() local
168 uint8_t byte = bytes[byte_idx]; in CFBitVectorSummaryProvider()
/external/tpm2-tss/src/tss2-fapi/
Difapi_profiles.c528 size_t i, j, byte_idx; in ifapi_profile_checkpcrs() local
532 for (byte_idx = 0; byte_idx < 3; byte_idx++) { in ifapi_profile_checkpcrs()
534 if (pcr_profile->pcrSelections[i].pcrSelect[byte_idx] & in ifapi_profile_checkpcrs()
535 pcr_profile->pcrSelections[j].pcrSelect[byte_idx]) { in ifapi_profile_checkpcrs()
Difapi_policy_callbacks.c311 uint8_t byte_idx = pcr / 8; in ifapi_read_pcr() local
314 if (flag & profile_selection->pcrSelections[i].pcrSelect[byte_idx] && in ifapi_read_pcr()
315 flag & pcr_select->pcrSelect[byte_idx]) { in ifapi_read_pcr()
354 uint8_t byte_idx = pcr / 8; in ifapi_read_pcr() local
357 if (flag & out_selection->pcrSelections[i].pcrSelect[byte_idx]) in ifapi_read_pcr()
369 uint8_t byte_idx = pcr / 8; in ifapi_read_pcr() local
372 if (flag & out_selection->pcrSelections[i].pcrSelect[byte_idx]) { in ifapi_read_pcr()
Difapi_helpers.c1990 uint8_t byte_idx = pcr / 8; in ifapi_calculate_pcr_digest() local
1992 if (flag & pcr_selection->pcrSelections[i].pcrSelect[byte_idx]) { in ifapi_calculate_pcr_digest()
/external/webrtc/modules/rtp_rtcp/source/
Dforward_error_correction.cc441 for (uint16_t byte_idx = 0; byte_idx < fec_packet->packet_mask_size; in InsertFecPacket() local
442 ++byte_idx) { in InsertFecPacket()
444 fec_packet->pkt->data[fec_packet->packet_mask_offset + byte_idx]; in InsertFecPacket()
452 fec_packet->seq_num_base + (byte_idx << 3) + bit_idx); in InsertFecPacket()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxVector.cpp201 size_t byte_idx = (idx >> 3); // divide by 8 to get byte index in GetChildAtIndex() local
203 lldb::addr_t byte_location = m_base_data_address + byte_idx; in GetChildAtIndex()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc117 out_offset_.byte_idx = unwind_byte_idx; in UnwindIfThrottled()
133 out_offset_.byte_idx = 0; in PrepareForSends()
156 size_t byte_idx = 0; member
1290 *unwind_byte_idx = out_offset_.byte_idx; in PopulateIovs()
1296 out_offset_.byte_idx; in PopulateIovs()
1299 out_offset_.byte_idx; in PopulateIovs()
1302 out_offset_.byte_idx = 0; in PopulateIovs()
1316 out_offset_.byte_idx = slice_length - trailing; in UpdateOffsetForBytesSent()
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1352 for (unsigned byte_idx = 0; byte_idx < MIN2(bytes_left, 4); byte_idx++, reg.reg_b++) in get_reg_create_vector() local
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi83828 …<var-decl name="byte_idx" type-id="95e97e5e" visibility="default" filepath="sound/usb/card.h" line…
Dtest-PR27569-v0.abi83810 …<var-decl name="byte_idx" type-id="95e97e5e" visibility="default" filepath="sound/usb/card.h" line…