Searched refs:pwrite (Results 1 - 25 of 29) sorted by relevance

12

/external/strace/tests/
H A Duio.c20 assert(pwrite(fd, buf, sizeof buf, offset) == 4);
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c450 FT_Byte* pwrite = line; local
456 pwrite[0] = (FT_Byte)( pwrite[0] | *p++ );
457 pwrite += 1;
461 pwrite[0] = (FT_Byte)( pwrite[0] | ( *p++ & ( 0xFF00U >> w ) ) );
468 FT_Byte* pwrite = line; local
476 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) );
477 pwrite
596 FT_Byte* pwrite = line; local
[all...]
/external/freetype/src/sfnt/
H A Dttsbit.c582 FT_Byte* pwrite = line; local
588 pwrite[0] = (FT_Byte)( pwrite[0] | *p++ );
589 pwrite += 1;
593 pwrite[0] = (FT_Byte)( pwrite[0] | ( *p++ & ( 0xFF00U >> w ) ) );
600 FT_Byte* pwrite = line; local
608 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) );
609 pwrite
725 FT_Byte* pwrite = line; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttsbit.c450 FT_Byte* pwrite = line; local
456 pwrite[0] = (FT_Byte)( pwrite[0] | *p++ );
457 pwrite += 1;
461 pwrite[0] = (FT_Byte)( pwrite[0] | ( *p++ & ( 0xFF00U >> w ) ) );
468 FT_Byte* pwrite = line; local
476 pwrite[0] = (FT_Byte)( pwrite[0] | ( wval >> x_pos ) );
477 pwrite
596 FT_Byte* pwrite = line; local
[all...]
/external/elfutils/0.153/lib/
H A Dsystem.h88 TEMP_FAILURE_RETRY (pwrite (fd, buf, len, off))
/external/bison/darwin-lib/
H A Dunistd.h1500 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/pwrite.html>. */
1503 # undef pwrite
1504 # define pwrite rpl_pwrite
1506 _GL_FUNCDECL_RPL (pwrite, ssize_t,
1509 _GL_CXXALIAS_RPL (pwrite, ssize_t,
1513 _GL_FUNCDECL_SYS (pwrite, ssize_t,
1517 _GL_CXXALIAS_SYS (pwrite, ssize_t,
1520 _GL_CXXALIASWARN (pwrite);
1522 # undef pwrite macro
1524 _GL_WARN_ON_USE (pwrite, "pwrit
[all...]
/external/bison/lib/
H A Dunistd.in.h1188 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/pwrite.html>. */
1191 # undef pwrite
1192 # define pwrite rpl_pwrite
1194 _GL_FUNCDECL_RPL (pwrite, ssize_t,
1197 _GL_CXXALIAS_RPL (pwrite, ssize_t,
1201 _GL_FUNCDECL_SYS (pwrite, ssize_t,
1205 _GL_CXXALIAS_SYS (pwrite, ssize_t,
1208 _GL_CXXALIASWARN (pwrite);
1210 # undef pwrite
1212 _GL_WARN_ON_USE (pwrite, "pwrit
[all...]
/external/bison/linux-lib/
H A Dunistd.h1500 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/pwrite.html>. */
1503 # undef pwrite
1504 # define pwrite rpl_pwrite
1506 _GL_FUNCDECL_RPL (pwrite, ssize_t,
1509 _GL_CXXALIAS_RPL (pwrite, ssize_t,
1513 _GL_FUNCDECL_SYS (pwrite, ssize_t,
1517 _GL_CXXALIAS_SYS (pwrite, ssize_t,
1520 _GL_CXXALIASWARN (pwrite);
1522 # undef pwrite macro
1524 _GL_WARN_ON_USE (pwrite, "pwrit
[all...]
/external/dhcpcd/
H A Dcommon.c248 len = pwrite(fd, spid, strlen(spid), (off_t)0);
/external/fio/os/
H A Dos-windows.h110 ssize_t pwrite(int fildes, const void *buf, size_t nbyte,
/external/chromium_org/third_party/libevent/
H A Ddevpoll.c94 * Due to a bug in Solaris, we have to use pwrite with an offset of 0.
97 if (pwrite(devpollop->dpfd, devpollop->changes,
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h478 /// ssize_t pwrite(int fildes, const void *buf, size_t nbyte,
480 pwrite, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/base/files/
H A Dfile_posix.cc361 rv = HANDLE_EINTR(pwrite(file_.get(), data + bytes_written,
/external/fio/engines/
H A Dsync.c5 * data and IO engine that does regular pread(2)/pwrite(2) to transfer data.
109 ret = pwrite(f->fd, io_u->xfer_buf, io_u->xfer_buflen, io_u->offset);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtrace-event-info.c93 if (hdr_sz && pwrite(output_fd, sizep, hdr_sz, hdr_pos) < 0) {
H A Dheader.c1062 if (pwrite(fd, &pmu_num, sizeof(pmu_num), offset) != sizeof(pmu_num)) {
/external/lldb/source/Host/common/
H A DFile.cpp654 bytes_written = ::pwrite (m_descriptor, buf, num_bytes, offset);
/external/libpng/contrib/libtests/
H A Dpngvalid.c662 png_structp pwrite; /* Used when writing a new file */ member in struct:png_store
740 ps->pwrite = NULL;
779 png_error(ps->pwrite, "invalid store call");
784 png_error(ps->pwrite, "store new: OOM");
819 png_error(ps->pwrite, "storefile: OOM");
853 else if (pp != NULL && pp == ps->pwrite)
1097 if (ps->pwrite != pp)
1249 if (ps->pwrite == NULL)
1253 png_error(ps->pwrite, "multiple store_write_palette calls");
1262 png_error(ps->pwrite, "stor
[all...]
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp249 "pwrite",
564 TLI.setUnavailable(LibFunc::pwrite);
/external/qemu/
H A Dposix-aio-compat.c210 len = pwrite(aiocb->aio_fildes,
242 * we can just use plain pread/pwrite without any problems.
265 * pread/pwrite?
/external/fio/os/windows/
H A Dposix.c686 ssize_t pwrite(int fildes, const void *buf, size_t nbyte, function
/external/qemu/block/
H A Draw-posix.c247 /* Allow reads beyond the end (needed for pwrite) */
296 ret = pwrite(s->fd, buf, count, offset);
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c890 } else if (pwrite(tdb->fd, buf, len, off) != (ssize_t)len) {
1022 if (pwrite(tdb->fd, &b, 1, (size+addition) - 1) != 1) {
1035 int ret = pwrite(tdb->fd, buf, n, size);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1407 case LibFunc::pwrite:
1410 // May throw; "pwrite" is a valid pthread cancellation point.
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc455 INTERCEPTOR(SSIZE_T, pwrite, int fd, void *ptr, SIZE_T count, OFF_T offset) {
457 COMMON_INTERCEPTOR_ENTER(ctx, pwrite, fd, ptr, count, offset);
460 SSIZE_T res = REAL(pwrite)(fd, ptr, count, offset);
464 #define INIT_PWRITE COMMON_INTERCEPT_FUNCTION(pwrite)

Completed in 709 milliseconds

12