Home
last modified time | relevance | path

Searched refs:byte_pos (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
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/gstreamer/gstreamer/libs/gst/base/
Dgstbitwriter.h180 guint byte_pos, bit_offset; \
184 byte_pos = (bitwriter->bit_size >> 3); \
186 cur_byte = bitwriter->data + byte_pos; \
/third_party/jerryscript/jerry-core/ecma/operations/
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/node/deps/brotli/c/enc/
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/
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/toybox/toys/pending/
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()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c1762 gst_qtdemux_find_sample (GstQTDemux * qtdemux, gint64 byte_pos, gboolean fw, in gst_qtdemux_find_sample() argument
1794 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()