Home
last modified time | relevance | path

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

1234

/external/icu/icu4c/source/data/rbnf/
Dit.txt59 "2000: <%%msc-no-final<\u00ADmila[\u00AD>>];",
101 "20: vent>%%msc-with-i>;",
102 "30: trent>%%msc-with-a>;",
103 "40: quarant>%%msc-with-a>;",
104 "50: cinquant>%%msc-with-a>;",
105 "60: sessant>%%msc-with-a>;",
106 "70: settant>%%msc-with-a>;",
107 "80: ottant>%%msc-with-a>;",
108 "90: novant>%%msc-with-a>;",
109 "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/mesa3d/include/EGL/
Deglextchromium.h48 EGLuint64CHROMIUM *msc, EGLuint64CHROMIUM *sbc);
52 EGLuint64CHROMIUM *msc, EGLuint64CHROMIUM *sbc);
/external/mesa3d/src/loader/
Dloader_dri3_helper.h140 uint64_t ust, msc; member
185 int64_t *ust, int64_t *msc, int64_t *sbc);
196 int64_t *msc, int64_t *sbc);
Dloader_dri3_helper.c244 draw->msc = ce->msc; in dri3_handle_present_event()
248 draw->notify_msc = ce->msc; in dri3_handle_present_event()
298 int64_t *ust, int64_t *msc, int64_t *sbc) in loader_dri3_wait_for_msc() argument
321 *msc = draw->notify_msc; in loader_dri3_wait_for_msc()
336 int64_t *msc, int64_t *sbc) in loader_dri3_wait_for_sbc() argument
353 *msc = draw->msc; in loader_dri3_wait_for_sbc()
675 target_msc = draw->msc + swap_interval * in loader_dri3_swap_buffers_msc()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterUtility.java46 static int toInt(char msc, char lsc) in toInt() argument
48 return ((msc << 16) | lsc); in toInt()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterUtility.java45 static int toInt(char msc, char lsc) in toInt() argument
47 return ((msc << 16) | lsc); in toInt()
/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c686 int64_t *ust, int64_t *msc, int64_t *sbc) in dispatch_GetSyncValuesOML() argument
699 return (*pGetSyncValuesOML)(dpy, drawable, ust, msc, sbc); in dispatch_GetSyncValuesOML()
886 int64_t *msc, int64_t *sbc) in dispatch_WaitForMscOML() argument
899 return (*pWaitForMscOML)(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc); in dispatch_WaitForMscOML()
906 int64_t *msc, int64_t *sbc) in dispatch_WaitForSbcOML() argument
919 return (*pWaitForSbcOML)(dpy, drawable, target_sbc, ust, msc, sbc); in dispatch_WaitForSbcOML()
Ddri3_glx.c404 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()
434 int64_t *msc, int64_t *sbc) in dri3_wait_for_sbc() argument
439 ust, msc, sbc); in dri3_wait_for_sbc()
Dglxcmds.c1859 int64_t ust, msc, sbc; in __glXGetVideoSyncSGI() local
1886 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc); in __glXGetVideoSyncSGI()
1887 *count = (unsigned) msc; in __glXGetVideoSyncSGI()
1903 int64_t ust, msc, sbc; in __glXWaitVideoSyncSGI() local
1924 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc, in __glXWaitVideoSyncSGI()
1926 *count = (unsigned) 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()
2257 int64_t * msc, int64_t * sbc) in __glXWaitForMscOML() argument
2277 ust, msc, sbc); in __glXWaitForMscOML()
[all …]
Dglxclient.h126 int64_t *ust, int64_t *msc, int64_t *sbc);
129 int64_t *msc, int64_t *sbc);
131 int64_t *msc, int64_t *sbc);
Ddri2_glx.c433 int64_t *ust, int64_t *msc, int64_t *sbc) in dri2DrawableGetMSC() argument
446 *msc = merge_counter(get_msc_reply->msc_hi, get_msc_reply->msc_lo); in dri2DrawableGetMSC()
455 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in dri2WaitForMSC() argument
478 *msc = merge_counter(wait_msc_reply->msc_hi, wait_msc_reply->msc_lo); in dri2WaitForMSC()
487 int64_t *msc, int64_t *sbc) in dri2WaitForSBC() argument
504 *msc = merge_counter(wait_sbc_reply->msc_hi, wait_sbc_reply->msc_lo); in dri2WaitForSBC()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c86 int64_t msc = (((uint64_t)msc_hi) << 32) | msc_lo; in vl_dri2_handle_stamps() local
89 scrn->last_msc && (msc > scrn->last_msc)) in vl_dri2_handle_stamps()
90 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); in vl_dri2_handle_stamps()
93 scrn->last_msc = msc; 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
125 scrn->last_msc && (msc > scrn->last_msc)) in dri3_handle_stamps()
126 scrn->ns_frame = (ust_ns - scrn->last_ust) / (msc - scrn->last_msc); in dri3_handle_stamps()
129 scrn->last_msc = msc; 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/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/untgz/
DMakefile.msc12 $(MAKE) -f win32\makefile.msc
/external/mesa3d/include/GL/
Dglxext.h670 …TSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
673 … int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
674 …(Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
676 Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *…
679 … int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
680 …(Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
Dwglext.h820 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
824 …C) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
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 …ML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
832 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
/external/swiftshader/include/GL/
Dwglext.h830 typedef BOOL (WINAPI * PFNWGLGETSYNCVALUESOMLPROC) (HDC hdc, INT64 *ust, INT64 *msc, INT64 *sbc);
834 …C) (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
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 …ML (HDC hdc, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc);
842 BOOL WINAPI wglWaitForSbcOML (HDC hdc, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc);
Dglxext.h687 …TSYNCVALUESOMLPROC) (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc);
690 … int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
691 …(Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
693 Bool glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *…
696 … int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc);
697 …(Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc);
/external/zlib/src/contrib/masmx86/
Dreadme.txt23 nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"
/external/vboot_reference/msc/
DREADME.txt23 c:\> nmake /f %path_to_vboot_reference_tree%\msc\nmakefile
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2_fallbacks.h114 EGLuint64KHR *ust, EGLuint64KHR *msc, in dri2_fallback_get_sync_values() argument
Dplatform_x11_dri3.c276 EGLuint64KHR *ust, EGLuint64KHR *msc, in dri3_get_sync_values() argument
282 (int64_t *) ust, (int64_t *) msc, in dri3_get_sync_values()
Dplatform_x11.c839 int64_t msc, int64_t divisor, int64_t remainder) in dri2_x11_swap_buffers_msc() argument
843 uint32_t msc_hi = msc >> 32; in dri2_x11_swap_buffers_msc()
844 uint32_t msc_lo = msc & 0xffffffff; in dri2_x11_swap_buffers_msc()
1113 EGLuint64KHR *ust, EGLuint64KHR *msc, in dri2_x11_get_sync_values() argument
1130 *msc = ((EGLuint64KHR) reply->msc_hi << 32) | reply->msc_lo; in dri2_x11_get_sync_values()

1234