| /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/uboot/u-boot-2020.01/fs/btrfs/ |
| D | dev.c | 18 int byte_offset; in btrfs_devread() local
|
| /third_party/e2fsprogs/ext2ed/ |
| D | inodebitmap_com.c | 138 int byte_offset,j; in allocate_inode() local 150 int byte_offset,j; in deallocate_inode() local
|
| D | blockbitmap_com.c | 178 int byte_offset,j; in allocate_block() local 193 int byte_offset,j; in deallocate_block() local
|
| /third_party/uboot/u-boot-2020.01/fs/reiserfs/ |
| D | dev.c | 24 int reiserfs_devread(int sector, int byte_offset, int byte_len, char *buf) in reiserfs_devread()
|
| /third_party/uboot/u-boot-2020.01/fs/ |
| D | fs_internal.c | 14 lbaint_t sector, int byte_offset, int byte_len, char *buf) in fs_devread()
|
| /third_party/uboot/u-boot-2020.01/fs/zfs/ |
| D | dev.c | 26 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf) in zfs_devread()
|
| /third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/ |
| D | cr-parsing-location.h | 52 guint byte_offset ; member
|
| /third_party/boost/boost/atomic/detail/ |
| D | interlocked.hpp | 194 #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/uboot/u-boot-2020.01/fs/ext4/ |
| D | dev.c | 49 int ext4fs_devread(lbaint_t sector, int byte_offset, int byte_len, in ext4fs_devread()
|
| /third_party/node/test/addons/openssl-binding/ |
| D | binding.cc | 11 auto byte_offset = view->ByteOffset(); in RandomBytes() 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/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/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/src/ |
| D | aliased_buffer.h | 63 const size_t byte_offset, in AliasedBufferBase()
|
| D | node_buffer.cc | 272 size_t byte_offset, in New() 285 size_t byte_offset, in New()
|
| D | js_native_api_v8.cc | 44 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/ |
| D | audio_fifo.c | 66 int byte_offset = av_get_bytes_per_sample(test_sample->format); in print_audio_bytes() local
|
| /third_party/jerryscript/tests/unit-core/ |
| D | test-typedarray.c | 98 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/ |
| D | buffer_list.h | 97 uint32_t byte_offset; /* byte offset relative to the start of the RPC */ member
|
| /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()
|
| /third_party/libffi/src/x86/ |
| D | ffi64.c | 161 size_t byte_offset) in classify_argument()
|