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

/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds3_cbc.c434 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
591 * index_b is the hash block number that contains the 64-bit hash length,
594 index_b = (mac_end_offset + md_length_size) / md_block_size;
686 unsigned char is_block_b = constant_time_eq_8(i, index_b);
709 * If this is index_b (the final block), but not index_a (the end
719 /* If this is index_b, write a length byte. */
730 /* If this is index_b, copy the hash value to |mac_out|. */
/freebsd-10.1-release/contrib/llvm/tools/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();
/freebsd-10.1-release/contrib/gcc/
H A Dtree-data-ref.c3581 int index_b = index_in_loop_nest (CHREC_VARIABLE (access_fn_b),
3592 index = index_a < index_b ? index_a : index_b;
3577 int index_b = index_in_loop_nest (CHREC_VARIABLE (access_fn_b), local

Completed in 125 milliseconds