Home
last modified time | relevance | path

Searched refs:new_shape_hash_size (Results 1 – 4 of 4) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c4289 int new_shape_hash_size, i; in resize_shape_hash() local
4293 new_shape_hash_size = 1 << new_shape_hash_bits; in resize_shape_hash()
4295 new_shape_hash_size); in resize_shape_hash()
4308 rt->shape_hash_size = new_shape_hash_size; in resize_shape_hash()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c4116 int new_shape_hash_size, i; in resize_shape_hash() local
4120 new_shape_hash_size = 1 << new_shape_hash_bits; in resize_shape_hash()
4122 new_shape_hash_size); in resize_shape_hash()
4135 rt->shape_hash_size = new_shape_hash_size; in resize_shape_hash()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c4118 int new_shape_hash_size, i; in resize_shape_hash() local
4122 new_shape_hash_size = 1 << new_shape_hash_bits; in resize_shape_hash()
4124 new_shape_hash_size); in resize_shape_hash()
4137 rt->shape_hash_size = new_shape_hash_size; in resize_shape_hash()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c4332 int new_shape_hash_size, i; in resize_shape_hash() local
4336 new_shape_hash_size = 1 << new_shape_hash_bits; in resize_shape_hash()
4338 new_shape_hash_size); in resize_shape_hash()
4351 rt->shape_hash_size = new_shape_hash_size; in resize_shape_hash()