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

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dpasswords_helper.h68 // password forms as the profile with index |index_b|.
69 bool ProfilesContainSamePasswordForms(int index_a, int index_b);
H A Dpasswords_helper.cc168 bool ProfilesContainSamePasswordForms(int index_a, int index_b) { argument
172 GetLogins(GetPasswordStore(index_b), forms_b);
182 LOG(ERROR) << "Password forms in Profile" << index_b << ":";
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_cbc.c404 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
513 /* index_b is the hash block number that contains the 64-bit hash
515 index_b = (mac_end_offset + md_length_size) / md_block_size;
586 unsigned char is_block_b = constant_time_eq_8(i, index_b);
606 /* If this is index_b (the final block), but not
616 /* If this is index_b, write a length byte. */
624 /* If this is index_b, copy the hash value to |mac_out|. */
/external/openssl/ssl/
H A Ds3_cbc.c419 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
555 /* index_b is the hash block number that contains the 64-bit hash
557 index_b = (mac_end_offset + md_length_size) / md_block_size;
640 unsigned char is_block_b = constant_time_eq_8(i, index_b);
660 /* If this is index_b (the final block), but not
670 /* If this is index_b, write a length byte. */
679 /* 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 2447 milliseconds