Searched refs:wcount (Results 1 – 9 of 9) sorted by relevance
/third_party/libuv/include/uv/ |
D | bsd.h | 30 int wcount; \
|
D | darwin.h | 35 int wcount; \
|
/third_party/node/deps/cares/src/lib/ |
D | ares_process.c | 210 ares_ssize_t wcount; in write_tcp_data() local 260 wcount = socket_writev(channel, server->tcp_socket, vec, (int)n); in write_tcp_data() 262 if (wcount < 0) in write_tcp_data() 270 advance_tcp_send_queue(channel, i, wcount); in write_tcp_data()
|
/third_party/libuv/src/unix/ |
D | kqueue.c | 366 w->wcount = ev->data; in uv__io_poll()
|
D | core.c | 862 w->wcount = 0; in uv__io_init()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, f… in stbtt__rasterize() argument 3347 n += wcount[i]; in stbtt__rasterize() 3356 m += wcount[i]; in stbtt__rasterize() 3357 j = wcount[i]-1; in stbtt__rasterize() 3358 for (k=0; k < wcount[i]; j=k++) { in stbtt__rasterize()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 3330 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, f… in stbtt__rasterize() argument 3347 n += wcount[i]; in stbtt__rasterize() 3356 m += wcount[i]; in stbtt__rasterize() 3357 j = wcount[i]-1; in stbtt__rasterize() 3358 for (k=0; k < wcount[i]; j=k++) { in stbtt__rasterize()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 3304 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, f… in stbtt__rasterize() argument 3321 n += wcount[i]; in stbtt__rasterize() 3330 m += wcount[i]; in stbtt__rasterize() 3331 j = wcount[i]-1; in stbtt__rasterize() 3332 for (k=0; k < wcount[i]; j=k++) { in stbtt__rasterize()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 45373 int wcount; member
|