/third_party/skia/third_party/externals/icu/source/data/rbnf/ |
D | it.txt | 60 "2000: <%%msc-no-final<\u00ADmila[\u00AD>>];", 102 "20: vent>%%msc-with-i>;", 103 "30: trent>%%msc-with-a>;", 104 "40: quarant>%%msc-with-a>;", 105 "50: cinquant>%%msc-with-a>;", 106 "60: sessant>%%msc-with-a>;", 107 "70: settant>%%msc-with-a>;", 108 "80: ottant>%%msc-with-a>;", 109 "90: novant>%%msc-with-a>;", 110 "100: cent>%%msc-with-o>;", [all …]
|
/third_party/icu/icu4c/source/data/rbnf/ |
D | it.txt | 60 "2000: <%%msc-no-final<\u00ADmila[\u00AD>>];", 102 "20: vent>%%msc-with-i>;", 103 "30: trent>%%msc-with-a>;", 104 "40: quarant>%%msc-with-a>;", 105 "50: cinquant>%%msc-with-a>;", 106 "60: sessant>%%msc-with-a>;", 107 "70: settant>%%msc-with-a>;", 108 "80: ottant>%%msc-with-a>;", 109 "90: novant>%%msc-with-a>;", 110 "100: cent>%%msc-with-o>;", [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLSyncControlTest.cpp | 200 EGLuint64KHR ust = 0, msc = 0, sbc = 0; in TEST_F() local 204 eglGetSyncValuesCHROMIUM(mDisplay, mSurface, &ust, &msc, &sbc); in TEST_F() 206 ASSERT_EGL_TRUE(eglGetSyncValuesCHROMIUM(mDisplay, mSurface, &ust, &msc, &sbc)); in TEST_F() 208 ASSERT_EQ(0ull, msc); in TEST_F() 222 ASSERT_EGL_TRUE(eglGetSyncValuesCHROMIUM(mDisplay, mSurface, &ust, &msc, &sbc)); in TEST_F() 230 ASSERT_GT(msc, 0ull); in TEST_F() 252 ASSERT_GT(msc2, msc); in TEST_F()
|
/third_party/mesa3d/src/glx/apple/ |
D | glx_empty.c | 57 int64_t * ust, int64_t * msc, int64_t * sbc) in glXGetSyncValuesOML() argument 62 (void) msc; in glXGetSyncValuesOML() 84 int64_t * msc, int64_t * sbc) in glXWaitForMscOML() argument 92 (void) msc; in glXWaitForMscOML() 101 int64_t * msc, int64_t * sbc) in glXWaitForSbcOML() argument 107 (void) msc; in glXWaitForSbcOML()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-session.c | 77 mbedtls_ssl_context *msc; in lws_tls_reuse_session() local 100 msc = SSL_mbedtls_ssl_context_from_SSL(wsi->tls.ssl); in lws_tls_reuse_session() 101 mbedtls_ssl_set_session(msc, &ts->session); in lws_tls_reuse_session() 167 mbedtls_ssl_context *msc; in lws_tls_session_new_mbedtls() local 184 msc = SSL_mbedtls_ssl_context_from_SSL(wsi->tls.ssl); in lws_tls_session_new_mbedtls() 222 if (mbedtls_ssl_get_session(msc, &ts->session)) { in lws_tls_session_new_mbedtls() 242 if (mbedtls_ssl_get_session(msc, &ts->session)) in lws_tls_session_new_mbedtls()
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_qt.c | 138 MOVStreamContext *msc; in qt_rtp_parse_packet() local 145 st->priv_data = msc = av_mallocz(sizeof(MOVStreamContext)); in qt_rtp_parse_packet() 146 if (!msc) { in qt_rtp_parse_packet() 155 qt->bytes_per_frame = msc->bytes_per_frame; in qt_rtp_parse_packet() 156 av_free(msc); in qt_rtp_parse_packet()
|
D | mov.c | 3166 const MOVStreamContext *msc, in get_edit_list_entry() argument 3172 if (edit_list_index == msc->elst_count) { in get_edit_list_entry() 3175 *edit_list_media_time = msc->elst_data[edit_list_index].time; in get_edit_list_entry() 3176 *edit_list_duration = msc->elst_data[edit_list_index].duration; in get_edit_list_entry() 3183 *edit_list_duration = av_rescale(*edit_list_duration, msc->time_scale, in get_edit_list_entry() 3218 MOVStreamContext *msc = st->priv_data; in find_prev_closest_index() local 3229 if (msc->dts_shift > 0) { in find_prev_closest_index() 3230 timestamp_pts -= msc->dts_shift; in find_prev_closest_index() 3388 MOVStreamContext *msc = st->priv_data; in mov_estimate_video_delay() local 3399 if (st->codecpar->video_delay <= 0 && msc->ctts_data && in mov_estimate_video_delay() [all …]
|
/third_party/mesa3d/include/EGL/ |
D | eglextchromium.h | 48 EGLuint64CHROMIUM *msc, EGLuint64CHROMIUM *sbc); 52 EGLuint64CHROMIUM *msc, EGLuint64CHROMIUM *sbc);
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 156 uint64_t ust, msc; member 221 int64_t *ust, int64_t *msc, int64_t *sbc); 233 int64_t *msc, int64_t *sbc);
|
D | loader_dri3_helper.c | 541 draw->msc = ce->msc; in dri3_handle_present_event() 544 draw->notify_msc = ce->msc; in dri3_handle_present_event() 608 int64_t *ust, int64_t *msc, int64_t *sbc) in loader_dri3_wait_for_msc() argument 629 *msc = draw->notify_msc; in loader_dri3_wait_for_msc() 645 int64_t *msc, int64_t *sbc) in loader_dri3_wait_for_sbc() argument 665 *msc = draw->msc; in loader_dri3_wait_for_sbc() 1063 target_msc = draw->msc + abs(draw->swap_interval) * in loader_dri3_swap_buffers_msc() 2319 int64_t ust, msc, sbc; in loader_dri3_swapbuffer_barrier() local 2321 (void) loader_dri3_wait_for_sbc(draw, 0, &ust, &msc, &sbc); in loader_dri3_swapbuffer_barrier()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UCharacterUtility.java | 45 static int toInt(char msc, char lsc) in toInt() argument 47 return ((msc << 16) | lsc); in toInt()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UCharacterUtility.java | 46 static int toInt(char msc, char lsc) in toInt() argument 48 return ((msc << 16) | lsc); in toInt()
|
/third_party/mesa3d/src/glx/ |
D | g_glxglvnddispatchfuncs.c | 712 int64_t *ust, int64_t *msc, int64_t *sbc) in dispatch_GetSyncValuesOML() argument 725 return pGetSyncValuesOML(dpy, drawable, ust, msc, sbc); in dispatch_GetSyncValuesOML() 930 int64_t *msc, int64_t *sbc) in dispatch_WaitForMscOML() argument 943 return pWaitForMscOML(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc); in dispatch_WaitForMscOML() 950 int64_t *msc, int64_t *sbc) in dispatch_WaitForSbcOML() argument 963 return pWaitForSbcOML(dpy, drawable, target_sbc, ust, msc, sbc); in dispatch_WaitForSbcOML()
|
D | glxcmds.c | 1885 int64_t ust, msc, sbc; in glXGetVideoSyncSGI() local 1907 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc); in glXGetVideoSyncSGI() 1908 *count = (unsigned) msc; in glXGetVideoSyncSGI() 1923 int64_t ust, msc, sbc; in glXWaitVideoSyncSGI() local 1943 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc, in glXWaitVideoSyncSGI() 1945 *count = (unsigned) msc; in glXWaitVideoSyncSGI() 2076 int64_t *ust, int64_t *msc, int64_t *sbc) in glXGetSyncValuesOML() argument 2092 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc); in glXGetSyncValuesOML() 2239 int64_t *msc, int64_t *sbc) in glXWaitForMscOML() argument 2259 ust, msc, sbc); in glXWaitForMscOML() [all …]
|
D | glxclient.h | 129 int64_t *ust, int64_t *msc, int64_t *sbc); 132 int64_t *msc, int64_t *sbc); 134 int64_t *msc, int64_t *sbc);
|
D | dri3_glx.c | 424 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc) in dri3_wait_for_msc() argument 429 remainder, ust, msc, sbc); in dri3_wait_for_msc() 441 int64_t *ust, int64_t *msc, int64_t *sbc) in dri3_drawable_get_msc() argument 443 return dri3_wait_for_msc(pdraw, 0, 0, 0, ust, msc,sbc); in dri3_drawable_get_msc() 454 int64_t *msc, int64_t *sbc) in dri3_wait_for_sbc() argument 459 ust, msc, sbc); in dri3_wait_for_sbc()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri.c | 87 int64_t msc = (((uint64_t)msc_hi) << 32) | msc_lo; in vl_dri2_handle_stamps() local 90 scrn->last_msc && (msc > scrn->last_msc)) in vl_dri2_handle_stamps() 91 scrn->ns_frame = (ust - scrn->last_ust) / (msc - scrn->last_msc); in vl_dri2_handle_stamps() 94 scrn->last_msc = msc; in vl_dri2_handle_stamps()
|
D | vl_winsys_dri3.c | 124 dri3_handle_stamps(struct vl_dri3_screen *scrn, uint64_t ust, uint64_t msc) in dri3_handle_stamps() argument 129 scrn->last_msc && (msc > scrn->last_msc)) in dri3_handle_stamps() 130 scrn->ns_frame = (ust_ns - scrn->last_ust) / (msc - scrn->last_msc); in dri3_handle_stamps() 133 scrn->last_msc = msc; in dri3_handle_stamps() 153 dri3_handle_stamps(scrn, ce->ust, ce->msc); in dri3_handle_present_event() 156 dri3_handle_stamps(scrn, ce->ust, ce->msc); in dri3_handle_present_event()
|
/third_party/zlib/contrib/untgz/ |
D | Makefile.msc | 12 $(MAKE) -f win32\makefile.msc
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | WindowSurfaceGLX.cpp | 294 egl::Error WindowSurfaceGLX::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues() argument 297 reinterpret_cast<int64_t *>(msc), reinterpret_cast<int64_t *>(sbc))) in getSyncValues()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | SurfaceGL.h | 25 egl::Error getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) override;
|
D | SurfaceGL.cpp | 31 egl::Error SurfaceGL::getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) in getSyncValues() argument
|
/third_party/libevdev/libevdev/ |
D | libevdev-int.h | 296 max_mask(MSC, msc); in type_to_mask_const() 319 max_mask(MSC, msc); in type_to_mask()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | SwapChainD3D.h | 72 virtual egl::Error getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) = 0;
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
D | eglext_angle.h | 241 EGLuint64KHR *msc, 247 EGLuint64KHR *msc,
|