Home
last modified time | relevance | path

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

123

/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/libgav1/libgav1/src/utils/
Draw_bit_reader.cc52 const size_t byte_offset = DivideBy8(bit_offset_, false); in ReadBitImpl() local
102 size_t byte_offset = DivideBy8(bit_offset_, false); in ReadLittleEndian() local
127 const size_t byte_offset = DivideBy8(bit_offset_, false); in ReadUnsignedLeb128() local
Draw_bit_reader.h47 size_t byte_offset() const { return (bit_offset() + 7) >> 3; } in byte_offset() function
/external/mesa3d/src/freedreno/ir3/
Dir3_a4xx.c43 struct ir3_instruction *ldgb, *src0, *src1, *byte_offset, *offset; in emit_intrinsic_load_ssbo() local
74 struct ir3_instruction *stgb, *src0, *src1, *src2, *byte_offset, *offset; in emit_intrinsic_store_ssbo() local
126 struct ir3_instruction *atomic, *ssbo, *src0, *src1, *src2, *byte_offset, in emit_intrinsic_atomic_ssbo() local
/external/u-boot/fs/btrfs/
Ddev.c18 int byte_offset; in btrfs_devread() local
/external/vixl/test/
Dtest-utils.cc51 void ExecuteMemory(byte* buffer, size_t size, int byte_offset) { in ExecuteMemory()
/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/u-boot/fs/
Dfs_internal.c14 lbaint_t sector, int byte_offset, int byte_len, char *buf) in fs_devread()
/external/u-boot/fs/reiserfs/
Ddev.c24 int reiserfs_devread(int sector, int byte_offset, int byte_len, char *buf) in reiserfs_devread()
/external/u-boot/fs/zfs/
Ddev.c26 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf) in zfs_devread()
/external/u-boot/fs/ext4/
Ddev.c49 int ext4fs_devread(lbaint_t sector, int byte_offset, int byte_len, in ext4fs_devread()
/external/v8/src/builtins/
Dbuiltins-dataview.cc33 Handle<Object> byte_offset = args.atOrUndefined(isolate, 2); in BUILTIN() local
Dbuiltins-sharedarraybuffer.cc114 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()
/external/libxaac/decoder/
Dixheaacd_common_initfuncs.c160 WORD32 byte_offset; in ixheaacd_read_bidirection() local
/external/v8/src/wasm/
Dwasm-module.cc95 int GetNearestWasmFunction(const WasmModule* module, uint32_t byte_offset) { in GetNearestWasmFunction()
115 int GetContainingWasmFunction(const WasmModule* module, uint32_t byte_offset) { in GetContainingWasmFunction()
145 int byte_offset, in GetSourcePosition()
594 uint32_t byte_offset, bool is_at_number_conversion) { in GetSourcePosition()
Dmodule-decoder.h39 int byte_offset; member
/external/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
/external/mesa3d/src/compiler/nir/
Dnir_lower_ubo_vec4.c98 nir_ssa_def *byte_offset = nir_ssa_for_src(b, intr->src[1], 1); in nir_lower_ubo_vec4_lower() 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.h69 __u32 byte_offset; member
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.cc92 size_t byte_offset = 0; in Parse() local

123