Home
last modified time | relevance | path

Searched refs:ust (Results 1 – 25 of 47) sorted by relevance

12

/external/strace/tests/
Dustat.c50 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/
Dustat.c50 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/
Dustat.c50 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/
Dustat.c44 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/
Dglx_empty.c90 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/
Deglextchromium.h47 EGLDisplay dpy, EGLSurface surface, EGLuint64CHROMIUM *ust,
51 (EGLDisplay dpy, EGLSurface surface, EGLuint64CHROMIUM *ust,
/external/mesa3d/src/loader/
Dloader_dri3_helper.h136 uint64_t ust, msc; member
191 int64_t *ust, int64_t *msc, int64_t *sbc);
201 int64_t target_sbc, int64_t *ust,
Dloader_dri3_helper.c381 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/
Dg_glxglvnddispatchfuncs.c703 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()
Dglxclient.h126 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);
Dglxcmds.c1845 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 …]
Ddri3_glx.c392 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()
Ddri2_glx.c439 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/
Dvl_winsys_dri.c85 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()
Dvl_winsys_dri3.c120 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/
Dlockstat.py243 ust = stack_traces.walk(val.sid)
244 syms = get_syms(ust, key.pid)
/external/swiftshader/include/GL/
Dglxext.h687 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_…
Dwglext.h830 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/
Dglxext.h673 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_…
Dwglext.h830 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/
Degl_dri2_fallbacks.h117 EGLuint64KHR *ust, EGLuint64KHR *msc, in dri2_fallback_get_sync_values() argument
Dplatform_x11_dri3.c247 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/
Duz.txt1565 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/
Dja-t-ro-fonipa.txt13 awɡust アウグスト
/external/mesa3d/src/egl/main/
Deglapi.h187 EGLuint64KHR *ust, EGLuint64KHR *msc,

12