/external/mesa3d/src/glx/windows/ |
D | windowsgl.c | 79 WNDCLASSEX wc; in windows_create_context() local 80 wc.cbSize = sizeof(WNDCLASSEX); in windows_create_context() 81 wc.style = CS_HREDRAW | CS_VREDRAW; in windows_create_context() 82 wc.lpfnWndProc = DefWindowProc; in windows_create_context() 83 wc.cbClsExtra = 0; in windows_create_context() 84 wc.cbWndExtra = 0; in windows_create_context() 85 wc.hInstance = GetModuleHandle(NULL); in windows_create_context() 86 wc.hIcon = 0; in windows_create_context() 87 wc.hCursor = 0; in windows_create_context() 88 wc.hbrBackground = (HBRUSH) GetStockObject(WHITE_BRUSH); in windows_create_context() [all …]
|
/external/curl/lib/ |
D | wildcard.c | 39 CURLcode Curl_wildcard_init(struct WildcardData *wc) in Curl_wildcard_init() argument 41 Curl_llist_init(&wc->filelist, fileinfo_dtor); in Curl_wildcard_init() 42 wc->state = CURLWC_INIT; in Curl_wildcard_init() 47 void Curl_wildcard_dtor(struct WildcardData *wc) in Curl_wildcard_dtor() argument 49 if(!wc) in Curl_wildcard_dtor() 52 if(wc->dtor) { in Curl_wildcard_dtor() 53 wc->dtor(wc->protdata); in Curl_wildcard_dtor() 54 wc->dtor = ZERO_NULL; in Curl_wildcard_dtor() 55 wc->protdata = NULL; in Curl_wildcard_dtor() 57 DEBUGASSERT(wc->protdata == NULL); in Curl_wildcard_dtor() [all …]
|
D | x509asn1.c | 270 unsigned int wc; in utf8asn1str() local 308 wc = 0; in utf8asn1str() 311 wc = (wc << 8) | *(const unsigned char *) from++; in utf8asn1str() 312 wc = (wc << 8) | *(const unsigned char *) from++; in utf8asn1str() 315 wc = (wc << 8) | *(const unsigned char *) from++; in utf8asn1str() 318 wc = (wc << 8) | *(const unsigned char *) from++; in utf8asn1str() 321 if(wc >= 0x00000080) { in utf8asn1str() 322 if(wc >= 0x00000800) { in utf8asn1str() 323 if(wc >= 0x00010000) { in utf8asn1str() 324 if(wc >= 0x00200000) { in utf8asn1str() [all …]
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 89 int iswalnum_l(wchar_t wc, locale_t locale) in iswalnum_l() argument 91 return __xiswalnum(locale, wc); in iswalnum_l() 95 int iswalpha_l(wchar_t wc, locale_t locale) in iswalpha_l() argument 97 return __xiswalpha(locale, wc); in iswalpha_l() 101 int iswblank_l(wchar_t wc, locale_t locale) in iswblank_l() argument 103 return __xiswblank(locale, wc); in iswblank_l() 107 int iswcntrl_l(wchar_t wc, locale_t locale) in iswcntrl_l() argument 109 return __xiswcntrl(locale, wc); in iswcntrl_l() 113 int iswdigit_l(wchar_t wc, locale_t locale) in iswdigit_l() argument 115 return __xiswdigit(locale, wc); in iswdigit_l() [all …]
|
/external/lzma/CPP/Windows/Control/ |
D | Window2.cpp | 53 WNDCLASS wc; in CreateEx() local 54 if (!::GetClassInfo(instance, className, &wc)) in CreateEx() 57 wc.style = 0; in CreateEx() 58 wc.lpfnWndProc = WindowProcedure; in CreateEx() 59 wc.cbClsExtra = 0; in CreateEx() 60 wc.cbWndExtra = 0; in CreateEx() 61 wc.hInstance = instance; in CreateEx() 62 wc.hIcon = NULL; in CreateEx() 63 wc.hCursor = LoadCursor(NULL, IDC_ARROW); in CreateEx() 64 wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); in CreateEx() [all …]
|
/external/libcxx/include/ |
D | cwctype | 30 int iswalnum(wint_t wc); 31 int iswalpha(wint_t wc); 32 int iswblank(wint_t wc); // C99 33 int iswcntrl(wint_t wc); 34 int iswdigit(wint_t wc); 35 int iswgraph(wint_t wc); 36 int iswlower(wint_t wc); 37 int iswprint(wint_t wc); 38 int iswpunct(wint_t wc); 39 int iswspace(wint_t wc); [all …]
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 69 WNDCLASSEX wc; in graw_create_window_and_screen() local 86 memset(&wc, 0, sizeof wc); in graw_create_window_and_screen() 87 wc.cbSize = sizeof wc; in graw_create_window_and_screen() 88 wc.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW; in graw_create_window_and_screen() 89 wc.lpfnWndProc = window_proc; in graw_create_window_and_screen() 90 wc.lpszClassName = "graw-gdi"; in graw_create_window_and_screen() 91 wc.hInstance = GetModuleHandle(NULL); in graw_create_window_and_screen() 92 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION); in graw_create_window_and_screen() 93 wc.hCursor = LoadCursor(NULL, IDC_ARROW); in graw_create_window_and_screen() 94 wc.hbrBackground = (HBRUSH)(COLOR_BTNFACE + 1); in graw_create_window_and_screen() [all …]
|
/external/compiler-rt/lib/tsan/ |
D | analyze_libtsan.sh | 40 tot=$(wc -l < $file) 42 rsp=$(grep '(%rsp)' $file | wc -l) 43 push=$(grep 'push' $file | wc -l) 44 pop=$(grep 'pop' $file | wc -l) 45 call=$(grep 'call' $file | wc -l) 46 load=$(egrep 'mov .*\,.*\(.*\)|cmp .*\,.*\(.*\)' $file | wc -l) 47 store=$(egrep 'mov .*\(.*\),' $file | wc -l) 48 mov=$(grep 'mov' $file | wc -l) 49 lea=$(grep 'lea' $file | wc -l) 50 sh=$(grep 'shr\|shl' $file | wc -l) [all …]
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 61 static const char *utf8_to_wchar(const char *input, wchar_t *wc, in utf8_to_wchar() argument 65 *wc = (wchar_t) input[0]; in utf8_to_wchar() 69 *wc = (((wchar_t) input[0] & 0x1f) << 6) | in utf8_to_wchar() 74 *wc = (((wchar_t) input[0] & 0x0f) << 12) | in utf8_to_wchar() 80 *wc = (((wchar_t) input[0] & 0x07) << 18) | in utf8_to_wchar() 87 *wc = (((wchar_t) input[0] & 0x03) << 24) | in utf8_to_wchar() 95 *wc = (((wchar_t) input[0] & 0x01) << 30) | in utf8_to_wchar() 106 static u_int16_t *wchar_to_utf16(u_int16_t *output, wchar_t wc, size_t outsize) in wchar_to_utf16() argument 108 if (wc <= 0xffff) { in wchar_to_utf16() 111 output[0] = cpu_to_le16(wc); in wchar_to_utf16() [all …]
|
/external/toybox/lib/ |
D | linestack.c | 92 int (*escout)(FILE *out, int cols, int wc)) in crunch_str() argument 98 wchar_t wc; in crunch_str() local 100 if ((bytes = utf8towc(&wc, end, 4))>0 && (col = wcwidth(wc))>=0) { in crunch_str() 101 if (!escmore || wc>255 || !strchr(escmore, wc)) { in crunch_str() 111 wc = *end; in crunch_str() 116 if ((col = escout(out, col, wc))<0) break; in crunch_str() 126 int crunch_escape(FILE *out, int cols, int wc) in crunch_escape() argument 131 if (wc<' ') rc = sprintf(buf, "^%c", '@'+wc); in crunch_escape() 132 else if (wc<256) rc = sprintf(buf, "<%02X>", wc); in crunch_escape() 133 else rc = sprintf(buf, "U+%04X", wc); in crunch_escape() [all …]
|
/external/mksh/src/ |
D | expr.c | 711 unsigned int wc; in utf_widthadj() local 714 if (!UTFMODE || (len = utf_mbtowc(&wc, src)) == (size_t)-1 || in utf_widthadj() 715 wc == 0) in utf_widthadj() 717 else if ((width = utf_wcwidth(wc)) < 0) in utf_widthadj() 730 unsigned int wc; in utf_mbswidth() local 737 if (((len = utf_mbtowc(&wc, s)) == (size_t)-1) || in utf_mbswidth() 738 ((cw = utf_wcwidth(wc)) == -1)) { in utf_mbswidth() 793 unsigned int c, wc; in utf_mbtowc() local 795 if ((wc = ord(rtt2asc(*s++))) < 0x80) { in utf_mbtowc() 798 *dst = wc; in utf_mbtowc() [all …]
|
/external/pdfium/third_party/libtiff/ |
D | tif_predict.c | 341 tmsize_t wc = cc / 2; in swabHorAcc16() local 343 TIFFSwabArrayOfShort(wp, wc); in swabHorAcc16() 352 tmsize_t wc = cc / 2; in horAcc16() local 361 if (wc > stride) { in horAcc16() 362 wc -= stride; in horAcc16() 365 wc -= stride; in horAcc16() 366 } while (wc > 0); in horAcc16() 375 tmsize_t wc = cc / 4; in swabHorAcc32() local 377 TIFFSwabArrayOfLong(wp, wc); in swabHorAcc32() 386 tmsize_t wc = cc / 4; in horAcc32() local [all …]
|
/external/skqp/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 65 WNDCLASS wc; in WinGLTestContext() local 66 wc.cbClsExtra = 0; in WinGLTestContext() 67 wc.cbWndExtra = 0; in WinGLTestContext() 68 wc.hbrBackground = nullptr; in WinGLTestContext() 69 wc.hCursor = LoadCursor(nullptr, IDC_ARROW); in WinGLTestContext() 70 wc.hIcon = LoadIcon(nullptr, IDI_APPLICATION); in WinGLTestContext() 71 wc.hInstance = hInstance; in WinGLTestContext() 72 wc.lpfnWndProc = (WNDPROC) DefWindowProc; in WinGLTestContext() 73 wc.lpszClassName = TEXT("Griffin"); in WinGLTestContext() 74 wc.lpszMenuName = nullptr; in WinGLTestContext() [all …]
|
/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 65 WNDCLASS wc; in WinGLTestContext() local 66 wc.cbClsExtra = 0; in WinGLTestContext() 67 wc.cbWndExtra = 0; in WinGLTestContext() 68 wc.hbrBackground = nullptr; in WinGLTestContext() 69 wc.hCursor = LoadCursor(nullptr, IDC_ARROW); in WinGLTestContext() 70 wc.hIcon = LoadIcon(nullptr, IDI_APPLICATION); in WinGLTestContext() 71 wc.hInstance = hInstance; in WinGLTestContext() 72 wc.lpfnWndProc = (WNDPROC) DefWindowProc; in WinGLTestContext() 73 wc.lpszClassName = TEXT("Griffin"); in WinGLTestContext() 74 wc.lpszMenuName = nullptr; in WinGLTestContext() [all …]
|
/external/iptables/utils/ |
D | nfnl_osf.c | 153 char *ptr, wc; in xt_osf_parse_opt() local 161 wc = OSF_WSS_PLAIN; in xt_osf_parse_opt() 199 wc = OSF_WSS_MODULO; in xt_osf_parse_opt() 202 wc = OSF_WSS_MSS; in xt_osf_parse_opt() 205 wc = OSF_WSS_MTU; in xt_osf_parse_opt() 208 wc = OSF_WSS_PLAIN; in xt_osf_parse_opt() 214 if (wc) in xt_osf_parse_opt() 228 wc = OSF_WSS_MODULO; in xt_osf_parse_opt() 231 if (wc) in xt_osf_parse_opt() 263 opt[*optnum].wc.wc = wc; in xt_osf_parse_opt() [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | crbit-asm.ll | 8 %0 = tail call i8 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i1 %b1, i1 %b2) #0 26 %0 = tail call i32 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i32 %b1, i32 %b2) #0 45 %0 = tail call i8 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i8 %b1, i8 %b2) #0
|
D | crbit-asm-disabled.ll | 7 %0 = tail call i8 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i1 %b1, i1 %b2) #0 12 ; CHECK: error: couldn't allocate output register for constraint 'wc'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | crbit-asm.ll | 11 %0 = tail call i8 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i1 %b1, i1 %b2) #0 33 %0 = tail call i32 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i32 %b1, i32 %b2) #0 52 %0 = tail call i8 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i8 %b1, i8 %b2) #0
|
D | crbit-asm-disabled.ll | 7 %0 = tail call i8 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i1 %b1, i1 %b2) #0 12 ; CHECK: error: couldn't allocate output register for constraint 'wc'
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | closure.h | 146 wrapped_closure* wc = static_cast<wrapped_closure*>(arg); local 147 grpc_iomgr_cb_func cb = wc->cb; 148 void* cb_arg = wc->cb_arg; 149 gpr_free(wc); 163 closure_impl::wrapped_closure* wc = local 164 static_cast<closure_impl::wrapped_closure*>(gpr_malloc(sizeof(*wc))); 165 wc->cb = cb; 166 wc->cb_arg = cb_arg; 168 grpc_closure_init(file, line, &wc->wrapper, closure_impl::closure_wrapper, wc, 171 grpc_closure_init(&wc->wrapper, closure_impl::closure_wrapper, wc, scheduler); [all …]
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_ext_pbuffer.c | 169 WNDCLASS wc; in wglCreatePbufferARB() local 170 memset(&wc, 0, sizeof wc); in wglCreatePbufferARB() 171 wc.hbrBackground = (HBRUSH) (COLOR_BTNFACE + 1); in wglCreatePbufferARB() 172 wc.hCursor = LoadCursor(NULL, IDC_ARROW); in wglCreatePbufferARB() 173 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION); in wglCreatePbufferARB() 174 wc.lpfnWndProc = WndProc; in wglCreatePbufferARB() 175 wc.lpszClassName = "wglpbuffer"; in wglCreatePbufferARB() 176 wc.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW; in wglCreatePbufferARB() 177 RegisterClass(&wc); in wglCreatePbufferARB()
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func_traceonoff_triggers.tc | 29 grep -v '^#' trace | wc -l 60 x=`grep '^\.schedule$' available_filter_functions | wc -l` 78 cnt=`grep schedule set_ftrace_filter | wc -l` 113 cnt=`grep schedule set_ftrace_filter | wc -l` 125 cnt=`grep schedule set_ftrace_filter | wc -l` 143 cnt=`grep schedule set_ftrace_filter | wc -l`
|
/external/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 138 WNDCLASS wc; in ANGLEGLContext() local 139 wc.cbClsExtra = 0; in ANGLEGLContext() 140 wc.cbWndExtra = 0; in ANGLEGLContext() 141 wc.hbrBackground = nullptr; in ANGLEGLContext() 142 wc.hCursor = LoadCursor(nullptr, IDC_ARROW); in ANGLEGLContext() 143 wc.hIcon = LoadIcon(nullptr, IDI_APPLICATION); in ANGLEGLContext() 144 wc.hInstance = hInstance; in ANGLEGLContext() 145 wc.lpfnWndProc = (WNDPROC) DefWindowProc; in ANGLEGLContext() 146 wc.lpszClassName = TEXT("ANGLE-win"); in ANGLEGLContext() 147 wc.lpszMenuName = nullptr; in ANGLEGLContext() [all …]
|
/external/skqp/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 138 WNDCLASS wc; in ANGLEGLContext() local 139 wc.cbClsExtra = 0; in ANGLEGLContext() 140 wc.cbWndExtra = 0; in ANGLEGLContext() 141 wc.hbrBackground = nullptr; in ANGLEGLContext() 142 wc.hCursor = LoadCursor(nullptr, IDC_ARROW); in ANGLEGLContext() 143 wc.hIcon = LoadIcon(nullptr, IDI_APPLICATION); in ANGLEGLContext() 144 wc.hInstance = hInstance; in ANGLEGLContext() 145 wc.lpfnWndProc = (WNDPROC) DefWindowProc; in ANGLEGLContext() 146 wc.lpszClassName = TEXT("ANGLE-win"); in ANGLEGLContext() 147 wc.lpszMenuName = nullptr; in ANGLEGLContext() [all …]
|
/external/webrtc/webrtc/test/win/ |
D | d3d_renderer.cc | 140 WNDCLASSA wc = {}; in Create() local 142 wc.style = CS_HREDRAW | CS_VREDRAW; in Create() 143 wc.lpfnWndProc = WindowProc; in Create() 144 wc.hCursor = LoadCursor(NULL, IDC_ARROW); in Create() 145 wc.hbrBackground = reinterpret_cast<HBRUSH>(COLOR_WINDOW); in Create() 146 wc.lpszClassName = kD3DClassName; in Create() 148 wc_atom = RegisterClassA(&wc); in Create()
|