Home
last modified time | relevance | path

Searched defs:byte_offset (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/freedreno/ir3/
Dir3_a4xx.c33 struct ir3_instruction *byte_offset) in byte_offset_to_address()
56 struct ir3_instruction *ldgb, *src0, *src1, *byte_offset, *offset; in emit_intrinsic_load_ssbo() local
83 struct ir3_instruction *stgb, *src0, *src1, *src2, *byte_offset, *offset; in emit_intrinsic_store_ssbo() local
114 struct ir3_instruction *byte_offset) in emit_atomic()
175 struct ir3_instruction *byte_offset = in emit_intrinsic_atomic_ssbo() local
/third_party/vixl/test/
Dtest-utils.cc51 void ExecuteMemory(byte* buffer, size_t size, int byte_offset) { in ExecuteMemory()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dcontext_list_entry.h43 int64_t num_traced_bytes, size_t byte_offset, in ContextListEntry()
/third_party/mesa3d/src/intel/compiler/elk/
Delk_ir_vec4.h99 byte_offset(src_reg reg, unsigned bytes) in byte_offset() function
180 byte_offset(dst_reg reg, unsigned bytes) in byte_offset() function
Delk_nir_analyze_ubo_ranges.c147 const unsigned byte_offset = nir_src_as_uint(intrin->src[1]); in analyze_ubos_block() local
Delk_ir_fs.h72 byte_offset(elk_fs_reg reg, unsigned delta) in byte_offset() function
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_ubo_vec4.c90 nir_def *byte_offset = intr->src[1].ssa; in nir_lower_ubo_vec4_lower() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
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
Decma-builtin-string-prototype.c485 const lit_utf8_size_t byte_offset = (lit_utf8_size_t) (curr_p - replace_ctx.string_p); in ecma_builtin_string_prototype_object_replace() local
/third_party/ffmpeg/libavutil/tests/
Daudio_fifo.c67 int byte_offset = av_get_bytes_per_sample(test_sample->format); in print_audio_bytes() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c135 const unsigned byte_offset = nir_src_as_uint(intrin->src[1]); in analyze_ubos_block() local
/third_party/rust/rust/src/tools/miri/src/shims/windows/
Dforeign_items.rs92 let byte_offset = this.read_target_usize(byte_offset)?; // is actually a pointer in emulate_foreign_item_by_name() localVariable
/third_party/rust/crates/codespan/codespan-lsp/src/
Dlib.rs121 let byte_offset = character_to_line_offset(line_str, position.character)?; in position_to_byte_index() localVariable
/third_party/grpc/src/core/lib/event_engine/posix_engine/
Dtraced_buffer_list.h92 uint32_t byte_offset; // byte offset relative to the start of the RPC member
/third_party/grpc/src/core/lib/iomgr/
Dbuffer_list.h94 uint32_t byte_offset; // byte offset relative to the start of the RPC member
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Denum.cc443 size_t index, byte_offset, len; in GenerateMethods() member
/third_party/jerryscript/tests/unit-core/
Dtest-typedarray.cpp99 jerry_length_t byte_offset = (uint32_t) -1; in test_typedarray_info() local
/third_party/jerryscript/jerry-core/api/
Djerry.c3967const jerry_length_t byte_offset, /**< offset in bytes, to the first byte in the buffer */ in jerry_create_dataview()
4027 jerry_length_t *byte_offset, /**< [out] byteOffset property */ in jerry_get_dataview_buffer()
4215jerry_length_t byte_offset, /**< offset for the ArrayBuffer */ in jerry_create_typedarray_for_arraybuffer_sz()
4363 jerry_length_t *byte_offset, /**< [out] byteOffset property */ in jerry_get_typedarray_buffer()
/third_party/python/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c142 size_t byte_offset) in classify_argument()
/third_party/rust/rust/library/core/src/ptr/
Dmod.rs1737 let byte_offset = wrapping_sub(aligned_address, addr); in align_offset() localVariable
Dconst_ptr.rs484 pub const unsafe fn byte_offset(self, count: isize) -> Self { in byte_offset() method
Dmut_ptr.rs497 pub const unsafe fn byte_offset(self, count: isize) -> Self { in byte_offset() method
/third_party/ffmpeg/libavformat/
Dvividas.c41 int64_t byte_offset; member
/third_party/exfatprogs/fsck/
Dfsck.c1227 unsigned int i, bitmap_bytes, byte_offset, write_bytes; in write_bitmap() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c583ecma_length_t byte_offset, /**< the byte offset of the arraybuffer */ in ecma_typedarray_create_object_with_buffer()

12