/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-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/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/ |
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 | 136 uint64_t ust, msc; member 191 int64_t *ust, int64_t *msc, int64_t *sbc); 201 int64_t target_sbc, int64_t *ust,
|
D | loader_dri3_helper.c | 381 draw->vtable->show_fps(draw, ce->ust); in dri3_handle_present_event() 383 draw->ust = ce->ust; in dri3_handle_present_event() 386 draw->notify_ust = ce->ust; in dri3_handle_present_event() 452 int64_t *ust, int64_t *msc, int64_t *sbc) in loader_dri3_wait_for_msc() argument 478 *ust = draw->notify_ust; in loader_dri3_wait_for_msc() 494 int64_t target_sbc, int64_t *ust, in loader_dri3_wait_for_sbc() argument 514 *ust = draw->ust; in loader_dri3_wait_for_sbc() 1665 int64_t ust, msc, sbc; in loader_dri3_swapbuffer_barrier() local 1667 (void) loader_dri3_wait_for_sbc(draw, 0, &ust, &msc, &sbc); in loader_dri3_swapbuffer_barrier()
|
/external/mesa3d/src/glx/ |
D | g_glxglvnddispatchfuncs.c | 703 int64_t *ust, int64_t *msc, int64_t *sbc) in dispatch_GetSyncValuesOML() argument 716 return (*pGetSyncValuesOML)(dpy, drawable, ust, msc, sbc); in dispatch_GetSyncValuesOML() 902 int64_t remainder, int64_t *ust, in dispatch_WaitForMscOML() argument 916 return (*pWaitForMscOML)(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc); in dispatch_WaitForMscOML() 922 int64_t target_sbc, int64_t *ust, in dispatch_WaitForSbcOML() argument 936 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 | 1845 int64_t ust, msc, sbc; in __glXGetVideoSyncSGI() local 1872 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc); in __glXGetVideoSyncSGI() 1889 int64_t ust, msc, sbc; in __glXWaitVideoSyncSGI() local 1910 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc, in __glXWaitVideoSyncSGI() 2078 int64_t * ust, int64_t * msc, int64_t * sbc) in __glXGetSyncValuesOML() argument 2094 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc); in __glXGetSyncValuesOML() 2242 int64_t remainder, int64_t * ust, in __glXWaitForMscOML() argument 2263 ust, msc, sbc); in __glXWaitForMscOML() 2274 int64_t target_sbc, int64_t * ust, in __glXWaitForSbcOML() argument 2291 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc); in __glXWaitForSbcOML() [all …]
|
D | dri3_glx.c | 392 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in dri3_wait_for_msc() argument 397 remainder, ust, msc, sbc); in dri3_wait_for_msc() 409 int64_t *ust, int64_t *msc, int64_t *sbc) in dri3_drawable_get_msc() argument 411 return dri3_wait_for_msc(pdraw, 0, 0, 0, ust, msc,sbc); in dri3_drawable_get_msc() 421 dri3_wait_for_sbc(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri3_wait_for_sbc() argument 427 ust, msc, sbc); in dri3_wait_for_sbc()
|
D | dri2_glx.c | 439 int64_t *ust, int64_t *msc, int64_t *sbc) in dri2DrawableGetMSC() argument 451 *ust = merge_counter(get_msc_reply->ust_hi, get_msc_reply->ust_lo); in dri2DrawableGetMSC() 461 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in dri2WaitForMSC() argument 483 *ust = merge_counter(wait_msc_reply->ust_hi, wait_msc_reply->ust_lo); in dri2WaitForMSC() 492 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, in dri2WaitForSBC() argument 509 *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/adeb/bcc/misc/ |
D | lockstat.py | 243 ust = stack_traces.walk(val.sid) 244 syms = get_syms(ust, key.pid)
|
/external/swiftshader/include/GL/ |
D | glxext.h | 687 typedef Bool ( *PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int6… 690 …drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int6… 691 …OMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int6… 693 Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *… 696 …drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int6… 697 Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_…
|
D | wglext.h | 830 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 834 …MLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 … 835 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 837 BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 841 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust… 842 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
|
/external/mesa3d/include/GL/ |
D | glxext.h | 673 typedef Bool ( *PFNGLXGETSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int6… 676 …drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int6… 677 …OMLPROC) (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int6… 679 Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *… 682 …drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int6… 683 Bool glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_…
|
D | wglext.h | 830 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 834 …MLPROC) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 … 835 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,… 837 BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc); 841 BOOL WINAPI wglWaitForMscOML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust… 842 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 | 117 EGLuint64KHR *ust, EGLuint64KHR *msc, in dri2_fallback_get_sync_values() argument
|
D | platform_x11_dri3.c | 247 EGLuint64KHR *ust, EGLuint64KHR *msc, in dri3_get_sync_values() argument 253 (int64_t *) ust, (int64_t *) msc, in dri3_get_sync_values()
|
/external/icu/icu4c/source/data/unit/ |
D | uz.txt | 1565 dnam{"dy sim.ust"} 1566 one{"{0} dy sim.ust"} 1567 other{"{0} dy sim.ust"} 1575 dnam{"mm sim.ust"} 1576 one{"{0} mm sim.ust"} 1577 other{"{0} mm sim.ust"}
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | ja-t-ro-fonipa.txt | 13 awɡust アウグスト
|
/external/mesa3d/src/egl/main/ |
D | eglapi.h | 187 EGLuint64KHR *ust, EGLuint64KHR *msc,
|