HomeSort by relevance Sort by last modified time
    Searched defs:pwc (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/std/depr/depr.c.headers/
stdlib_h.pass.cpp 75 const wchar_t* pwc = 0; local
83 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), "");
  /external/libcxx/test/std/language.support/support.runtime/
cstdlib.pass.cpp 91 const wchar_t* pwc = 0; local
99 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 76 const wchar_t* pwc = 0; local
81 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
cstdlib.pass.cpp 80 const wchar_t* pwc = 0; local
85 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::size_t>::value), "");
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 257 WMesaContext pwc = wmesa_context(ctx); local
278 pwc->clearColorRef = RGB(col[0], col[1], col[2]);
279 DeleteObject(pwc->clearPen);
280 DeleteObject(pwc->clearBrush);
281 pwc->clearPen = CreatePen(PS_SOLID, 1, pwc->clearColorRef);
282 pwc->clearBrush = CreateSolidBrush(pwc->clearColorRef);
305 bColor = BGR8(GetRValue(pwc->clearColorRef),
306 GetGValue(pwc->clearColorRef),
440 WMesaContext pwc = wmesa_context(ctx); local
524 WMesaContext pwc = wmesa_context(ctx); local
542 WMesaContext pwc = wmesa_context(ctx); local
563 WMesaContext pwc = wmesa_context(ctx); local
1184 WMesaContext pwc = wmesa_context(ctx); local
1237 WMesaContext pwc = wmesa_context(ctx); local
    [all...]

Completed in 203 milliseconds