/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wmesa.c | 257 WMesaContext pwc = wmesa_context(ctx); in clear() local 278 pwc->clearColorRef = RGB(col[0], col[1], col[2]); in clear() 279 DeleteObject(pwc->clearPen); in clear() 280 DeleteObject(pwc->clearBrush); in clear() 281 pwc->clearPen = CreatePen(PS_SOLID, 1, pwc->clearColorRef); in clear() 282 pwc->clearBrush = CreateSolidBrush(pwc->clearColorRef); in clear() 305 bColor = BGR8(GetRValue(pwc->clearColorRef), in clear() 306 GetGValue(pwc->clearColorRef), in clear() 307 GetBValue(pwc->clearColorRef)); in clear() 313 wColor = BGR16(GetRValue(pwc->clearColorRef), in clear() [all …]
|
/external/bison/lib/ |
D | mbrtowc.c | 39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in mbrtowc() argument 45 pwc = NULL; in mbrtowc() 100 int res = mbtowc (pwc, p, m); in mbrtowc() 104 if (pwc != NULL && ((*pwc == 0) != (res == 0))) in mbrtowc() 329 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) in rpl_mbrtowc() argument 334 pwc = NULL; in rpl_mbrtowc() 364 if (pwc != NULL) in rpl_mbrtowc() 365 *pwc = wc; in rpl_mbrtowc() 381 if (pwc != NULL) in rpl_mbrtowc() 382 *pwc = wc; in rpl_mbrtowc() [all …]
|
D | stdlib.in.h | 301 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 302 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 304 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
|
D | wchar.in.h | 223 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 225 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 229 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 232 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
|
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 54 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s, in mbrtowc_l() argument 58 return mbrtowc( pwc, s, n, ps ); in mbrtowc_l()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 75 const wchar_t* pwc = 0; in main() local 83 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 91 const wchar_t* pwc = 0; in main() local 99 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::size_t>::value), ""); in main()
|
/external/bison/darwin-lib/ |
D | stdlib.h | 623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 626 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
|
D | wchar.h | 535 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 537 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 541 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 544 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
|
/external/bison/linux-lib/ |
D | stdlib.h | 623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 626 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
|
D | wchar.h | 535 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 537 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 541 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)); 544 (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps));
|
/external/libcxx/include/support/win32/ |
D | locale_win32.h | 45 size_t mbrtowc_l( wchar_t *__restrict pwc, const char *__restrict s,
|
/external/bison/m4/ |
D | mbrtowc.m4 | 45 [Define if the mbrtowc function has the NULL pwc argument bug.]) 221 dnl Test whether mbrtowc supports a NULL pwc argument correctly. 229 AC_CACHE_CHECK([whether mbrtowc handles a NULL pwc argument],
|
/external/libcxx/include/ |
D | cstdlib | 73 int mbtowc(wchar_t* restrict pwc, const char* restrict s, size_t n);
|
D | cwchar | 95 size_t mbrtowc(wchar_t* restrict pwc, const char* restrict s, size_t n, mbstate_t* restrict ps);
|
/external/bison/ |
D | configure | 25118 … { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mbrtowc handles a NULL pwc argument" >&5 25119 $as_echo_n "checking whether mbrtowc handles a NULL pwc argument... " >&6; }
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 89352 )W�pwc� � 437864 (��pwc���
|