Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 103) sorted by relevance

12345

/system/extras/f2fs_utils/
Df2fs_ioutils.c97 static int dev_write_fd(void *buf, __u64 offset, size_t len) in dev_write_fd()
150 int dev_read_version(void *buf, __u64 offset, size_t len) in dev_read_version()
155 int dev_read(void *buf, __u64 offset, size_t len) in dev_read()
160 int dev_write(void *buf, __u64 offset, size_t len) in dev_write()
170 int dev_fill(void *buf, __u64 offset, size_t len) in dev_fill()
/system/extras/perfprofd/quipper/
Dperf_reader.cc230 size_t* offset, in ReadStringFromBuffer()
793 uint64_t offset = GetPerfSampleDataOffset(event); in ReadPerfSampleInfo() local
822 uint64_t offset = GetPerfSampleDataOffset(*event); in WritePerfSampleInfo() local
842 size_t offset = 0; in ReadHeader() local
879 size_t offset = header_.attrs.offset; in ReadAttrs() local
887 bool PerfReader::ReadAttr(const ConstBufferWithSize& data, size_t* offset) { in ReadAttr()
923 bool PerfReader::ReadEventAttr(const ConstBufferWithSize& data, size_t* offset, in ReadEventAttr()
996 size_t* offset, std::vector<u64>* ids) { in ReadUniqueIDs()
1014 size_t offset = header_.event_types.offset; in ReadEventTypes() local
1023 size_t* offset) { in ReadEventType()
[all …]
/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.cpp54 uint32_t offset = abs(immed8); in __immed8_pre() local
69 int Rn, uint32_t offset) in ADDR_LDR()
74 int Rn, uint32_t offset) in ADDR_STR()
DARMAssembler.cpp176 int32_t offset = int32_t(target_pc - (bt.pc+2)); in generate() local
278 int32_t offset = int32_t(pc - (mPC+2)); in B() local
284 int32_t offset = int32_t(pc - (mPC+2)); in BL() local
299 void ARMAssembler::LDR(int cc, int Rd, int Rn, uint32_t offset) { in LDR()
302 void ARMAssembler::LDRB(int cc, int Rd, int Rn, uint32_t offset) { in LDRB()
305 void ARMAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) { in STR()
308 void ARMAssembler::STRB(int cc, int Rd, int Rn, uint32_t offset) { in STRB()
312 void ARMAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) { in LDRH()
315 void ARMAssembler::LDRSB(int cc, int Rd, int Rn, uint32_t offset) { in LDRSB()
318 void ARMAssembler::LDRSH(int cc, int Rd, int Rn, uint32_t offset) { in LDRSH()
[all …]
DARMAssemblerProxy.cpp212 void ARMAssemblerProxy::LDR(int cc, int Rd, int Rn, uint32_t offset) { in LDR()
215 void ARMAssemblerProxy::LDRB(int cc, int Rd, int Rn, uint32_t offset) { in LDRB()
218 void ARMAssemblerProxy::STR(int cc, int Rd, int Rn, uint32_t offset) { in STR()
221 void ARMAssemblerProxy::STRB(int cc, int Rd, int Rn, uint32_t offset) { in STRB()
224 void ARMAssemblerProxy::LDRH(int cc, int Rd, int Rn, uint32_t offset) { in LDRH()
227 void ARMAssemblerProxy::LDRSB(int cc, int Rd, int Rn, uint32_t offset) { in LDRSB()
230 void ARMAssemblerProxy::LDRSH(int cc, int Rd, int Rn, uint32_t offset) { in LDRSH()
233 void ARMAssemblerProxy::STRH(int cc, int Rd, int Rn, uint32_t offset) { in STRH()
254 void ARMAssemblerProxy::PLD(int Rn, uint32_t offset) { in PLD()
297 void ARMAssemblerProxy::ADDR_LDR(int cc, int Rd, int Rn, uint32_t offset) { in ADDR_LDR()
[all …]
DMIPSAssembler.cpp768 void ArmToMipsAssembler::LDR(int cc, int Rd, int Rn, uint32_t offset) in LDR()
802 void ArmToMipsAssembler::LDRB(int cc, int Rd, int Rn, uint32_t offset) in LDRB()
831 void ArmToMipsAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) in STR()
867 void ArmToMipsAssembler::STRB(int cc, int Rd, int Rn, uint32_t offset) in STRB()
895 void ArmToMipsAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) in LDRH()
923 void ArmToMipsAssembler::LDRSB(int cc, int Rd, int Rn, uint32_t offset) in LDRSB()
930 void ArmToMipsAssembler::LDRSH(int cc, int Rd, int Rn, uint32_t offset) in LDRSH()
937 void ArmToMipsAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) in STRH()
1033 void ArmToMipsAssembler::PLD(int Rn, uint32_t offset) { in PLD()
1397 int32_t offset = int32_t(target_pc - (bt.pc+1)); in generate() local
[all …]
/system/core/include/utils/
DCompat.h28 static inline off64_t lseek64(int fd, off64_t offset, int whence) { in lseek64()
32 static inline ssize_t pread64(int fd, void* buf, size_t nbytes, off64_t offset) { in pread64()
DFlattenable.h50 static void advance(void*& buffer, size_t& size, size_t offset) { in advance()
55 static void advance(void const*& buffer, size_t& size, size_t offset) { in advance()
/system/core/libcutils/
Dashmem-dev.c75 int ashmem_pin_region(int fd, size_t offset, size_t len) in ashmem_pin_region()
81 int ashmem_unpin_region(int fd, size_t offset, size_t len) in ashmem_unpin_region()
Dopen_memstream.c71 size_t offset; /* current write offset */ member
162 static fpos_t seek_memstream(void* cookie, fpos_t offset, int whence) in seek_memstream()
/system/core/fs_mgr/
Dfs_mgr_verity.c527 unsigned int length, off64_t *offset) in metadata_add()
545 unsigned int slength, off64_t *offset) in metadata_find()
631 static int write_verity_state(const char *fname, off64_t offset, int32_t mode) in write_verity_state()
660 static int read_verity_state(const char *fname, off64_t offset, int *mode) in read_verity_state()
716 off64_t offset = 0; in compare_last_signature() local
783 static int get_verity_state_offset(struct fstab_rec *fstab, off64_t *offset) in get_verity_state_offset()
801 off64_t offset = 0; in load_verity_state() local
900 off64_t offset = 0; in fs_mgr_update_verity_state() local
/system/bt/stack/gatt/
Datt_protocol.c234 BT_HDR *attp_build_handle_cmd(UINT8 op_code, UINT16 handle, UINT16 offset) in attp_build_handle_cmd()
296 UINT16 offset, UINT16 len, UINT8 *p_data) in attp_build_value_cmd()
389 UINT16 offset = 0; in attp_build_sr_msg() local
537 UINT16 offset = 0, handle; in attp_send_cl_msg() local
Dgatt_db.c119 UINT16 offset, in gatts_check_attr_readability()
208 UINT16 offset, in read_attr_value()
636 UINT16 handle, UINT16 offset, in gatts_read_attr_value_by_handle()
738 UINT16 handle, UINT16 offset, UINT8 *p_data, in gatts_write_attr_perm_check()
1136 UINT16 handle, UINT16 offset, UINT32 trans_id) in gatts_send_app_read_request()
/system/extras/verity/
Dverify_boot_signature.c100 static int get_signature_offset(int fd, off64_t *offset) in get_signature_offset()
138 static int read_signature(int fd, off64_t offset, BootSignature **bs) in read_signature()
375 off64_t offset = 0; in verify() local
/system/bt/bta/hf_client/
Dbta_hf_client_at.c657 int offset; in bta_hf_client_parse_uint32() local
686 int offset; in bta_hf_client_parse_cind_values() local
717 int offset; in bta_hf_client_parse_cind_list() local
833 int offset; in bta_hf_client_parse_ciev() local
913 int offset; in bta_hf_client_parse_clip() local
941 int offset; in bta_hf_client_parse_ccwa() local
968 int offset; in bta_hf_client_parse_cops() local
995 int offset; in bta_hf_client_parse_binp() local
1022 int offset; in bta_hf_client_parse_clcc() local
1090 int offset; in bta_hf_client_parse_cnum() local
[all …]
/system/core/libsparse/
Dbacked_block.c36 int64_t offset; member
40 int64_t offset; member
325 int64_t offset, unsigned int len, unsigned int block) in backed_block_add_file()
343 int backed_block_add_fd(struct backed_block_list *bbl, int fd, int64_t offset, in backed_block_add_fd()
Dsparse_read.c101 int fd, int64_t offset, unsigned int blocks, unsigned int block, in process_raw_chunk()
222 static int process_chunk(struct sparse_file *s, int fd, off64_t offset, in process_chunk()
283 off64_t offset; in sparse_file_read_sparse() local
362 int64_t offset = 0; in sparse_file_read_normal() local
/system/core/libdiskconfig/
Ddiskutils.c34 write_raw_image(const char *dst, const char *src, loff_t offset, int test) in write_raw_image()
/system/core/libion/original-kernel-headers/linux/
Dion_test.h32 __u64 offset; member
/system/core/libion/kernel-headers/linux/
Dion_test.h26 __u64 offset; member
/system/core/libpixelflinger/
Draster.cpp77 GGLint offset = GGLint(c->state.scissor.left) - xd; in ggl_copyPixels() local
83 GGLint offset = GGLint(c->state.scissor.top) - yd; in ggl_copyPixels() local
/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c264 OI_UINT offset = context->common.filterBufferOffset; in OI_SBC_SynthFrame_80() local
295 OI_UINT offset = context->common.filterBufferOffset; in OI_SBC_SynthFrame_4SB() local
329 OI_UINT offset = context->common.filterBufferOffset; in OI_SBC_SynthFrame_Enhanced() local
/system/core/libbacktrace/
DUnwindCurrent.cpp31 std::string UnwindCurrent::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw()
DUnwindPtrace.cpp125 std::string UnwindPtrace::GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset) { in GetFunctionNameRaw()
/system/extras/simpleperf/
Drecord_file.h99 const char* DataAtOffset(uint64_t offset) { in DataAtOffset()

12345