Home
last modified time | relevance | path

Searched defs:byte_idx (Results 1 – 9 of 9) sorted by relevance

/external/tpm2-tss/src/tss2-fapi/
Difapi_policy_callbacks.c311 uint8_t byte_idx = pcr / 8; in ifapi_read_pcr() local
354 uint8_t byte_idx = pcr / 8; in ifapi_read_pcr() local
369 uint8_t byte_idx = pcr / 8; in ifapi_read_pcr() local
Difapi_profiles.c528 size_t i, j, byte_idx; in ifapi_profile_checkpcrs() local
Difapi_helpers.c1990 uint8_t byte_idx = pcr / 8; in ifapi_calculate_pcr_digest() local
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp826 uint32_t byte_idx; in ClearBit() local
866 uint32_t byte_idx; in SetBit() local
/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
/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
/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
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc156 size_t byte_idx = 0; member
/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