/external/icu/icu4c/source/data/rbnf/ |
D | it.txt | 65 "2000: <%%msc-no-final<\u00ADmila[\u00AD>>];", 107 "20: vent>%%msc-with-i>;", 108 "30: trent>%%msc-with-a>;", 109 "40: quarant>%%msc-with-a>;", 110 "50: cinquant>%%msc-with-a>;", 111 "60: sessant>%%msc-with-a>;", 112 "70: settant>%%msc-with-a>;", 113 "80: ottant>%%msc-with-a>;", 114 "90: novant>%%msc-with-a>;", 115 "100: cent>%%msc-with-o>;", [all …]
|
/external/mesa3d/src/glx/apple/ |
D | glx_empty.c | 90 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/ |
D | dri2.h | 93 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);
|
D | dri_glx.c | 71 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 …]
|
D | dri2.c | 130 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()
|
D | glxclient.h | 120 int64_t *ust, int64_t *msc, int64_t *sbc); 123 int64_t *msc, int64_t *sbc); 125 int64_t *msc, int64_t *sbc);
|
D | glxcmds.c | 1841 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 …]
|
D | dri2_glx.c | 425 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/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UCharacterUtility.java | 44 static int toInt(char msc, char lsc) in toInt() argument 46 return ((msc << 16) | lsc); in toInt()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterUtility.java | 43 static int toInt(char msc, char lsc) in toInt() argument 45 return ((msc << 16) | lsc); in toInt()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri.c | 79 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/ |
D | Makefile.msc | 12 $(MAKE) -f win32\makefile.msc
|
/external/libmtp/ |
D | README.windows.txt | 37 4. Goto Start -> Run, type "devmgmt.msc" and press "ok". 49 1. Goto Start -> Run, type "devmgmt.msc" and press "ok".
|
/external/mesa3d/include/GL/ |
D | glxext.h | 816 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);
|
D | wglext.h | 645 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/zlib/src/contrib/masmx86/ |
D | readme.txt | 23 nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj"
|
/external/vboot_reference/msc/ |
D | README.txt | 23 c:\> nmake /f %path_to_vboot_reference_tree%\msc\nmakefile
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 194 int64_t * msc, int64_t * sbc); 201 int64_t *msc);
|
/external/deqp/framework/delibs/cmake/ |
D | CFlags.cmake | 57 # Compiler flags for msc
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_context.h | 315 struct radeon_state_atom msc; member
|
D | radeon_state_init.c | 539 ALLOC_STATE( msc, always, MSC_STATE_SIZE, "MSC/misc", 0 ); in radeonInitState() 598 rmesa->hw.msc.cmd[MSC_CMD_0] = cmdpkt(rmesa, RADEON_EMIT_RE_MISC); in radeonInitState() 773 rmesa->hw.msc.cmd[MSC_RE_MISC] = in radeonInitState()
|
/external/bzip2/ |
D | README.COMPILATION.PROBLEMS | 17 myself for x86-linux and amd64-linux. With makefile.msc, Visual C++
|
/external/libpng/scripts/ |
D | README.txt | 30 makefile.msc => Microsoft C makefile
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_context.h | 495 struct radeon_state_atom msc; member
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_x11.c | 698 int64_t msc, int64_t divisor, int64_t remainder) in dri2_swap_buffers_msc() argument 703 uint32_t msc_hi = msc >> 32; in dri2_swap_buffers_msc() 704 uint32_t msc_lo = msc & 0xffffffff; in dri2_swap_buffers_msc()
|