Home
last modified time | relevance | path

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

12

/external/libbrillo/brillo/
Dpointer_utils.h15 inline void* AdvancePointer(void* pointer, ssize_t byte_offset) { in AdvancePointer()
18 inline const void* AdvancePointer(const void* pointer, ssize_t byte_offset) { in AdvancePointer()
/external/e2fsprogs/ext2ed/
Dblockbitmap_com.c178 int byte_offset,j; in allocate_block() local
193 int byte_offset,j; in deallocate_block() local
Dinodebitmap_com.c138 int byte_offset,j; in allocate_inode() local
150 int byte_offset,j; in deallocate_inode() local
/external/f2fs-tools/lib/
Dlibf2fs_io.c103 static int dev_write_sparse(void *buf, __u64 byte_offset, size_t byte_len) in dev_write_sparse()
125 static int dev_write_sparse(void *buf, __u64 byte_offset, size_t byte_len) { return 0; } in dev_write_sparse()
/external/v8/src/debug/
Dinterface-types.h49 uint32_t byte_offset; member
/external/mesa3d/src/mesa/drivers/dri/i965/
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_ir_fs.h72 byte_offset(fs_reg reg, unsigned delta) in byte_offset() function
/external/syslinux/gpxe/src/drivers/bitbash/
Dspi_bit.c94 unsigned int byte_offset; in spi_bit_transfer() local
/external/v8/src/wasm/
Dmodule-decoder.h50 int byte_offset; member
Dwasm-module-builder.cc167 uint32_t byte_offset = static_cast<uint32_t>(body_.size()); in AddAsmWasmOffset() local
Dwasm-objects.cc873 int WasmCompiledModule::GetContainingFunction(uint32_t byte_offset) { in GetContainingFunction()
990 uint32_t byte_offset, bool is_at_number_conversion) { in GetAsmJsSourcePosition()
/external/v8/src/runtime/
Druntime-wasm.cc67 Object* ThrowRuntimeError(Isolate* isolate, int message_id, int byte_offset, in ThrowRuntimeError()
Druntime-typedarray.cc118 size_t byte_offset = 0; in RUNTIME_FUNCTION() local
/external/webrtc/webrtc/base/
Dbitbuffer.cc211 bool BitBuffer::Seek(size_t byte_offset, size_t bit_offset) { in Seek()
Dbitbuffer_unittest.cc144 size_t byte_offset, bit_offset; in TEST() local
/external/kernel-headers/original/uapi/sound/
Dcompress_offload.h68 __u32 byte_offset; member
/external/v8/src/builtins/
Dbuiltins-sharedarraybuffer.cc88 Node* byte_offset = a->ChangeUint32ToWord(a->TruncateTaggedToWord32( in ValidateSharedTypedArray() local
Dbuiltins-dataview.cc34 Handle<Object> byte_offset = args.atOrUndefined(isolate, 2); in BUILTIN() local
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi64.c157 size_t byte_offset) in classify_argument()
/external/v8/src/inspector/
Dwasm-translation.cc80 uint32_t byte_offset = static_cast<uint32_t>(loc->column); in Translate() local
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c142 size_t byte_offset) in classify_argument()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1396 uint32_t byte_offset; in surf_convert_to_single_slice() local
1876 uint32_t byte_offset, x_offset_sa, y_offset_sa, size; in shrink_surface_params() local
/external/v8/src/
Dframes.h886 int byte_offset() const { return byte_offset_; } in byte_offset() function
Dfactory.cc2114 size_t byte_offset, size_t byte_length, in SetupArrayBufferView()
2163 size_t byte_offset, size_t length, in NewJSTypedArray()
2229 size_t byte_offset, in NewJSDataView()
/external/libpng/contrib/libtests/
Dmakepng.c515 const size_t byte_offset = in generate_row() local

12