Home
last modified time | relevance | path

Searched refs:msc (Results 1 – 25 of 83) sorted by relevance

1234

/external/chromium_org/third_party/icu/source/data/rbnf/
Dit.txt70 "2000: <%%msc-no-final<\u00ADmila[\u00AD>>];",
114 "20: vent>%%msc-with-i>;",
115 "30: trent>%%msc-with-a>;",
116 "40: quarant>%%msc-with-a>;",
117 "50: cinquant>%%msc-with-a>;",
118 "60: sessant>%%msc-with-a>;",
119 "70: settant>%%msc-with-a>;",
120 "80: ottant>%%msc-with-a>;",
121 "90: novant>%%msc-with-a>;",
122 "100: cent>%%msc-with-o>;",
[all …]
/external/icu4c/data/rbnf/
Dit.txt68 "2000: <%%msc-no-final<\u00ADmila[\u00AD>>];",
112 "20: vent>%%msc-with-i>;",
113 "30: trent>%%msc-with-a>;",
114 "40: quarant>%%msc-with-a>;",
115 "50: cinquant>%%msc-with-a>;",
116 "60: sessant>%%msc-with-a>;",
117 "70: settant>%%msc-with-a>;",
118 "80: ottant>%%msc-with-a>;",
119 "90: novant>%%msc-with-a>;",
120 "100: cent>%%msc-with-o>;",
[all …]
/external/mesa3d/src/glx/apple/
Dglx_empty.c90 int64_t * ust, int64_t * msc, int64_t * sbc) in glXGetSyncValuesOML() argument
95 (void) msc; in glXGetSyncValuesOML()
117 int64_t * msc, int64_t * sbc) in glXWaitForMscOML() argument
125 (void) msc; in glXWaitForMscOML()
134 int64_t * msc, int64_t * sbc) in glXWaitForSbcOML() argument
140 (void) msc; in glXWaitForSbcOML()
/external/chromium_org/third_party/mesa/src/src/glx/apple/
Dglx_empty.c90 int64_t * ust, int64_t * msc, int64_t * sbc) in glXGetSyncValuesOML() argument
95 (void) msc; in glXGetSyncValuesOML()
117 int64_t * msc, int64_t * sbc) in glXWaitForMscOML() argument
125 (void) msc; in glXWaitForMscOML()
134 int64_t * msc, int64_t * sbc) in glXWaitForSbcOML() argument
140 (void) msc; in glXWaitForSbcOML()
/external/mesa3d/src/glx/
Ddri2.h93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
97 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
101 CARD64 *msc, CARD64 *sbc);
Ddri_glx.c71 const __DRImediaStreamCounterExtension *msc; member
729 int64_t *ust, int64_t *msc, int64_t *sbc) in driDrawableGetMSC() argument
734 if (pdp && psc->sbc && psc->msc) in driDrawableGetMSC()
735 return ( (*psc->msc->getMSC)(psc->driScreen, msc) == 0 && in driDrawableGetMSC()
742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in driWaitForMSC() argument
747 if (pdp != NULL && psc->msc != NULL) { in driWaitForMSC()
748 ret = (*psc->msc->waitForMSC) (pdp->driDrawable, target_msc, in driWaitForMSC()
749 divisor, remainder, msc, sbc); in driWaitForMSC()
760 int64_t *msc, int64_t *sbc) in driWaitForSBC() argument
766 (*psc->sbc->waitForSBC) (pdp->driDrawable, target_sbc, msc, sbc); in driWaitForSBC()
[all …]
Ddri2.c130 aevent->msc = ((CARD64)awire->msc_hi << 32) | awire->msc_lo; in DRI2WireToEvent()
587 Bool DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, in DRI2GetMSC() argument
609 *msc = vals_to_card64(rep.msc_lo, rep.msc_hi); in DRI2GetMSC()
633 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc) in DRI2WaitMSC() argument
655 *msc = ((CARD64)rep.msc_hi << 32) | (CARD64)rep.msc_lo; in DRI2WaitMSC()
674 CARD64 *msc, CARD64 *sbc) in DRI2WaitSBC() argument
696 *msc = ((CARD64)rep.msc_hi << 32) | rep.msc_lo; in DRI2WaitSBC()
Dglxclient.h120 int64_t *ust, int64_t *msc, int64_t *sbc);
123 int64_t *msc, int64_t *sbc);
125 int64_t *msc, int64_t *sbc);
Dglxcmds.c1841 int64_t ust, msc, sbc; in __glXGetVideoSyncSGI() local
1868 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc); in __glXGetVideoSyncSGI()
1869 *count = (unsigned) msc; in __glXGetVideoSyncSGI()
1885 int64_t ust, msc, sbc; in __glXWaitVideoSyncSGI() local
1906 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc, in __glXWaitVideoSyncSGI()
1908 *count = (unsigned) msc; in __glXWaitVideoSyncSGI()
2074 int64_t * ust, int64_t * msc, int64_t * sbc) in __glXGetSyncValuesOML() argument
2090 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc); in __glXGetSyncValuesOML()
2241 int64_t * msc, int64_t * sbc) in __glXWaitForMscOML() argument
2261 ust, msc, sbc); in __glXWaitForMscOML()
[all …]
/external/chromium_org/third_party/mesa/src/src/glx/
Ddri2.h93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
97 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
101 CARD64 *msc, CARD64 *sbc);
Ddri_glx.c71 const __DRImediaStreamCounterExtension *msc; member
729 int64_t *ust, int64_t *msc, int64_t *sbc) in driDrawableGetMSC() argument
734 if (pdp && psc->sbc && psc->msc) in driDrawableGetMSC()
735 return ( (*psc->msc->getMSC)(psc->driScreen, msc) == 0 && in driDrawableGetMSC()
742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in driWaitForMSC() argument
747 if (pdp != NULL && psc->msc != NULL) { in driWaitForMSC()
748 ret = (*psc->msc->waitForMSC) (pdp->driDrawable, target_msc, in driWaitForMSC()
749 divisor, remainder, msc, sbc); in driWaitForMSC()
760 int64_t *msc, int64_t *sbc) in driWaitForSBC() argument
766 (*psc->sbc->waitForSBC) (pdp->driDrawable, target_sbc, msc, sbc); in driWaitForSBC()
[all …]
Ddri2.c130 aevent->msc = ((CARD64)awire->msc_hi << 32) | awire->msc_lo; in DRI2WireToEvent()
587 Bool DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, in DRI2GetMSC() argument
609 *msc = vals_to_card64(rep.msc_lo, rep.msc_hi); in DRI2GetMSC()
633 CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc) in DRI2WaitMSC() argument
655 *msc = ((CARD64)rep.msc_hi << 32) | (CARD64)rep.msc_lo; in DRI2WaitMSC()
674 CARD64 *msc, CARD64 *sbc) in DRI2WaitSBC() argument
696 *msc = ((CARD64)rep.msc_hi << 32) | rep.msc_lo; in DRI2WaitSBC()
Dglxclient.h120 int64_t *ust, int64_t *msc, int64_t *sbc);
123 int64_t *msc, int64_t *sbc);
125 int64_t *msc, int64_t *sbc);
Dglxcmds.c1841 int64_t ust, msc, sbc; in __glXGetVideoSyncSGI() local
1868 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc); in __glXGetVideoSyncSGI()
1869 *count = (unsigned) msc; in __glXGetVideoSyncSGI()
1885 int64_t ust, msc, sbc; in __glXWaitVideoSyncSGI() local
1906 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc, in __glXWaitVideoSyncSGI()
1908 *count = (unsigned) msc; in __glXWaitVideoSyncSGI()
2074 int64_t * ust, int64_t * msc, int64_t * sbc) in __glXGetSyncValuesOML() argument
2090 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc); in __glXGetSyncValuesOML()
2241 int64_t * msc, int64_t * sbc) in __glXWaitForMscOML() argument
2261 ust, msc, sbc); in __glXWaitForMscOML()
[all …]
Ddri2_glx.c425 int64_t *ust, int64_t *msc, int64_t *sbc) in dri2DrawableGetMSC() argument
433 *msc = dri2_msc; in dri2DrawableGetMSC()
446 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in dri2WaitForMSC() argument
454 *msc = dri2_msc; in dri2WaitForMSC()
462 int64_t *msc, int64_t *sbc) in dri2WaitForSBC() argument
470 *msc = dri2_msc; in dri2WaitForSBC()
/external/chromium_org/ui/gl/EGL/
Deglextchromium.h24 EGLuint64CHROMIUM *msc, EGLuint64CHROMIUM *sbc);
28 EGLuint64CHROMIUM *msc, EGLuint64CHROMIUM *sbc);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c79 int64_t msc = (((uint64_t)msc_hi) << 32) | msc_lo; in vl_dri2_handle_stamps() local
81 if (scrn->last_ust && scrn->last_msc && (ust > scrn->last_ust) && (msc > scrn->last_msc)) in vl_dri2_handle_stamps()
82 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); in vl_dri2_handle_stamps()
84 if (scrn->next_msc && (scrn->next_msc < msc)) in vl_dri2_handle_stamps()
88 scrn->last_msc = msc; in vl_dri2_handle_stamps()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c79 int64_t msc = (((uint64_t)msc_hi) << 32) | msc_lo; in vl_dri2_handle_stamps() local
81 if (scrn->last_ust && scrn->last_msc && (ust > scrn->last_ust) && (msc > scrn->last_msc)) in vl_dri2_handle_stamps()
82 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); in vl_dri2_handle_stamps()
84 if (scrn->next_msc && (scrn->next_msc < msc)) in vl_dri2_handle_stamps()
88 scrn->last_msc = msc; in vl_dri2_handle_stamps()
/external/zlib/src/contrib/untgz/
DMakefile.msc12 $(MAKE) -f win32\makefile.msc
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_ts_frames.c815 p_rx_frame->u.msc.signals = *p_data++; in rfc_process_mx_message()
819 p_rx_frame->u.msc.break_present = *p_data & RFCOMM_MSC_BREAK_PRESENT_MASK; in rfc_process_mx_message()
820 … p_rx_frame->u.msc.break_duration = (*p_data & RFCOMM_MSC_BREAK_MASK) >> RFCOMM_MSC_SHIFT_BREAK; in rfc_process_mx_message()
824 p_rx_frame->u.msc.break_present = FALSE; in rfc_process_mx_message()
825 p_rx_frame->u.msc.break_duration = 0; in rfc_process_mx_message()
/external/libmtp/
DREADME.windows.txt37 4. Goto Start -> Run, type "devmgmt.msc" and press "ok".
49 1. Goto Start -> Run, type "devmgmt.msc" and press "ok".
/external/zlib/src/contrib/masmx86/
Dreadme.txt23 nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"
/external/chromium_org/third_party/mesa/src/include/GL/
Dglxext.h816 extern Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, in…
819 … int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
820 …(Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
822 …TSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
825 … int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
826 …(Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
Dwglext.h645 extern BOOL WINAPI wglGetSyncValuesOML (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
649 …ML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
650 extern BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
652 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
656 …C) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
657 typedef BOOL (WINAPI * PFNWGLWAITFORSBCOMLPROC) (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc,…
/external/mesa3d/include/GL/
Dglxext.h816 extern Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, in…
819 … int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
820 …(Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
822 …TSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
825 … int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
826 …(Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);

1234