Home
last modified time | relevance | path

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

123456789

/third_party/skia/third_party/externals/icu/source/data/rbnf/
Dit.txt60 "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/
Dit.txt60 "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/flutter/skia/third_party/externals/icu/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 …]
/third_party/mesa3d/src/glx/apple/
Dglx_empty.c57 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/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSyncControlTest.cpp200 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/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSyncControlTest.cpp200 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/libwebsockets/lib/tls/mbedtls/
Dmbedtls-session.c77 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/
Drtpdec_qt.c138 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()
Dmov.c3166 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/
Deglextchromium.h48 EGLuint64CHROMIUM *msc, EGLuint64CHROMIUM *sbc);
52 EGLuint64CHROMIUM *msc, EGLuint64CHROMIUM *sbc);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUCharacterUtility.java46 static int toInt(char msc, char lsc) in toInt() argument
48 return ((msc << 16) | lsc); in toInt()
/third_party/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()
/third_party/mesa3d/src/loader/
Dloader_dri3_helper.h153 uint64_t ust, msc; member
217 int64_t *ust, int64_t *msc, int64_t *sbc);
229 int64_t *msc, int64_t *sbc);
/third_party/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c712 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()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c87 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()
/third_party/zlib/contrib/untgz/
DMakefile.msc12 $(MAKE) -f win32\makefile.msc
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/untgz/
DMakefile.msc12 $(MAKE) -f win32\makefile.msc
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/untgz/
DMakefile.msc12 $(MAKE) -f win32\makefile.msc
/third_party/weston/doc/sphinx/toc/libweston/images/
Dreact-to-heads-changed.msc3 msc {
Dhead-destroyed.msc3 msc {
Ddestroy-output.msc3 msc {
Dinitial-heads.msc3 msc {
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DSurfaceGL.h25 egl::Error getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) override;
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Deglext_angle.h194 EGLuint64KHR *msc,
200 EGLuint64KHR *msc,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DSurfaceGL.h25 egl::Error getSyncValues(EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) override;

123456789