Home
last modified time | relevance | path

Searched defs:ofs (Results 1 – 25 of 107) sorted by relevance

12345

/external/arm-trusted-firmware/plat/mediatek/mt8195/drivers/spm/
Dmt_spm_cond.c19 #define MT_LP_TZ_INFRA_REG(ofs) (INFRACFG_AO_BASE + ofs) argument
20 #define MT_LP_TZ_SPM_REG(ofs) (SPM_BASE + ofs) argument
21 #define MT_LP_TZ_TOPCK_REG(ofs) (TOPCKGEN_BASE + ofs) argument
22 #define MT_LP_TZ_APMIXEDSYS(ofs) (APMIXEDSYS + ofs) argument
23 #define MT_LP_TZ_VPPSYS0_REG(ofs) (VPPSYS0_BASE + ofs) argument
24 #define MT_LP_TZ_VPPSYS1_REG(ofs) (VPPSYS1_BASE + ofs) argument
25 #define MT_LP_TZ_VDOSYS0_REG(ofs) (VDOSYS0_BASE + ofs) argument
26 #define MT_LP_TZ_VDOSYS1_REG(ofs) (VDOSYS1_BASE + ofs) argument
27 #define MT_LP_TZ_PERI_AO_REG(ofs) (PERICFG_AO_BASE + ofs) argument
/external/curl/src/
Dtool_cb_see.c97 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
103 # define _lseeki64(hnd,ofs,whence) _lseek(hnd,ofs,whence) argument
106 # define _lseeki64(hnd,ofs,whence) _lseek64(hnd,ofs,whence) argument
113 # define _lseeki64(hnd,ofs,whence) lseek(hnd,ofs,whence) argument
/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spm/
Dmt_spm_cond.c19 #define MT_LP_TZ_INFRA_REG(ofs) (INFRACFG_AO_BASE + ofs) argument
20 #define MT_LP_TZ_MM_REG(ofs) (MMSYS_BASE + ofs) argument
21 #define MT_LP_TZ_SPM_REG(ofs) (SPM_BASE + ofs) argument
22 #define MT_LP_TZ_TOPCK_REG(ofs) (TOPCKGEN_BASE + ofs) argument
23 #define MT_LP_TZ_APMIXEDSYS(ofs) (APMIXEDSYS + ofs) argument
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dmsg.h25 #define PTR_AT(msg, ofs, type) (type*)((const char*)msg + ofs) argument
192 UPB_INLINE bool _upb_has_submsg_nohasbit(const upb_msg *msg, size_t ofs) { in _upb_has_submsg_nohasbit()
268 UPB_INLINE const void *_upb_array_accessor(const void *msg, size_t ofs, in _upb_array_accessor()
280 UPB_INLINE void *_upb_array_mutable_accessor(void *msg, size_t ofs, in _upb_array_mutable_accessor()
292 UPB_INLINE void *_upb_array_resize_accessor2(void *msg, size_t ofs, size_t size, in _upb_array_resize_accessor2()
304 UPB_INLINE bool _upb_array_append_accessor2(void *msg, size_t ofs, in _upb_array_append_accessor2()
343 UPB_INLINE void *_upb_array_resize_accessor(void *msg, size_t ofs, size_t size, in _upb_array_resize_accessor()
348 UPB_INLINE bool _upb_array_append_accessor(void *msg, size_t ofs, in _upb_array_append_accessor()
485 UPB_INLINE size_t _upb_msg_map_size(const upb_msg *msg, size_t ofs) { in _upb_msg_map_size()
490 UPB_INLINE bool _upb_msg_map_get(const upb_msg *msg, size_t ofs, in _upb_msg_map_get()
[all …]
/external/libcxx/test/libcxx/input.output/file.streams/fstreams/
Dfstream.close.pass.cpp26 std::fstream ofs(temp, std::ios::out | std::ios::trunc); in main() local
/external/musl/src/unistd/
Dpwrite.c4 ssize_t pwrite(int fd, const void *buf, size_t size, off_t ofs) in pwrite()
Dpread.c4 ssize_t pread(int fd, void *buf, size_t size, off_t ofs) in pread()
Dpwritev.c6 ssize_t pwritev(int fd, const struct iovec *iov, int count, off_t ofs) in pwritev()
Dpreadv.c6 ssize_t preadv(int fd, const struct iovec *iov, int count, off_t ofs) in preadv()
/external/musl/src/linux/
Dsendfile.c4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile()
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/input.output/file.streams/fstreams/
Dfstream.close.pass.cpp26 std::fstream ofs(temp, std::ios::out | std::ios::trunc); in main() local
/external/mtools/
Dmisc.c211 off_t ofs; in str_to_offset_with_end() local
258 off_t ofs = str_to_offset_with_end(str, &end); in str_to_offset() local
/external/ComputeLibrary/tests/validation/gpu/unit/
DContext.cpp84 std::ofstream ofs(mlgo_filename, std::ofstream::trunc); in TEST_SUITE() local
/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spmc/
Dmtspmc_private.h32 #define SPM_REG(ofs) (uint32_t)(SPM_BASE + (ofs)) argument
33 #define MCUCFG_REG(ofs) (uint32_t)(MCUCFG_BASE + (ofs)) argument
34 #define INFRACFG_AO_REG(ofs) (uint32_t)(INFRACFG_AO_BASE + (ofs)) argument
/external/arm-trusted-firmware/plat/mediatek/mt8195/drivers/spmc/
Dmtspmc_private.h32 #define SPM_REG(ofs) (uint32_t)(SPM_BASE + (ofs)) argument
33 #define MCUCFG_REG(ofs) (uint32_t)(MCUCFG_BASE + (ofs)) argument
34 #define INFRACFG_AO_REG(ofs) (uint32_t)(INFRACFG_AO_BASE + (ofs)) argument
/external/cronet/third_party/protobuf/benchmarks/util/
Dgogo_data_scrubber.cc67 std::ofstream ofs(output_file); in main() local
Dproto3_data_stripper.cc67 std::ofstream ofs(output_file); in main() local
/external/protobuf/benchmarks/util/
Dproto3_data_stripper.cc67 std::ofstream ofs(output_file); in main() local
Dgogo_data_scrubber.cc67 std::ofstream ofs(output_file); in main() local
/external/igt-gpu-tools/tests/i915/
Dgem_set_tiling_vs_gtt.c100 int ofs = i % (TEST_STRIDE / 4); variable
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dcompile_decoder.c150 static void setofs(uint32_t *instruction, int32_t ofs) { in setofs()
174 int ofs = getofs(*codep); in label() local
211 int ofs = pcofs(c); in put32() local
459 uint64_t ofs; in repack() local
472 uint64_t ofs = pcofs(c) - method->code_base.ofs; in dispatchtarget() local
/external/mesa3d/src/util/
Du_mm.h41 int ofs,size; member
/external/libdrm/intel/
Dmm.h38 int ofs, size; member
/external/libjpeg-turbo/md5/
Dmd5hl.c83 char *MD5FileChunk(const char *filename, char *buf, off_t ofs, off_t len) in MD5FileChunk()
/external/libwebsockets/lib/misc/lwsac/
Dprivate-lib-misc-lwsac.h49 size_t ofs; /* next writeable position inside chunk */ member

12345