/external/strace/tests/ |
D | ustat.c | 50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main() 56 rc = syscall(__NR_ustat, dev, ust); in main() 59 major(dev), minor(dev), ust, sprintrc(rc)); in main() 64 zero_extend_signed_to_ull(ust->f_tfree), in main() 65 zero_extend_signed_to_ull(ust->f_tinode)); in main()
|
/external/strace/tests-mx32/ |
D | ustat.c | 50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main() 56 rc = syscall(__NR_ustat, dev, ust); in main() 59 major(dev), minor(dev), ust, sprintrc(rc)); in main() 64 zero_extend_signed_to_ull(ust->f_tfree), in main() 65 zero_extend_signed_to_ull(ust->f_tinode)); in main()
|
/external/strace/tests-m32/ |
D | ustat.c | 50 TAIL_ALLOC_OBJECT_CONST_PTR(struct ustat, ust); in main() 56 rc = syscall(__NR_ustat, dev, ust); in main() 59 major(dev), minor(dev), ust, sprintrc(rc)); in main() 64 zero_extend_signed_to_ull(ust->f_tfree), in main() 65 zero_extend_signed_to_ull(ust->f_tinode)); in main()
|
/external/strace/ |
D | ustat.c | 44 struct_ustat ust; in SYS_FUNC() local 46 if (!umove_or_printaddr(tcp, tcp->u_arg[1], &ust)) in SYS_FUNC() 48 zero_extend_signed_to_ull(ust.f_tfree), in SYS_FUNC() 49 zero_extend_signed_to_ull(ust.f_tinode)); in SYS_FUNC()
|
/external/mesa3d/src/glx/apple/ |
D | glx_empty.c | 90 int64_t * ust, int64_t * msc, int64_t * sbc) in glXGetSyncValuesOML() argument 94 (void) ust; in glXGetSyncValuesOML() 116 int64_t remainder, int64_t * ust, in glXWaitForMscOML() argument 124 (void) ust; in glXWaitForMscOML() 133 int64_t target_sbc, int64_t * ust, in glXWaitForSbcOML() argument 139 (void) ust; in glXWaitForSbcOML()
|
/external/mesa3d/include/EGL/ |
D | eglextchromium.h | 47 EGLDisplay dpy, EGLSurface surface, EGLuint64CHROMIUM *ust, 51 (EGLDisplay dpy, EGLSurface surface, EGLuint64CHROMIUM *ust,
|
/external/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 140 uint64_t ust, msc; member 185 int64_t *ust, int64_t *msc, int64_t *sbc); 195 int64_t target_sbc, int64_t *ust,
|
D | loader_dri3_helper.c | 241 draw->vtable->show_fps(draw, ce->ust); in dri3_handle_present_event() 243 draw->ust = ce->ust; in dri3_handle_present_event() 247 draw->notify_ust = ce->ust; in dri3_handle_present_event() 298 int64_t *ust, int64_t *msc, int64_t *sbc) in loader_dri3_wait_for_msc() argument 320 *ust = draw->notify_ust; in loader_dri3_wait_for_msc() 335 int64_t target_sbc, int64_t *ust, in loader_dri3_wait_for_sbc() argument 352 *ust = draw->ust; in loader_dri3_wait_for_sbc()
|
/external/mesa3d/src/glx/ |
D | g_glxglvnddispatchfuncs.c | 686 int64_t *ust, int64_t *msc, int64_t *sbc) in dispatch_GetSyncValuesOML() argument 699 return (*pGetSyncValuesOML)(dpy, drawable, ust, msc, sbc); in dispatch_GetSyncValuesOML() 885 int64_t remainder, int64_t *ust, in dispatch_WaitForMscOML() argument 899 return (*pWaitForMscOML)(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc); in dispatch_WaitForMscOML() 905 int64_t target_sbc, int64_t *ust, in dispatch_WaitForSbcOML() argument 919 return (*pWaitForSbcOML)(dpy, drawable, target_sbc, ust, msc, sbc); in dispatch_WaitForSbcOML()
|
D | glxclient.h | 126 int64_t *ust, int64_t *msc, int64_t *sbc); 128 int64_t divisor, int64_t remainder, int64_t *ust, 130 int (*waitForSBC)(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, 782 extern int __glXGetUST(int64_t * ust);
|
D | glxcmds.c | 1859 int64_t ust, msc, sbc; in __glXGetVideoSyncSGI() local 1886 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc); in __glXGetVideoSyncSGI() 1903 int64_t ust, msc, sbc; in __glXWaitVideoSyncSGI() local 1924 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc, in __glXWaitVideoSyncSGI() 2092 int64_t * ust, int64_t * msc, int64_t * sbc) in __glXGetSyncValuesOML() argument 2108 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc); in __glXGetSyncValuesOML() 2256 int64_t remainder, int64_t * ust, in __glXWaitForMscOML() argument 2277 ust, msc, sbc); in __glXWaitForMscOML() 2288 int64_t target_sbc, int64_t * ust, in __glXWaitForSbcOML() argument 2305 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc); in __glXWaitForSbcOML() [all …]
|
D | dri3_glx.c | 404 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in dri3_wait_for_msc() argument 409 remainder, ust, msc, sbc); in dri3_wait_for_msc() 421 int64_t *ust, int64_t *msc, int64_t *sbc) in dri3_drawable_get_msc() argument 423 return dri3_wait_for_msc(pdraw, 0, 0, 0, ust, msc,sbc); in dri3_drawable_get_msc() 433 dri3_wait_for_sbc(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri3_wait_for_sbc() argument 439 ust, msc, sbc); in dri3_wait_for_sbc()
|
D | dri2_glx.c | 433 int64_t *ust, int64_t *msc, int64_t *sbc) in dri2DrawableGetMSC() argument 445 *ust = merge_counter(get_msc_reply->ust_hi, get_msc_reply->ust_lo); in dri2DrawableGetMSC() 455 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in dri2WaitForMSC() argument 477 *ust = merge_counter(wait_msc_reply->ust_hi, wait_msc_reply->ust_lo); in dri2WaitForMSC() 486 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri2WaitForSBC() argument 503 *ust = merge_counter(wait_sbc_reply->ust_hi, wait_sbc_reply->ust_lo); in dri2WaitForSBC()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri.c | 85 int64_t ust = ((((uint64_t)ust_hi) << 32) | ust_lo) * 1000; in vl_dri2_handle_stamps() local 88 if (scrn->last_ust && (ust > scrn->last_ust) && in vl_dri2_handle_stamps() 90 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); in vl_dri2_handle_stamps() 92 scrn->last_ust = ust; in vl_dri2_handle_stamps()
|
D | vl_winsys_dri3.c | 120 dri3_handle_stamps(struct vl_dri3_screen *scrn, uint64_t ust, uint64_t msc) in dri3_handle_stamps() argument 122 int64_t ust_ns = ust * 1000; in dri3_handle_stamps() 149 dri3_handle_stamps(scrn, ce->ust, ce->msc); in dri3_handle_present_event() 152 dri3_handle_stamps(scrn, ce->ust, ce->msc); in dri3_handle_present_event()
|
/external/swiftshader/include/GL/ |
D | glxext.h | 606 typedef Bool ( *PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int6… 609 …drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int6… 610 …OMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int6… 612 Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *… 615 …drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int6… 616 Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_…
|
D | wglext.h | 813 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 817 …MLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 … 818 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 820 BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 824 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust… 825 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2_fallbacks.h | 114 EGLuint64KHR *ust, EGLuint64KHR *msc, in dri2_fallback_get_sync_values() argument
|
D | platform_x11_dri3.c | 276 EGLuint64KHR *ust, EGLuint64KHR *msc, in dri3_get_sync_values() argument 282 (int64_t *) ust, (int64_t *) msc, in dri3_get_sync_values()
|
D | egl_dri2.h | 146 EGLuint64KHR *ust, EGLuint64KHR *msc,
|
/external/mesa3d/include/GL/ |
D | wglext.h | 820 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 824 …MLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 … 825 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 827 BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 831 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust… 832 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
D | glxext.h | 670 typedef Bool ( *PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int6… 673 …drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int6… 674 …OMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int6… 676 Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *… 679 …drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int6… 680 Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_…
|
D | glx.h | 431 int64_t ust; member
|
/external/icu/icu4c/source/data/unit/ |
D | uz.txt | 1505 dnam{"dy sim.ust"} 1506 one{"{0} dy sim.ust"} 1507 other{"{0} dy sim.ust"} 1515 dnam{"mm sim.ust"} 1516 one{"{0} mm sim.ust"} 1517 other{"{0} mm sim.ust"}
|
/external/mesa3d/src/egl/main/ |
D | eglapi.h | 185 EGLuint64KHR *ust, EGLuint64KHR *msc,
|