Home
last modified time | relevance | path

Searched defs:w (Results 151 – 175 of 1536) sorted by relevance

12345678910>>...62

/netbsd/lib/libedit/
H A Drefresh.c168 int i, w; in re_putliteral() local
196 int i, w = wcwidth(c); in re_putc() local
289 int w = wcwidth(*cp); in re_refresh() local
1035 int h, v, th, w; in re_refresh_cursor() local
1098 int w; in re_fastputc() local
/netbsd/external/mit/libuv/dist/src/unix/
H A Dgetaddrinfo.c98 static void uv__getaddrinfo_work(struct uv__work* w) { in uv__getaddrinfo_work()
108 static void uv__getaddrinfo_done(struct uv__work* w, int status) { in uv__getaddrinfo_done()
/netbsd/external/bsd/tmux/dist/
H A Dcmd-resize-pane.c57 struct window *w = wl->window; in cmd_resize_pane_exec() local
155 struct window *w; in cmd_resize_pane_mouse_update() local
/netbsd/sys/arch/arm/broadcom/
H A Dbcm2835_pwm.c231 uint32_t w; in bcm_pwm_control() local
253 uint32_t w; in bcm_pwm_status() local
317 bcm_pwm_set(struct bcm_pwm_channel *pwm, uint32_t w) in bcm_pwm_set()
336 uint32_t w; in bcm_pwm_dma_enable() local
/netbsd/sys/arch/luna68k/dev/
H A Domrasops.c151 #define FASTGETBITS(psrc, x, w, dst) \ argument
158 #define FASTPUTBITS(src, x, w, pdst) \ argument
164 #define GETBITS(psrc, x, w, dst) FASTGETBITS(psrc, x, w, dst) argument
165 #define PUTBITS(src, x, w, pdst) FASTPUTBITS(src, x, w, pdst) argument
172 #define CLEAR_LOWER_BITS(x, w) \ argument
181 #define CLEAR_LOWER_BITS(x, w) x = ((x) & ~(1U << (w))) + 1 argument
659 int16_t w, h; in om_rascopy_single() local
837 int16_t w, h; in om4_rascopy_multi() local
1109 int scanspan, offset, srcy, height, width, w; in om1_copyrows() local
1286 int scanspan, height, w, y, srcx, dstx; in om1_copycols() local
[all …]
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-tic6x/
H A Dshlib-app-1.s29 w: label
/netbsd/lib/libm/complex/
H A Dcacosf.c39 float complex w; in cacosf() local
H A Dcacoshf.c37 float complex w; in cacoshf() local
H A Dcatanhf.c38 float complex w; in catanhf() local
H A Dcimagl.c41 long_double_complex w = { .z = z }; in cimagl() local
H A Dcprojl.c51 long_double_complex w = { .z = z }; in cprojl() local
H A Dcasinhf.c38 float complex w; in casinhf() local
H A Dcatanh.c38 double complex w; in catanh() local
H A Dcatanhl.c38 long double complex w; in catanhl() local
H A Dcimag.c14 double_complex w = { .z = z }; in cimag() local
H A Dcreal.c14 double_complex w = { .z = z }; in creal() local
H A Dcacosh.c37 double complex w; in cacosh() local
H A Dcacosl.c40 long double complex w; in cacosl() local
H A Dcasinh.c38 double complex w; in casinh() local
H A Dcimagf.c14 float_complex w = { .z = z }; in cimagf() local
H A Dconj.c14 double_complex w = { .z = z }; in conj() local
H A Dconjl.c43 long_double_complex w = { .z = z }; in conjl() local
H A Dcproj.c51 double_complex w = { .z = z }; in cproj() local
H A Dcprojf.c52 float_complex w = { .z = z }; in cprojf() local
H A Dcrealf.c14 float_complex w = { .z = z }; in crealf() local

12345678910>>...62