Searched refs:index_b (Results 1 - 2 of 2) sorted by relevance

/external/boringssl/src/crypto/cipher/
H A Dtls_cbc.c288 mac_end_offset, c, index_a, index_b; local
383 /* index_b is the hash block number that contains the 64-bit hash
385 index_b = (mac_end_offset + md_length_size) / md_block_size;
433 uint8_t is_block_b = constant_time_eq_8(i, index_b);
453 /* If this is index_b (the final block), but not
462 /* If this is index_b, write a length byte. */
471 /* If this is index_b, copy the hash value to |mac_out|. */
/external/lldb/source/Symbol/
H A DSymtab.cpp571 bool operator()(uint32_t index_a, uint32_t index_b) { argument
579 addr_t value_b = addr_cache[index_b];
582 value_b = symbols[index_b].GetAddress().GetFileAddress();
583 addr_cache[index_b] = value_b;
590 lldb::user_id_t uid_b = symbols[index_b].GetID();

Completed in 164 milliseconds