HomeSort by relevance Sort by last modified time
    Searched refs:block_index (Results 1 - 9 of 9) sorted by null

  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_shift_xor.c 28 y = ocb_ntz(ocb->block_index++);
ocb_init.c 127 ocb->block_index = 1;
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_shift_xor.c 27 y = pmac_ntz(pmac->block_index++);
pmac_init.c 126 pmac->block_index = 1;
  /external/chromium/net/base/
load_log_util.cc 40 if (entries_[i].block_index != -1 &&
41 static_cast<size_t>(entries_[i].block_index + 1) == i) {
75 : log_entry(log_entry), indentation(0), block_index(-1) {}
89 int block_index; // The index of the matching start / end of block. member in struct:net::__anon2538::FormatHelper::Entry
109 entry.block_index = start_index;
110 entries_[start_index].block_index = i;
153 int end_index = entries_[start_index].block_index;
182 static_cast<size_t>(entries_[index + 1].block_index) == index) {
  /external/chromium/net/disk_cache/
sparse_control.h 120 // Returns the number of bytes stored at |block_index|, if its allocation-bit
122 int PartialBlockLength(int block_index) const;
sparse_control.cc 550 int SparseControl::PartialBlockLength(int block_index) const {
551 if (block_index == child_data_.header.last_block)
556 if (block_index == entry_len >> 10)
  /external/qemu/block/
qcow2-refcount.c 82 int refcount_table_index, block_index; local
96 block_index = cluster_index &
98 return be16_to_cpu(s->refcount_block_cache[block_index]);
255 int block_index, refcount; local
280 block_index = cluster_index &
282 if (first_index == -1 || block_index < first_index) {
283 first_index = block_index;
285 if (block_index > last_index) {
286 last_index = block_index;
289 refcount = be16_to_cpu(s->refcount_block_cache[block_index]);
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 66 unsigned long block_index; /* index # for current block */ member in struct:__anon3459
150 unsigned long block_index; /* index # for current block */ member in struct:__anon3461

Completed in 407 milliseconds