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

/openbsd-current/lib/libssl/
H A Ds3_cbc.c399 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;
567 unsigned char is_block_b = constant_time_eq_8(i, index_b);
586 /* If this is index_b (the final block), but not
595 /* If this is index_b, write a length byte. */
603 /* If this is index_b, copy the hash value to |mac_out|. */
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp583 bool operator()(uint32_t index_a, uint32_t index_b) { argument
590 addr_t value_b = addr_cache[index_b];
592 value_b = symbols[index_b].GetAddressRef().GetFileAddress();
593 addr_cache[index_b] = value_b;
599 lldb::user_id_t uid_b = symbols[index_b].GetID();
/openbsd-current/gnu/gcc/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 85 milliseconds