Home
last modified time | relevance | path

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

12

/third_party/node/test/js-native-api/test_dataview/
Dtest_dataview.c32 size_t byte_offset = 0; in CreateDataView() local
72 size_t byte_offset = 0; in CreateDataViewFromJSDataView() local
/third_party/e2fsprogs/ext2ed/
Dinodebitmap_com.c138 int byte_offset,j; in allocate_inode() local
150 int byte_offset,j; in deallocate_inode() local
Dblockbitmap_com.c178 int byte_offset,j; in allocate_block() local
193 int byte_offset,j; in deallocate_block() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_a4xx.c43 struct ir3_instruction *ldgb, *src0, *src1, *byte_offset, *offset; in emit_intrinsic_load_ssbo() local
70 struct ir3_instruction *stgb, *src0, *src1, *src2, *byte_offset, *offset; in emit_intrinsic_store_ssbo() local
131 struct ir3_instruction *byte_offset = in emit_intrinsic_atomic_ssbo() local
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-parsing-location.h52 guint byte_offset ; member
/third_party/boost/boost/atomic/detail/
Dinterlocked.hpp194 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER(dest, byte_offset) ((void*)BOOST_ATOMIC_INTER… argument
200 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER(dest, byte_offset) ((void*)BOOST_ATOMIC_INTER… argument
287 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER(dest, byte_offset) ((void*)BOOST_ATOMIC_INTER… argument
288 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_RELAXED(dest, byte_offset) ((void*)BOOST_ATOM… argument
289 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_ACQUIRE(dest, byte_offset) ((void*)BOOST_ATOM… argument
290 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_RELEASE(dest, byte_offset) ((void*)BOOST_ATOM… argument
292 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER(dest, byte_offset) ((void*)BOOST_ATOMIC_INTER… argument
293 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_RELAXED(dest, byte_offset) ((void*)BOOST_ATOM… argument
294 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_ACQUIRE(dest, byte_offset) ((void*)BOOST_ATOM… argument
295 #define BOOST_ATOMIC_INTERLOCKED_EXCHANGE_ADD_POINTER_RELEASE(dest, byte_offset) ((void*)BOOST_ATOM… argument
[all …]
/third_party/node/test/addons/openssl-binding/
Dbinding.cc11 auto byte_offset = view->ByteOffset(); in RandomBytes() local
/third_party/node/test/addons/zlib-binding/
Dbinding.cc11 auto byte_offset = view->ByteOffset(); in CompressBytes() local
/third_party/node/test/js-native-api/test_typedarray/
Dtest_typedarray.c37 size_t byte_offset; in Multiply() local
155 size_t byte_offset; in CreateTypedArray() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_vec4.h100 byte_offset(src_reg reg, unsigned bytes) in byte_offset() function
181 byte_offset(dst_reg reg, unsigned bytes) in byte_offset() function
Dbrw_nir_analyze_ubo_ranges.c155 const unsigned byte_offset = nir_src_as_uint(intrin->src[1]); in analyze_ubos_block() local
Dbrw_ir_fs.h73 byte_offset(fs_reg reg, unsigned delta) in byte_offset() function
/third_party/mesa3d/src/compiler/nir/
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/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
/third_party/node/benchmark/napi/function_args/
Dbinding.cc102 const size_t byte_offset = view->ByteOffset(); in CallWithTypedarray() local
Dnapi_binding.c134 size_t byte_offset = 0; in CallWithTypedarray() local
/third_party/node/src/
Daliased_buffer.h63 const size_t byte_offset, in AliasedBufferBase()
Dnode_buffer.cc272 size_t byte_offset, in New()
285 size_t byte_offset, in New()
Djs_native_api_v8.cc44 env, type, size_of_element, buffer, byte_offset, length, out) \ argument
2808 size_t byte_offset, in napi_create_typedarray()
2879 size_t* byte_offset) { in napi_get_typedarray_info()
2944 size_t byte_offset, in napi_create_dataview()
2985 size_t* byte_offset) { in napi_get_dataview_info()
/third_party/ffmpeg/libavutil/tests/
Daudio_fifo.c66 int byte_offset = av_get_bytes_per_sample(test_sample->format); in print_audio_bytes() local
/third_party/jerryscript/tests/unit-core/
Dtest-typedarray.c98 jerry_length_t byte_offset = (uint32_t) -1; in test_typedarray_info() local
263 jerry_length_t byte_offset = 0; in test_typedarray_complex_creation() local
/third_party/grpc/src/core/lib/iomgr/
Dbuffer_list.h97 uint32_t byte_offset; /* byte offset relative to the start of the RPC */ member
/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/libffi/src/x86/
Dffi64.c161 size_t byte_offset) in classify_argument()

12