| /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/netfilter/ |
| xt_osf.h | 46 __u32 wc; member in struct:xt_osf_wc 52 struct xt_osf_wc wc; member in struct:xt_osf_opt
|
| /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/netfilter/ |
| xt_osf.h | 46 __u32 wc; member in struct:xt_osf_wc 52 struct xt_osf_wc wc; member in struct:xt_osf_opt
|
| /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/netfilter/ |
| xt_osf.h | 46 __u32 wc; member in struct:xt_osf_wc 52 struct xt_osf_wc wc; member in struct:xt_osf_opt
|
| /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/netfilter/ |
| xt_osf.h | 46 __u32 wc; member in struct:xt_osf_wc 52 struct xt_osf_wc wc; member in struct:xt_osf_opt
|
| /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/netfilter/ |
| xt_osf.h | 46 __u32 wc; member in struct:xt_osf_wc 52 struct xt_osf_wc wc; member in struct:xt_osf_opt
|
| /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/netfilter/ |
| xt_osf.h | 46 __u32 wc; member in struct:xt_osf_wc 52 struct xt_osf_wc wc; member in struct:xt_osf_opt
|
| /prebuilts/ndk/r11/sources/android/support/src/musl-locale/ |
| iconv.c | 167 wchar_t wc; local 182 l = mbrtowc_utf8(&wc, *in, *inb, &st); 186 c = wc;
|
| /prebuilts/ndk/r13/sources/android/support/src/musl-locale/ |
| iconv.c | 167 wchar_t wc; local 182 l = mbrtowc_utf8(&wc, *in, *inb, &st); 186 c = wc;
|
| /system/core/trusty/storage/tests/ |
| main.cpp | 1056 size_t wc = 10000; local 1064 test_buf_ = new uint32_t[wc]; 1065 fill_pattern32(test_buf_, wc * sizeof(uint32_t), 0); 1066 rc = storage_write(handle, 0, test_buf_, wc * sizeof(uint32_t), STORAGE_OP_COMPLETE); 1067 ASSERT_EQ((int)(wc * sizeof(uint32_t)), rc); 1069 rc = storage_read(handle, 0, test_buf_, wc * sizeof(uint32_t)); 1070 ASSERT_EQ((int)(wc * sizeof(uint32_t)), rc); 1071 ASSERT_TRUE(check_pattern32(test_buf_, wc * sizeof(uint32_t), 0)); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
| Sdk.java | 528 ProjectPropertiesWorkingCopy wc = properties.makeWorkingCopy( local 532 wc.save(); [all...] |
| /bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
| misc.c | 282 int k, wa, wb, wc; local 302 wc = wa + wb; 303 if (wc > a->maxwds) 308 for(x = c->x, xa = x + wc; x < xa; x++) 380 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ; 381 c->wds = wc;
|
| /bionic/tests/ |
| stdio_test.cpp | 279 wint_t wc = L'a'; local 280 EXPECT_EQ(3, snprintf(buf, sizeof(buf), "<%lc>", wc)); [all...] |
| /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
| misc.c | 281 int k, wa, wb, wc;
local 301 wc = wa + wb;
302 if (wc > a->maxwds)
307 for(x = c->x, xa = x + wc; x < xa; x++)
381 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
382 c->wds = wc;
|
| /external/curl/lib/ |
| transfer.c | 1390 struct WildcardData *wc = &data->wildcard; local [all...] |
| ftplistparser.c | 282 struct WildcardData *wc = &conn->data->wildcard; local 283 struct ftp_wc_tmpdata *tmpdata = wc->tmp; 284 struct curl_llist *llist = wc->filelist; 307 if(compare(conn->data->set.fnmatch_data, wc->pattern,
|
| x509asn1.c | 255 unsigned int wc; local 297 wc = 0; 300 wc = (wc << 8) | *(const unsigned char *) from++; 301 wc = (wc << 8) | *(const unsigned char *) from++; 304 wc = (wc << 8) | *(const unsigned char *) from++; 307 wc = (wc << 8) | *(const unsigned char *) from++ [all...] |
| /external/mdnsresponder/mDNSWindows/DLLX/ |
| DNSSDService.cpp | 98 WNDCLASS wc; local 104 wc.style = 0; 106 wc.lpfnWndProc = WndProc; 108 wc.cbClsExtra = 0; 110 wc.cbWndExtra = 0; 112 wc.hInstance = NULL; 114 wc.hIcon = NULL; 116 wc.hCursor = NULL; 118 wc.hbrBackground = NULL; 120 wc.lpszMenuName = NULL [all...] |
| /external/skia/src/utils/win/ |
| SkWGL_win.cpp | 184 WNDCLASS wc; local 186 wc.style = CS_HREDRAW | CS_VREDRAW | CS_OWNDC; 187 wc.lpfnWndProc = (WNDPROC) DefWindowProc; 188 wc.cbClsExtra = 0; 189 wc.cbWndExtra = 0; 190 wc.hInstance = module; 191 wc.hIcon = LoadIcon(nullptr, IDI_WINLOGO); 192 wc.hCursor = LoadCursor(nullptr, IDC_ARROW); 193 wc.hbrBackground = nullptr; 194 wc.lpszMenuName = nullptr [all...] |
| /prebuilts/ndk/r11/sources/android/support/src/stdio/ |
| vfwprintf.c | 212 wchar_t wc; local 335 for (i=l=0; l<p && (i=mbtowc(&wc, bs, MB_LEN_MAX))>0; bs+=i, l++); 342 i=mbtowc(&wc, bs, MB_LEN_MAX); 344 fputwc(wc, f);
|
| vfprintf.c | 482 wchar_t wc[2], *ws; local 647 wc[0] = arg.i; 648 wc[1] = 0; 649 arg.p = wc;
|
| /prebuilts/ndk/r13/sources/android/support/src/stdio/ |
| vfwprintf.c | 212 wchar_t wc; local 335 for (i=l=0; l<p && (i=mbtowc(&wc, bs, MB_LEN_MAX))>0; bs+=i, l++); 342 i=mbtowc(&wc, bs, MB_LEN_MAX); 344 fputwc(wc, f);
|
| vfprintf.c | 482 wchar_t wc[2], *ws; local 647 wc[0] = arg.i; 648 wc[1] = 0; 649 arg.p = wc;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
| AndroidLaunchController.java | 205 ILaunchConfigurationWorkingCopy wc = null; local 209 wc = configType.newInstance(null, 213 wc.setAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME, name); 216 wc.setAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION, 220 wc.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE, 224 wc.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, (String) null); 227 wc.setAttribute(LaunchConfigDelegate.ATTR_SPEED, 231 wc.setAttribute(LaunchConfigDelegate.ATTR_DELAY, 235 wc.setAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA, 239 wc.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM 1827 ILaunchConfigurationWorkingCopy wc = launchConfiguration.getWorkingCopy(); local [all...] |
| /external/fio/engines/ |
| rdma.c | 119 static int client_recv(struct thread_data *td, struct ibv_wc *wc) 123 if (wc->byte_len != sizeof(rd->recv_buf)) { 124 log_err("Received bogus data, size %d\n", wc->byte_len); 151 static int server_recv(struct thread_data *td, struct ibv_wc *wc) 155 if (wc->wr_id == FIO_RDMA_MAX_IO_DEPTH) { 169 struct ibv_wc wc; local 175 while ((ret = ibv_poll_cq(rd->cq, 1, &wc)) == 1) { 179 if (wc.status) { 181 wc.status, ibv_wc_status_str(wc.status)) [all...] |
| /external/mksh/src/ |
| expr.c | 708 unsigned int wc; local 711 if (!UTFMODE || (len = utf_mbtowc(&wc, src)) == (size_t)-1 || 712 wc == 0) 714 else if ((width = utf_wcwidth(wc)) < 0) 727 unsigned int wc; local 734 if (((len = utf_mbtowc(&wc, s)) == (size_t)-1) || 735 ((cw = utf_wcwidth(wc)) == -1)) { 791 unsigned int c, wc; local 793 if ((wc = *s++) < 0x80) { 796 *dst = wc; [all...] |