Home
last modified time | relevance | path

Searched refs:byte_pos (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c219 ecma_length_t byte_pos = 0; in ecma_builtin_typedarray_prototype_exec_routine() local
225 ecma_number_t element_num = typedarray_getter_cb (info.buffer_p + byte_pos); in ecma_builtin_typedarray_prototype_exec_routine()
256 byte_pos += info.element_size; in ecma_builtin_typedarray_prototype_exec_routine()
545 ecma_length_t byte_pos; in ecma_builtin_typedarray_prototype_reduce_with_direction() local
564 byte_pos = index << info.shift; in ecma_builtin_typedarray_prototype_reduce_with_direction()
565 ecma_number_t acc_num = getter_cb (info.buffer_p + byte_pos); in ecma_builtin_typedarray_prototype_reduce_with_direction()
599 byte_pos = index << info.shift; in ecma_builtin_typedarray_prototype_reduce_with_direction()
600 ecma_number_t get_num = getter_cb (info.buffer_p + byte_pos); in ecma_builtin_typedarray_prototype_reduce_with_direction()
727 ecma_length_t byte_pos = 0; in ecma_builtin_typedarray_prototype_filter() local
732 ecma_number_t get_num = getter_cb (info.buffer_p + byte_pos); in ecma_builtin_typedarray_prototype_filter()
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dcompress_fragment.c348 size_t byte_pos = pos >> 3; in UpdateBits() local
354 uint32_t unchanged_bits = array[byte_pos] & mask; in UpdateBits()
356 array[byte_pos] = in UpdateBits()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dcompress_fragment.c348 size_t byte_pos = pos >> 3; in UpdateBits() local
354 uint32_t unchanged_bits = array[byte_pos] & mask; in UpdateBits()
356 array[byte_pos] = in UpdateBits()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects.c198 ecma_length_t byte_pos = array_index << info.shift; in ecma_op_object_get_own_property() local
199 ecma_number_t num = ecma_get_typedarray_element (info.buffer_p + byte_pos, info.id); in ecma_op_object_get_own_property()
569 ecma_length_t byte_pos = array_index << info.shift; in ecma_op_object_find_own() local
570 ecma_number_t num = ecma_get_typedarray_element (info.buffer_p + byte_pos, info.id); in ecma_op_object_find_own()
1386 ecma_length_t byte_pos = array_index << info.shift; in ecma_op_object_put_with_receiver() local
1387 ecma_set_typedarray_element (info.buffer_p + byte_pos, num_var, info.id); in ecma_op_object_put_with_receiver()
/third_party/toybox/toys/pending/
H A Dxzcat.c618 uint32_t byte_pos; in bcj_ia64() local
639 byte_pos = bit_pos >> 3; in bcj_ia64()
643 instr |= (uint64_t)(buf[i + j + byte_pos]) in bcj_ia64()
665 buf[i + j + byte_pos] in bcj_ia64()

Completed in 16 milliseconds