Searched defs:pread (Results 1 - 17 of 17) sorted by relevance

/external/bison/darwin-lib/
H A Dunistd.h1465 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html>. */
1468 # undef pread
1469 # define pread rpl_pread
1471 _GL_FUNCDECL_RPL (pread, ssize_t,
1474 _GL_CXXALIAS_RPL (pread, ssize_t,
1478 _GL_FUNCDECL_SYS (pread, ssize_t,
1482 _GL_CXXALIAS_SYS (pread, ssize_t,
1485 _GL_CXXALIASWARN (pread);
1487 # undef pread macro
1489 _GL_WARN_ON_USE (pread, "prea
[all...]
/external/bison/linux-lib/
H A Dunistd.h1465 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html>. */
1468 # undef pread
1469 # define pread rpl_pread
1471 _GL_FUNCDECL_RPL (pread, ssize_t,
1474 _GL_CXXALIAS_RPL (pread, ssize_t,
1478 _GL_FUNCDECL_SYS (pread, ssize_t,
1482 _GL_CXXALIAS_SYS (pread, ssize_t,
1485 _GL_CXXALIASWARN (pread);
1487 # undef pread macro
1489 _GL_WARN_ON_USE (pread, "prea
[all...]
/external/mesa3d/src/glx/
H A Ddrisw_glx.c185 __GLXDRIdrawable *pread = &(prp->base); local
186 Display *dpy = pread->psc->dpy;
190 readable = pread->xDrawable;
252 struct drisw_drawable *pdraw, *pread; local
255 pread = (struct drisw_drawable *) driFetchDrawable(context, read);
259 if (pdraw == NULL || pread == NULL)
263 pdraw->driDrawable, pread->driDrawable))
H A Ddriwindows_glx.c85 struct driwindows_drawable *pdraw, *pread; local
88 pread = (struct driwindows_drawable *) driFetchDrawable(context, read);
92 if (pdraw == NULL || pread == NULL)
96 pdraw->windowsDrawable, pread->windowsDrawable))
H A Ddri3_glx.c217 struct dri3_drawable *pdraw, *pread; local
221 pread = (struct dri3_drawable *) driFetchDrawable(context, read);
230 if (pread)
231 dri_read = pread->loader_drawable.dri_drawable;
H A Ddri_glx.c545 struct dri_drawable *pdraw, *pread; local
548 pread = (struct dri_drawable *) driFetchDrawable(context, read);
552 if (pdraw == NULL || pread == NULL)
556 pdraw->driDrawable, pread->driDrawable))
H A Ddri2_glx.c134 struct dri2_drawable *pdraw, *pread; local
140 pread = (struct dri2_drawable *) driFetchDrawable(context, read);
149 if (pread)
150 dri_read = pread->driDrawable;
163 if (pread != pdraw && pread)
164 dri2InvalidateBuffers(psc->base.dpy, pread->base.xDrawable);
/external/valgrind/coregrind/
H A Dm_libcfile.c839 SysRes VG_(pread) ( Int fd, void* buf, Int count, OffT offset ) function
/external/fio/os/windows/
H A Dposix.c757 ssize_t pread(int fildes, void *buf, size_t nbyte, off_t offset) function
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c1807 struct drm_i915_gem_pread pread; local
1813 memclear(pread);
1814 pread.handle = bo_gem->gem_handle;
1815 pread.offset = offset;
1816 pread.size = size;
1817 pread.data_ptr = (uint64_t) (uintptr_t) data;
1820 &pread);
/external/libpng/contrib/libtests/
H A Dpngvalid.c777 png_structp pread; /* Used to read a saved file */ member in struct:png_store
862 ps->pread = NULL;
1010 if (pp != NULL && pp == ps->pread)
1408 png_error(ps->pread, "buffer read error");
1434 png_error(ps->pread, "buffer lost");
1447 png_error(ps->pread, "store state damaged");
1463 png_error(ps->pread, "read beyond end of file");
1525 png_error(ps->pread, "internal: IDAT size mismatch");
1645 png_error(ps->pread, "internal: missing IDAT data");
1648 png_error(ps->pread, "interna
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 496 milliseconds