HomeSort by relevance Sort by last modified time
    Searched defs:wc (Results 101 - 125 of 158) sorted by null

1 2 3 45 6 7

  /external/curl/lib/
multi.c 1629 struct WildcardData *wc = &data->wildcard; local
    [all...]
url.c 489 struct WildcardData *wc = &data->wildcard; local
490 Curl_wildcard_dtor(wc);
    [all...]
  /external/curl/tests/server/
sockfilt.c 398 ssize_t wc; local
402 wc = write(filedes, (unsigned char *)buffer + nwrite, nbytes - nwrite);
409 if(wc < 0) {
419 if(wc == 0) {
424 nwrite += wc;
    [all...]
  /external/libchrome/base/message_loop/
message_loop_unittest.cc 928 WNDCLASSEX wc = {0}; local
929 wc.cbSize = sizeof(wc);
930 wc.lpfnWndProc = TestWndProcThunk;
931 wc.hInstance = instance;
932 wc.lpszClassName = L"MessageLoopTest_HWND";
933 ATOM atom = RegisterClassEx(&wc);
    [all...]
  /external/mksh/src/
eval.c 1135 unsigned int wc; local
1141 if (!UTFMODE || (len = utf_mbtowc(&wc,
1144 wc = (unsigned char)(*s++);
1148 /* wc == char or wchar at s++ */
1149 if ((cw = utf_wcwidth(wc)) == -1) {
    [all...]
var.c 557 unsigned int wc; local
560 wc = *(const unsigned char *)s;
561 else if (utf_mbtowc(&wc, s) == (size_t)-1)
568 wc = 0xEF00 + *(const unsigned char *)s;
569 nump->u = (mksh_uari_t)wc;
    [all...]
misc.c 1155 unsigned int wc; local
1163 n = utf_mbtowc(&wc, (const char *)p);
1166 shf_fprintf(shf, "\\u%04X", wc);
2160 int wc, i, c, fc; local
    [all...]
funcs.c 297 mksh_ari_t wc; member in struct:__anon27975
476 if (!evaluate(s, &po.wc, KSH_RETURN_ERROR, true))
480 po.ts[utf_wctomb(po.ts, po.wc)] = 0;
486 Xput(xs, xp, po.wc & 0xFF);
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 410 private static int ctlOf(int rs, int wc) { return rs | wc; }
928 int wc = workerCountOf(c); local
1072 int wc = workerCountOf(c); local
1609 int wc = workerCountOf(ctl.get()); local
    [all...]
ForkJoinPool.java 2295 int wc = w.config; local
    [all...]
  /system/bt/bta/jv/
bta_jv_act.cc 1942 tBTA_JV_API_RFCOMM_WRITE* wc = &(p_data->rfcomm_write); local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 281 wchar_t wc; local
489 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) {
491 if (wc == '%') {
1153 wchar_t wc; local
1215 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) {
1217 if (wc == '%') {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 632 int k, wa, wb, wc; local
659 wc = wa + wb;
660 if (wc > a->maxwds)
665 for(x = c->x, xa = x + wc; x < xa; x++)
720 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
721 c->wds = wc;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 615 int k, wa, wb, wc; local
642 wc = wa + wb;
643 if (wc > a->maxwds)
648 for(x = c->x, xa = x + wc; x < xa; x++)
703 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
704 c->wds = wc;
    [all...]
  /external/bison/lib/
vasnprintf.c 2596 wchar_t wc; local
2621 wchar_t wc; local
    [all...]
  /external/libcxx/src/
locale.cpp 2239 uint32_t wc = *frm_nxt; local
2506 uint16_t wc = *frm_nxt; local
2701 uint32_t wc = *frm_nxt; local
2833 uint32_t wc = *frm_nxt; local
2965 uint16_t wc = *frm_nxt; local
3039 uint16_t wc = *frm_nxt; local
    [all...]
  /external/pdfium/xfa/fde/
cfde_txtedtengine.cpp 1066 FX_WCHAR wc = lpText[i]; local
1067 switch (wc) {
1107 FX_WCHAR wc = (m_nFirstLineEnd == FDE_TXTEDIT_LINEEND_CR) ? L'\\n' : L'\\r'; local
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.cpp 1922 FX_WCHAR wc = wsValue[i]; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 2291 uint32_t wc = *frm_nxt; local
2558 uint16_t wc = *frm_nxt; local
2753 uint32_t wc = *frm_nxt; local
2885 uint32_t wc = *frm_nxt; local
3017 uint16_t wc = *frm_nxt; local
3091 uint16_t wc = *frm_nxt; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
locale.cpp 2244 uint32_t wc = *frm_nxt; local
2511 uint16_t wc = *frm_nxt; local
2706 uint32_t wc = *frm_nxt; local
2838 uint32_t wc = *frm_nxt; local
2970 uint16_t wc = *frm_nxt; local
3044 uint16_t wc = *frm_nxt; local
    [all...]
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 2635 FX_WCHAR wc = wsFormat[iDotPos]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_verbs.h 330 struct ib_uverbs_wc wc[0]; member in struct:ib_uverbs_poll_cq_resp
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 915 int k, wa, wb, wc; local
933 wc = wa + wb;
934 if (wc > a->maxwds)
939 for(x = c->x, xa = x + wc; x < xa; x++)
994 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
995 c->wds = wc;
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 915 int k, wa, wb, wc; local
933 wc = wa + wb;
934 if (wc > a->maxwds)
939 for(x = c->x, xa = x + wc; x < xa; x++)
994 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
995 c->wds = wc;
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 440 struct ib_uverbs_wc wc[0]; member in struct:ib_uverbs_poll_cq_resp
    [all...]

Completed in 1190 milliseconds

1 2 3 45 6 7