Home
last modified time | relevance | path

Searched defs:element_size_shift (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray.c106 const uint8_t element_size_shift = ecma_typedarray_helper_get_shift_size (typedarray_id); in ecma_builtin_typedarray_from() local
147 const uint8_t element_size_shift = ecma_typedarray_helper_get_shift_size (typedarray_id); in ecma_builtin_typedarray_of() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c507uint8_t element_size_shift, /**< the size shift of the element length */ in ecma_typedarray_create_object_with_length()
586uint8_t element_size_shift, /**< the size shift of the element length */ in ecma_typedarray_create_object_with_buffer()
631uint8_t element_size_shift, /**< the size shift of the element length */ in ecma_typedarray_create_object_with_typedarray()
758 uint8_t element_size_shift, /**< the size shift of the element length */ in ecma_op_typedarray_from()
1082 uint8_t element_size_shift, /**< the size shift of the element length */ in ecma_op_create_typedarray()
1353 uint8_t element_size_shift = ecma_typedarray_helper_get_shift_size (typedarray_id); in ecma_op_create_typedarray_with_type_and_length() local
/third_party/jerryscript/jerry-core/api/
Djerry.c4099 uint8_t element_size_shift; /**< element size shift */ member
4137uint8_t *element_size_shift) /**< [out] found element size shift value */ in jerry_typedarray_find_by_type()
4178 uint8_t element_size_shift = 0; in jerry_create_typedarray() local
4228 uint8_t element_size_shift = 0; in jerry_create_typedarray_for_arraybuffer_sz() local