Home
last modified time | relevance | path

Searched defs:w (Results 51 – 75 of 661) sorted by relevance

12345678910>>...27

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Darray-3.c7 struct f { int w; int x[0]; } f; member
8 struct g { int w; int x[]; } g; member
H A Darray-4.c10 struct f { int w; int x[]; }; member
11 struct g { int w; int x[0]; }; member
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/25_algorithms/
H A Dbinary_search.cc73 const int* w = lower_bound(C, C + N, 4, gt()); in test01() local
107 const int* w = upper_bound(C, C + N, 4, gt()); in test02() local
149 Ipair w = equal_range(C, C + N, 4, gt()); in test03() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20011219-1.c5 bar (long w, long x, long y, long z) in bar()
21 foo (double w[], int x, double y[], double z[]) in foo()
H A D20020330-1.c7 bar (long w, long x, long y, long z) in bar()
21 foo (double w[], int x, double y[], double z[]) in foo()
H A D920625-2.c18 trashQueryResult(Widget w, Boolean delete, caddr_t call_data) in trashQueryResult()
56 copyQueryResult(Widget w, Boolean copy, caddr_t call_data) in copyQueryResult()
/openbsd/regress/lib/libc/cephes/
H A Depow.c32 unsigned short w[NE]; local
64 unsigned short w[NE]; local
/openbsd/lib/libcrypto/bn/arch/amd64/
H A Dbn_arch.c65 bn_mul_add_words(BN_ULONG *rd, const BN_ULONG *ad, int num, BN_ULONG w) in bn_mul_add_words()
73 bn_mul_words(BN_ULONG *rd, const BN_ULONG *ad, int num, BN_ULONG w) in bn_mul_words()
127 bn_word_clz(BN_ULONG w) in bn_word_clz()
/openbsd/usr.bin/finger/
H A Dsprint.c48 WHERE *w; in sflag_print() local
150 stimeprint(WHERE *w) in stimeprint()
/openbsd/sys/dev/rasops/
H A Drasops_masks.h74 #define GETBITS(sp, x, w, dw) do { \ argument
81 #define PUTBITS(sw, x, w, dp) do { \ argument
/openbsd/lib/libcrypto/ripemd/
H A Dripemd.c102 #define RIP1(a,b,c,d,e,w,s) { \ argument
107 #define RIP2(a,b,c,d,e,w,s,K) { \ argument
112 #define RIP3(a,b,c,d,e,w,s,K) { \ argument
117 #define RIP4(a,b,c,d,e,w,s,K) { \ argument
122 #define RIP5(a,b,c,d,e,w,s,K) { \ argument
/openbsd/usr.bin/systat/
H A Dvmstat.c113 closekre(WINDOW *w) in closekre()
319 #define PUTRATE(fld, l, c, w) \ argument
508 putint(int n, int l, int c, int w) in putint()
528 putintmk(int n, int l, int c, int w) in putintmk()
553 putuint64(u_int64_t n, int l, int c, int w) in putuint64()
573 putfloat(double f, int l, int c, int w, int d, int nz) in putfloat()
/openbsd/sys/net80211/
H A Dieee80211_priv.h37 #define IEEE80211_AID_SET(b, w) \ argument
39 #define IEEE80211_AID_CLR(b, w) \ argument
41 #define IEEE80211_AID_ISSET(b, w) \ argument
/openbsd/gnu/gcc/gcc/config/mt/
H A Dlib2extra-funcs.c50 SIunion w; in __lshrsi3() local
78 SIunion w; in __ashlsi3() local
106 SIunion w; in __ashrsi3() local
/openbsd/sys/netinet/
H A Din4_cksum.c91 u_int16_t *w; in in4_cksum() local
97 u_int16_t w[10]; in in4_cksum() member
/openbsd/usr.bin/tmux/
H A Dcmd-select-pane.c59 cmd_select_pane_redraw(struct window *w) in cmd_select_pane_redraw()
92 struct window *w = wl->window; in cmd_select_pane_exec() local
H A Dcmd-display-panes.c66 struct window *w = wp->window; in cmd_display_panes_draw_pane() local
201 struct window *w = c->session->curw->window; in cmd_display_panes_draw() local
230 struct window *w = c->session->curw->window; in cmd_display_panes_key() local
/openbsd/libexec/ld.so/
H A Dboot.c46 # define RELOCATE_RELATIVE(w, r, b) *(w) = (r)->r_addend + (b) argument
49 # define RELOCATE_RELATIVE(w, r, b) *(w) += (b) argument
/openbsd/usr.sbin/smtpd/
H A Dwaitq.c58 struct waiter *w; in waitq_wait() local
81 struct waiter *w; in waitq_run() local
/openbsd/gnu/lib/libreadline/support/
H A Dwcwidth.c136 int w, width = 0; in wcswidth() local
227 int w, width = 0; in wcswidth_cjk() local
/openbsd/gnu/llvm/lldb/utils/lui/
H A Dcui.py16 def __init__(self, x, y, w, h): argument
38 def __init__(self, x, y, w): argument
68 def __init__(self, x, y, w, h, title): argument
86 def __init__(self, x, y, w, h): argument
/openbsd/lib/libcurses/
H A Dwcwidth.h222 int w, width = 0; in mk_wcswidth() local
313 int w, width = 0; in mk_wcswidth_cjk() local
/openbsd/lib/libcrypto/bn/
H A Dbn_convert.c160 BN_ULONG w; in bn_bin2bn_cbs() local
316 BN_ULONG v, w; in BN_bn2dec() local
393 BN_ULONG w; in bn_dec2bn_cbs() local
498 BN_ULONG v, w; in bn_bn2hex_internal() local
590 BN_ULONG w; in bn_hex2bn_cbs() local
H A Dbn_lib.c171 BN_num_bits_word(BN_ULONG w) in BN_num_bits_word()
362 BN_set_word(BIGNUM *a, BN_ULONG w) in BN_set_word()
476 int b, w; in BN_mask_bits() local
627 BN_abs_is_word(const BIGNUM *a, const BN_ULONG w) in BN_abs_is_word()
654 BN_is_word(const BIGNUM *a, const BN_ULONG w) in BN_is_word()
/openbsd/sys/arch/alpha/alpha/
H A Dtrap.c754 u_int16_t w; local
762 u_int16_t w; local
799 int16_t w; local

12345678910>>...27