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

  /external/chromium_org/third_party/libwebp/utils/
color_cache.c 23 const int hash_size = 1 << hash_bits; local
26 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
  /external/webp/src/utils/
color_cache.c 23 const int hash_size = 1 << hash_bits; local
26 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
  /external/chromium_org/crypto/
symmetric_key_win.cc 138 DWORD hash_size = 0; local
141 hash_size = 20;
144 hash_size = 32;
147 hash_size = 48;
150 hash_size = 64;
153 if (hash_size == 0)
158 return (key_size_in_bits >= (hash_size / 2 * 8) &&
239 DWORD hash_size,
271 std::vector<BYTE> hash_value(hash_size);
273 DWORD size = hash_size;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_cache.c 170 int hash_size = cso_hash_size(hash); local
171 int max_entries = (max_size > hash_size) ? max_size : hash_size;
173 if (hash_size > max_size)
174 to_remove += hash_size - max_size;
cso_context.c 215 int hash_size = cso_hash_size(hash); local
216 int max_entries = (max_size > hash_size) ? max_size : hash_size;
219 if (hash_size > max_size)
220 to_remove += hash_size - max_size;
    [all...]
  /external/e2fsprogs/intl/
gettextP.h 109 nls_uint32 hash_size; member in struct:loaded_domain
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.c 170 int hash_size = cso_hash_size(hash); local
171 int max_entries = (max_size > hash_size) ? max_size : hash_size;
173 if (hash_size > max_size)
174 to_remove += hash_size - max_size;
cso_context.c 215 int hash_size = cso_hash_size(hash); local
216 int max_entries = (max_size > hash_size) ? max_size : hash_size;
219 if (hash_size > max_size)
220 to_remove += hash_size - max_size;
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 41 size_t hash_size; member in struct:tlsv1_record_layer
  /external/e2fsprogs/e2fsck/
revoke.c 94 int hash_size; member in struct:jbd_revoke_table_s
117 (block << (hash_shift - 12))) & (table->hash_size - 1);
200 int journal_init_revoke(journal_t *journal, int hash_size)
210 /* Check that the hash_size is a power of two */
211 J_ASSERT ((hash_size & (hash_size-1)) == 0);
213 journal->j_revoke->hash_size = hash_size;
216 tmp = hash_size;
222 kmalloc(hash_size * sizeof(struct list_head), GFP_KERNEL)
    [all...]
  /external/fio/t/
genzipf.c 36 static unsigned long hash_size = 1 << 24; variable
196 hash_size = nranges;
197 while ((hash_size >>= 1) != 0)
200 hash_size = 1 << hash_bits;
202 hash = malloc(hash_size * sizeof(struct flist_head));
203 for (i = 0; i < hash_size; i++)
  /system/extras/verity/
build_verity_tree.cpp 21 uint64_t hash_size; member in struct:sparse_hash_ctx
36 size_t verity_tree_blocks(uint64_t data_size, size_t block_size, size_t hash_size,
40 int hashes_per_block = div_round_up(block_size, hash_size);
101 memcpy(ctx->hashes, ctx->zero_block_hash, ctx->hash_size);
102 ctx->hashes += ctx->hash_size;
192 size_t hash_size = EVP_MD_size(md); local
193 assert(hash_size * 2 < block_size);
196 salt_size = hash_size;
223 level_blocks = verity_tree_blocks(calculate_size, block_size, hash_size, levels);
267 level_blocks = verity_tree_blocks(len, block_size, hash_size, levels)
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_util.cc 59 size_t hash_size = 0; local
61 hash_size = sizeof(SBPrefix);
63 hash_size = sizeof(SBFullHash);
68 const size_t hash_count = chunk->hashes().size() / hash_size;
69 if (hash_count * hash_size != chunk->hashes().size())
  /external/chromium_org/third_party/zlib/
deflate.h 140 uInt hash_size; /* number of elements in hash table */ member in struct:internal_state
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
  /external/dnsmasq/src/
cache.c 26 static int bignames_left, hash_size; variable
108 /* hash_size is a power of two. */
114 else if (new_size <= hash_size || !(new = whine_malloc(new_size * sizeof(struct crec *))))
121 old_size = hash_size;
123 hash_size = new_size;
150 /* hash_size is a power of two */
151 return hash_table + ((val ^ (val >> 16)) & (hash_size - 1));
307 for (i = 0; i < hash_size; i++)
600 for (i=0; i<hash_size; i++)
673 for (i=0; i<hash_size; i++
    [all...]
  /external/openssl/ssl/
t1_enc.c 914 int hash_size; local
921 hash_size = EVP_MD_size(md);
922 if (!hdgst || hash_size < 0 || (size_t)hash_size > out_len)
930 digest_len != (unsigned int)hash_size) /* internal error */
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
deflate.h 140 uInt hash_size; /* number of elements in hash table */ member in struct:internal_state
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
  /external/qemu/distrib/zlib-1.2.8/
deflate.h 140 uInt hash_size; /* number of elements in hash table */ member in struct:internal_state
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
  /external/zlib/src/
deflate.h 140 uInt hash_size; /* number of elements in hash table */ member in struct:internal_state
141 uInt hash_bits; /* log2(hash_size) */
142 uInt hash_mask; /* hash_size-1 */
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 1166 int hash_size; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 218 DWORD hash_size, len, i; local
248 len = sizeof(hash_size);
249 if (!CryptGetHashParam(hash, HP_HASHSIZE, (BYTE *) &hash_size, &len,
255 if ((int) hash_size != flen) {
257 (unsigned) hash_size, flen);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 138 #define TDB_HASHTABLE_SIZE(tdb) ((tdb->header.hash_size+1)*sizeof(tdb_off_t))
139 #define TDB_DATA_START(hash_size) TDB_HASH_TOP(hash_size-1)
160 #define BUCKET(hash) ((hash) % tdb->header.hash_size)
192 u32 hash_size; /* number of hash entries */ member in struct:tdb_header
419 if (list < -1 || list >= (int)tdb->header.hash_size) {
518 if (list < -1 || list >= (int)tdb->header.hash_size) {
519 TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_unlock: list %d invalid (%d)\n", list, tdb->header.hash_size));
644 0, 4*tdb->header.hash_size)) {
682 0, 4*tdb->header.hash_size)) {
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 387 unsigned long hash_size; member in struct:_PDB_TYPES
481 unsigned long hash_size; member in struct:_PDB_SYMBOLS_OLD
496 unsigned long hash_size; member in struct:_PDB_SYMBOLS
    [all...]

Completed in 562 milliseconds