Home
last modified time | relevance | path

Searched defs:byte_offset (Results 1 - 25 of 103) sorted by relevance

12345

/third_party/vixl/test/
H A Dtest-utils.cc51 void ExecuteMemory(byte* buffer, size_t size, int byte_offset) { in ExecuteMemory() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-dataview.cc35 Handle<Object> byte_offset = args.atOrUndefined(isolate, 2); in BUILTIN() local
H A Dbuiltins-sharedarraybuffer.cc114 inline size_t GetAddress64(size_t index, size_t byte_offset) { in GetAddress64() argument
118 inline size_t GetAddress32(size_t index, size_t byte_offset) { in GetAddress32() argument
/third_party/node/test/addons/openssl-binding/
H A Dbinding.cc12 auto byte_offset = view->ByteOffset(); in RandomBytes() local
26 auto byte_offset = view->ByteOffset(); in Hash() local
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc11 auto byte_offset = view->ByteOffset(); in CompressBytes() local
/kernel/linux/linux-5.10/tools/power/acpi/tools/ec/
H A Dec_access.c175 void read_ec_val(int fd, int byte_offset) in read_ec_val() argument
192 void write_ec_val(int fd, int byte_offset, uint8_ argument
[all...]
/kernel/linux/linux-5.10/fs/udf/
H A Dtruncate.c192 loff_t byte_offset; in udf_truncate_extents() local
/kernel/linux/linux-6.6/fs/udf/
H A Dtruncate.c188 loff_t byte_offset; in udf_truncate_extents() local
/kernel/linux/linux-6.6/tools/power/acpi/tools/ec/
H A Dec_access.c175 void read_ec_val(int fd, int byte_offset) in read_ec_val() argument
192 void write_ec_val(int fd, int byte_offset, uint8_ argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_parse_tcp_hdr_opt.c32 __u8 byte_offset; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir_fs.h73 byte_offset(fs_reg reg, unsigned delta) in byte_offset() function
/third_party/node/src/crypto/
H A Dcrypto_random.cc48 const uint32_t byte_offset = args[offset + 1].As<Uint32>()->Value(); in AdditionalConfig() local
/third_party/node/test/js-native-api/test_dataview/
H A Dtest_dataview.c33 size_t byte_offset = 0; in CreateDataView() local
73 size_t byte_offset = 0; in CreateDataViewFromJSDataView() local
/third_party/node/benchmark/napi/function_args/
H A Dnapi_binding.c134 size_t byte_offset = 0; in CallWithTypedarray() local
H A Dbinding.cc102 const size_t byte_offset = view->ByteOffset(); in CallWithTypedarray() local
/third_party/ffmpeg/libavutil/tests/
H A Daudio_fifo.c67 int byte_offset = av_get_bytes_per_sample(test_sample->format); in print_audio_bytes() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-dataview-prototype.c147 ecma_value_t byte_offset = arguments_number > 0 ? arguments_list_p[0] : ECMA_VALUE_UNDEFINED; in ecma_builtin_dataview_prototype_dispatch_routine() local
/third_party/jerryscript/tests/unit-core/
H A Dtest-typedarray.cpp99 jerry_length_t byte_offset = (uint32_t) -1; in test_typedarray_info() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c90 nir_ssa_def *byte_offset = nir_ssa_for_src(b, intr->src[1], 1); in nir_lower_ubo_vec4_lower() local
/third_party/node/src/
H A Daliased_buffer-inl.h36 AliasedBufferBase( v8::Isolate* isolate, const size_t byte_offset, const size_t count, const AliasedBufferBase<uint8_t, v8::Uint8Array>& backing_buffer, const AliasedBufferIndex* index) AliasedBufferBase() argument
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dcompress_offload.h69 __u32 byte_offset; member
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/
H A Dudl_transfer.c212 udl_render_hline(struct drm_device *dev, int log_bpp, struct urb **urb_ptr, const char *front, char **urb_buf_ptr, u32 byte_offset, u32 device_byte_offset, u32 byte_width) udl_render_hline() argument
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A Dhantro_g1_vp8_dec.c313 u32 byte_offset = dct_part_offset + dct_size_part_size + count; in cfg_parts() local
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_g1_vp8_dec.c312 u32 byte_offset = dct_part_offset + dct_size_part_size + count; in cfg_parts() local
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dcompress_offload.h52 __u32 byte_offset; member

Completed in 11 milliseconds

12345