/third_party/musl/src/unistd/ |
H A D | pwrite.c | 4 ssize_t pwrite(int fd, const void *buf, size_t size, off_t ofs) in pwrite() argument
|
H A D | pread.c | 4 ssize_t pread(int fd, void *buf, size_t size, off_t ofs) in pread() argument
|
H A D | pwritev.c | 6 ssize_t pwritev(int fd, const struct iovec *iov, int count, off_t ofs) in pwritev() argument
|
H A D | preadv.c | 6 ssize_t preadv(int fd, const struct iovec *iov, int count, off_t ofs) in preadv() argument
|
/third_party/musl/src/linux/ |
H A D | sendfile.c | 4 ssize_t sendfile(int out_fd, int in_fd, off_t *ofs, size_t count) in sendfile() argument
|
H A D | pwritev2.c | 6 ssize_t pwritev2(int fd, const struct iovec *iov, int count, off_t ofs, int flags) in pwritev2() argument
|
H A D | preadv2.c | 6 ssize_t preadv2(int fd, const struct iovec *iov, int count, off_t ofs, int flags) in preadv2() argument
|
/third_party/node/test/cctest/ |
H A D | test_node_crypto_env.cc | 26 const int ofs = 2; in TEST_F() local 27 ASSERT_EQ(BIO_seek(bio.get(), ofs), ofs); in TEST_F() local 28 ASSERT_EQ(BIO_tell(bio.get()), ofs); in TEST_F() local
|
/third_party/FatFs/documents/res/ |
H A D | app6.c | 20 DWORD ofs, tmr;
in test_raw_speed() local
|
/third_party/libwebsockets/lib/misc/lwsac/ |
H A D | private-lib-misc-lwsac.h | 49 size_t ofs; /* next writeable position inside chunk */ member
|
/third_party/libdrm/intel/ |
H A D | mm.h | 38 int ofs, size; member
|
H A D | mm.c | 58 drm_private struct mem_block *mmInit(int ofs, int size) in mmInit() argument [all...] |
/third_party/libcoap/src/ |
H A D | coap_str.c | 67 static int ofs = 0; in coap_make_str_const() local
|
/third_party/mesa3d/src/util/ |
H A D | u_mm.h | 41 int ofs,size; member
|
H A D | u_mm.c | 70 u_mmInit(int ofs, int size) in u_mmInit() argument [all...] |
/third_party/libwebsockets/lib/core/ |
H A D | vfs.c | 54 lws_fileofs_t ofs; in lws_vfs_file_seek_set() local
|
H A D | buflist.c | 176 lws_buflist_linear_copy(struct lws_buflist **head, size_t ofs, uint8_t *buf, in lws_buflist_linear_copy() argument 188 memcpy(buf, ((uint8_t *)&p[1]) + LWS_PRE + ofs, s); in lws_buflist_linear_copy() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
H A D | md5hl.c | 83 char *MD5FileChunk(const char *filename, char *buf, off_t ofs, off_t len) in MD5FileChunk() argument
|
/foundation/CastEngine/castengine_wifi_display/services/configuration/src/ |
H A D | json_parser.cpp | 60 std::ofstream ofs; in SaveConfig() local
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_create.c | 116 off_t ofs = (_64bits ? elf_header64.e_phoff : elf_header32.e_phoff); in _UCD_create() local
|
/third_party/libcoap/tests/ |
H A D | test_wellknown.c | 37 size_t buflen, offset, ofs; in t_wellknown1() local 86 size_t buflen, offset, ofs; in t_wellknown2() local [all...] |
/third_party/mesa3d/src/mesa/x86/ |
H A D | common_x86.c | 295 GLuint ofs; in _mesa_get_x86_features() local
|
/third_party/libexif/libexif/apple/ |
H A D | exif-mnote-data-apple.c | 61 unsigned int ofs, dofs; in exif_mnote_data_apple_load() local [all...] |
/third_party/libwebsockets/lib/system/ |
H A D | system.c | 77 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs) in lws_system_blob_get() argument
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_service_supplement_test.cpp | 291 ofstream ofs; in HWTEST_F() local 319 ofstream ofs; in HWTEST_F() local
|