Home
last modified time | relevance | path

Searched defs:byte_offset (Results 1 – 25 of 29) 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/
Dinodebitmap_com.c137 int byte_offset,j; in allocate_inode() local
149 int byte_offset,j; in deallocate_inode() local
Dblockbitmap_com.c177 int byte_offset,j; in allocate_block() local
192 int byte_offset,j; in deallocate_block() local
/external/lldb/source/Core/
DValueObjectConstResultChild.cpp25 int32_t byte_offset, in ValueObjectConstResultChild()
DValueObjectChild.cpp33 int32_t byte_offset, in ValueObjectChild()
/external/skia/src/images/
DSkJpegUtility.cpp26 static boolean sk_seek_input_data(j_decompress_ptr cinfo, long byte_offset) { in sk_seek_input_data()
/external/v8/src/runtime/
Druntime-typedarray.cc118 size_t byte_offset = 0; in RUNTIME_FUNCTION() local
456 size_t byte_offset = 0; in DataViewGetValue() local
496 size_t byte_offset = 0; in DataViewSetValue() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_image.c202 uint byte_offset = tile_offset * bytes_per_tile; in lp_tiled_to_linear() local
291 uint byte_offset = tile_offset * bytes_per_tile; in lp_linear_to_tiled() local
Dlp_texture.c1320 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4; in llvmpipe_unswizzle_cbuf_tile() local
1362 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4; in llvmpipe_swizzle_cbuf_tile() local
/external/lldb/include/lldb/
Dlldb-private-types.h29 …uint32_t byte_offset; // The byte offset in the register context data where this register's val… member
/external/v8/src/wasm/
Dwasm-debug.cc120 bool WasmDebugInfo::SetBreakPoint(int byte_offset) { in SetBreakPoint()
/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/lldb/source/API/
DSBType.cpp603 const uint32_t byte_offset = bit_offset / 8u; in GetDescription() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs_emit.c1174 GLuint byte_offset = arg.nr * 32 + arg.subnr + offset * reg_size; in deref() local
1212 GLuint byte_offset = base.nr * 32 + base.subnr; in move_to_reladdr_dst() local
Dbrw_eu.h341 static INLINE struct brw_reg byte_offset( struct brw_reg reg, in byte_offset() function
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.cpp870 uint32_t byte_offset = 0; in HardcodeARMRegisters() local
/external/v8/src/
Dfactory.cc1842 size_t byte_offset, size_t byte_length, in SetupArrayBufferView()
1885 size_t byte_offset, size_t length, in NewJSTypedArray()
1946 size_t byte_offset, in NewJSDataView()
Dbuiltins.cc3078 Handle<Object> byte_offset = args.atOrUndefined(isolate, 2); in BUILTIN() local
6017 Node* byte_offset = a->ChangeUint32ToWord(a->TruncateTaggedToWord32( in ValidateSharedTypedArray() local
/external/libpng/contrib/libtests/
Dmakepng.c515 const size_t byte_offset = in generate_row() local
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c1457 unsigned int bsize, i = 0, bytes = 0, byte_offset = 0; in squashfs_readpage() local
/external/libnfc-nxp/src/
DphFriNfc_TopazDynamicMap.c194 #define TOPAZ_BYTE_ADR_FROM_BLK(block_no, byte_offset) \ argument
/external/lldb/source/Symbol/
DClangASTType.cpp5841 lldb::offset_t byte_offset, in DumpTypeValue()
/external/v8/src/crankshaft/
Dhydrogen.cc10363 HValue* byte_offset, in BuildArrayBufferViewInitialization()
10390 HValue* buffer, HValue* byte_offset, HValue* length) { in BuildAllocateExternalElements()
10539 HValue* byte_offset; in GenerateTypedArrayInitialize() local

12