HomeSort by relevance Sort by last modified time
    Searched defs:index_a (Results 1 - 3 of 3) sorted by null

  /external/vixl/test/
test-simulator-a64.cc 408 Register index_a = w5; local
431 __ Mov(index_a, 0);
433 __ Ldr(fa, MemOperand(inputs_base, index_a, UXTW, index_shift));
438 __ Add(index_a, index_a, 1);
439 __ Cmp(index_a, inputs_length);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_cbc.c 455 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
588 /* index_a is the hash block number that contains the 0x80 terminating
590 index_a = mac_end_offset / md_block_size;
669 * it in constant time. If the |i==index_a| then we'll include the 0x80
675 unsigned char is_block_a = constant_time_eq_8(i, index_a);
697 * index_a (the end of the data), then the 64-bit
698 * length didn't fit into index_a and we're having to
  /external/openssl/ssl/
s3_cbc.c 455 num_starting_blocks, k, mac_end_offset, c, index_a, index_b; local
588 /* index_a is the hash block number that contains the 0x80 terminating
590 index_a = mac_end_offset / md_block_size;
669 * it in constant time. If the |i==index_a| then we'll include the 0x80
675 unsigned char is_block_a = constant_time_eq_8(i, index_a);
697 * index_a (the end of the data), then the 64-bit
698 * length didn't fit into index_a and we're having to

Completed in 136 milliseconds