Searched refs:byte_pos (Results 1 – 7 of 7) sorted by relevance
219 ecma_length_t byte_pos = 0; in ecma_builtin_typedarray_prototype_exec_routine() local225 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() local564 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() local732 ecma_number_t get_num = getter_cb (info.buffer_p + byte_pos); in ecma_builtin_typedarray_prototype_filter()[all …]
180 guint byte_pos, bit_offset; \184 byte_pos = (bitwriter->bit_size >> 3); \186 cur_byte = bitwriter->data + byte_pos; \
198 ecma_length_t byte_pos = array_index << info.shift; in ecma_op_object_get_own_property() local199 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() local570 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() local1387 ecma_set_typedarray_element (info.buffer_p + byte_pos, num_var, info.id); in ecma_op_object_put_with_receiver()
348 size_t byte_pos = pos >> 3; in UpdateBits() local354 uint32_t unchanged_bits = array[byte_pos] & mask; in UpdateBits()356 array[byte_pos] = in UpdateBits()
618 uint32_t byte_pos; in bcj_ia64() local639 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()
1762 gst_qtdemux_find_sample (GstQTDemux * qtdemux, gint64 byte_pos, gboolean fw, in gst_qtdemux_find_sample() argument1794 if (fw && (str->samples[i].offset < byte_pos)) in gst_qtdemux_find_sample()1797 if (!fw && (str->samples[i].offset + str->samples[i].size > byte_pos)) in gst_qtdemux_find_sample()