/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_a4xx.c | 51 struct ir3_instruction *byte_offset) in byte_offset_to_address() 74 struct ir3_instruction *ldgb, *src0, *src1, *byte_offset, *offset; in emit_intrinsic_load_ssbo() local 101 struct ir3_instruction *stgb, *src0, *src1, *src2, *byte_offset, *offset; in emit_intrinsic_store_ssbo() local 162 struct ir3_instruction *byte_offset = in emit_intrinsic_atomic_ssbo() local
|
/third_party/node/test/js-native-api/test_dataview/ |
D | test_dataview.c | 32 size_t byte_offset = 0; in CreateDataView() local 72 size_t byte_offset = 0; in CreateDataViewFromJSDataView() local
|
/third_party/node/test/addons/openssl-binding/ |
D | binding.cc | 12 auto byte_offset = view->ByteOffset(); in RandomBytes() local 26 auto byte_offset = view->ByteOffset(); in Hash() local
|
/third_party/vixl/test/ |
D | test-utils.cc | 51 void ExecuteMemory(byte* buffer, size_t size, int byte_offset) { in ExecuteMemory()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-sharedarraybuffer.cc | 114 inline size_t GetAddress64(size_t index, size_t byte_offset) { in GetAddress64() 118 inline size_t GetAddress32(size_t index, size_t byte_offset) { in GetAddress32()
|
D | builtins-dataview.cc | 35 Handle<Object> byte_offset = args.atOrUndefined(isolate, 2); in BUILTIN() local
|
/third_party/node/test/addons/zlib-binding/ |
D | binding.cc | 11 auto byte_offset = view->ByteOffset(); in CompressBytes() local
|
/third_party/node/test/js-native-api/test_typedarray/ |
D | test_typedarray.c | 37 size_t byte_offset; in Multiply() local 155 size_t byte_offset; in CreateTypedArray() local
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_ir_vec4.h | 100 byte_offset(src_reg reg, unsigned bytes) in byte_offset() function 181 byte_offset(dst_reg reg, unsigned bytes) in byte_offset() function
|
D | brw_nir_analyze_ubo_ranges.c | 155 const unsigned byte_offset = nir_src_as_uint(intrin->src[1]); in analyze_ubos_block() local
|
D | brw_ir_fs.h | 73 byte_offset(fs_reg reg, unsigned delta) in byte_offset() function
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-module.cc | 82 int GetNearestWasmFunction(const WasmModule* module, uint32_t byte_offset) { in GetNearestWasmFunction() 102 int GetContainingWasmFunction(const WasmModule* module, uint32_t byte_offset) { in GetContainingWasmFunction() 146 int byte_offset, in GetSourcePosition() 601 uint32_t byte_offset, bool is_at_number_conversion) { in GetSourcePosition()
|
D | module-decoder.h | 43 int byte_offset; member
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_ubo_vec4.c | 90 nir_ssa_def *byte_offset = nir_ssa_for_src(b, intr->src[1], 1); in nir_lower_ubo_vec4_lower() local
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-dataview-prototype.c | 147 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/node/benchmark/napi/function_args/ |
D | binding.cc | 102 const size_t byte_offset = view->ByteOffset(); in CallWithTypedarray() local
|
D | napi_binding.c | 134 size_t byte_offset = 0; in CallWithTypedarray() local
|
/third_party/ffmpeg/libavutil/tests/ |
D | audio_fifo.c | 66 int byte_offset = av_get_bytes_per_sample(test_sample->format); in print_audio_bytes() local
|
/third_party/node/src/crypto/ |
D | crypto_random.cc | 48 const uint32_t byte_offset = args[offset + 1].As<Uint32>()->Value(); in AdditionalConfig() local
|
/third_party/rust/crates/codespan/codespan-lsp/src/ |
D | lib.rs | 121 let byte_offset = character_to_line_offset(line_str, position.character)?; in position_to_byte_index() localVariable
|
/third_party/node/deps/v8/src/objects/ |
D | objects-inl.h | 699 ObjectSlot HeapObject::RawField(int byte_offset) const { in RawField() 703 MaybeObjectSlot HeapObject::RawMaybeWeakField(int byte_offset) const { in RawMaybeWeakField() 707 CodeObjectSlot HeapObject::RawCodeField(int byte_offset) const { in RawCodeField() 711 ExternalPointer_t HeapObject::RawExternalPointerField(int byte_offset) const { in RawExternalPointerField()
|
D | js-array-buffer-inl.h | 171 size_t JSArrayBufferView::byte_offset() const { in byte_offset() function
|
/third_party/jerryscript/tests/unit-core/ |
D | test-typedarray.cpp | 99 jerry_length_t byte_offset = (uint32_t) -1; in test_typedarray_info() local
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 3967 … const 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() 4215 … jerry_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/ |
D | x86-ffi64.c | 142 size_t byte_offset) in classify_argument()
|