Searched refs:hash_size (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | color_cache_utils.c | 24 const int hash_size = 1 << hash_bits; in VP8LColorCacheInit() local 27 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size, in VP8LColorCacheInit()
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | ecc_dsa.c | 101 unsigned hash_size, uECC_word_t *k, uint8_t *signature, in uECC_sign_with_k() argument 151 bits2int(tmp, message_hash, hash_size, curve); in uECC_sign_with_k() 163 unsigned hash_size, uint8_t *signature, uECC_Curve curve) in uECC_sign() argument 180 if (uECC_sign_with_k(private_key, message_hash, hash_size, k, signature, in uECC_sign() 194 unsigned hash_size, const uint8_t *signature, in uECC_verify() argument 240 bits2int(u1, message_hash, hash_size, curve); in uECC_verify()
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/ |
A D | ecc_dsa.h | 114 unsigned int hash_size, uECC_word_t *k, uint8_t *signature,
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | deflate.c | 194 s->head[s->hash_size-1] = NIL; \ 195 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head)); 277 s->hash_size = 1 << s->hash_bits; 278 s->hash_mask = s->hash_size - 1; 283 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); 958 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); 970 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos)); 1345 n = s->hash_size;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | deflate.c | 193 s->head[s->hash_size-1] = NIL; \ 194 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head)); 208 n = s->hash_size; 317 s->hash_size = 1 << s->hash_bits; 318 s->hash_mask = s->hash_size - 1; 323 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); 1130 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); 1142 zmemcpy((voidpf)ds->head, (voidpf)ss->head, ds->hash_size * sizeof(Pos));
|
A D | deflate.h | 143 uInt hash_size; /* number of elements in hash table */ member
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | deflate.h | 137 uInt hash_size; /* number of elements in hash table */ member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 4359 memset(sh->prop_hash_end - hash_size, 0, sizeof(sh->prop_hash_end[0]) * hash_size); in js_new_shape2() 4360 sh->prop_hash_mask = hash_size - 1; in js_new_shape2() 4387 uint32_t i, hash_size; in js_clone_shape() local 4389 hash_size = sh1->prop_hash_mask + 1; in js_clone_shape() 33131 uint32_t hash_size; member 33155 s->hash_size = new_hash_size; in js_object_list_resize_hash() 33157 for (i = 0; i < s->hash_size; i++) { in js_object_list_resize_hash() 44823 s->hash_size = 1; in js_map_constructor() 44988 if (s->hash_size == 1) in map_hash_resize() 44991 new_hash_size = s->hash_size * 2; in map_hash_resize() [all …]
|
Completed in 105 milliseconds