Searched refs:byte_idx (Results 1 – 11 of 11) sorted by relevance
826 uint32_t byte_idx; in ClearBit() local828 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() local868 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()
167 for (uint64_t byte_idx = 0; byte_idx < num_bytes - 1; byte_idx++) { in CFBitVectorSummaryProvider() local168 uint8_t byte = bytes[byte_idx]; in CFBitVectorSummaryProvider()
528 size_t i, j, byte_idx; in ifapi_profile_checkpcrs() local532 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()
311 uint8_t byte_idx = pcr / 8; in ifapi_read_pcr() local314 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() local357 if (flag & out_selection->pcrSelections[i].pcrSelect[byte_idx]) in ifapi_read_pcr()369 uint8_t byte_idx = pcr / 8; in ifapi_read_pcr() local372 if (flag & out_selection->pcrSelections[i].pcrSelect[byte_idx]) { in ifapi_read_pcr()
1990 uint8_t byte_idx = pcr / 8; in ifapi_calculate_pcr_digest() local1992 if (flag & pcr_selection->pcrSelections[i].pcrSelect[byte_idx]) { in ifapi_calculate_pcr_digest()
441 for (uint16_t byte_idx = 0; byte_idx < fec_packet->packet_mask_size; in InsertFecPacket() local442 ++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()
201 size_t byte_idx = (idx >> 3); // divide by 8 to get byte index in GetChildAtIndex() local203 lldb::addr_t byte_location = m_base_data_address + byte_idx; in GetChildAtIndex()
117 out_offset_.byte_idx = unwind_byte_idx; in UnwindIfThrottled()133 out_offset_.byte_idx = 0; in PrepareForSends()156 size_t byte_idx = 0; member1290 *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()
1352 for (unsigned byte_idx = 0; byte_idx < MIN2(bytes_left, 4); byte_idx++, reg.reg_b++) in get_reg_create_vector() local
83828 …<var-decl name="byte_idx" type-id="95e97e5e" visibility="default" filepath="sound/usb/card.h" line…
83810 …<var-decl name="byte_idx" type-id="95e97e5e" visibility="default" filepath="sound/usb/card.h" line…