Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 1299) sorted by relevance

12345678910>>...52

/netbsd-src/external/mpl/bind/dist/lib/isccc/include/isccc/
H A Dutil.h45 #define GET8(v, w) \ argument
51 #define GET16(v, w) \ argument
58 #define GET24(v, w) \ argument
66 GET32(v,w) global() argument
75 GET64(v,w) global() argument
88 GETC16(v,w,d) global() argument
100 GETC32(v,w) global() argument
108 GET_OFFSET(v,w) global() argument
110 GET_MEM(v,c,w) global() argument
116 GET_TYPE(v,w) global() argument
128 PUT8(v,w) global() argument
134 PUT16(v,w) global() argument
141 PUT24(v,w) global() argument
149 PUT32(v,w) global() argument
158 PUT64(v,w) global() argument
171 PUTC16(v,w) global() argument
181 PUTC32(v,w) global() argument
191 PUT_OFFSET(v,w) global() argument
195 PUT_MEM(s,c,w) global() argument
[all...]
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dblake2_impl.h25 uint32_t w; in load32() local
29 uint32_t w = ((uint32_t)src[0]) in load32() local
42 uint64_t w; in load64() local
46 uint64_t w = ((uint64_t)src[0]) in load64() local
58 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32()
73 static ossl_inline void store64(uint8_t *dst, uint64_t w) in store64()
90 uint64_t w = ((uint64_t)src[0]) in load48() local
99 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48()
110 static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c) in rotr32()
115 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c) in rotr64()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dwait.h22 #define WIFSTOPPED(w) (((w) & 0xff) == 0x7f) argument
25 #define WIFSIGNALED(w) (((w) & 0xff) != 0x7f && ((w) & 0xff) != 0) argument
28 #define WIFEXITED(w) (((w) & 0xff) == 0) argument
31 #define WCOREDUMP(w) (((w) & 0x80) != 0) argument
35 #define WSTOPSIG(w) (((w) >> 8) & 0xff) argument
38 #define WTERMSIG(w) ((w) & 0x7f) argument
41 #define WEXITSTATUS(w) (((w) >> 8) & 0xff) argument
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_menu.c114 static void send_beep( Widget w ) in send_beep()
132 __vi_cancel_cb(Widget w, XtPointer client_data, XtPointer call_data) in __vi_cancel_cb()
167 static void ok_file_name( Widget w, in ok_file_name()
188 static String get_file( Widget w, String prompt ) in get_file()
227 file_command(Widget w, int code, String prompt) in file_command()
247 ma_edit_file(Widget w, XtPointer call_data, XtPointer client_data) in ma_edit_file()
253 ma_split(Widget w, XtPointer call_data, XtPointer client_data) in ma_split()
259 ma_save(Widget w, XtPointer call_data, XtPointer client_data) in ma_save()
268 ma_save_as(Widget w, XtPointer call_data, XtPointer client_data) in ma_save_as()
274 ma_wq(Widget w, XtPointer call_data, XtPointer client_data) in ma_wq()
[all …]
H A Dm_search.c109 static void get_state( Widget w ) in get_state()
146 next_func(Widget w) in next_func()
156 prev_func(Widget w) in prev_func()
166 search(Widget w, int flags) in search()
205 static void done_func( Widget w ) in done_func()
244 Widget w, form; local
341 static void text_cr( Widget w, void *ptr, void *ptr2 ) in text_cr()
365 static void value_changed( Widget w, void *ptr, void *ptr2 ) in value_changed()
521 __vi_search(Widget w) in __vi_search()
530 static void show_search( Widget w, XtPointer data, XtPointer cbs ) in show_search()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
H A Dblake2_impl.h27 uint32_t w; in load32() local
31 uint32_t w = ((uint32_t)src[0]) in load32() local
47 uint64_t w; in load64() local
51 uint64_t w = ((uint64_t)src[0]) in load64() local
63 static ossl_inline void store32(uint8_t *dst, uint32_t w) in store32()
81 static ossl_inline void store64(uint8_t *dst, uint64_t w) in store64()
101 uint64_t w = ((uint64_t)src[0]) in load48() local
110 static ossl_inline void store48(uint8_t *dst, uint64_t w) in store48()
121 static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c) in rotr32()
126 static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c) in rotr64()
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblake2-impl.h50 uint32_t w; in load32() local
65 uint64_t w; in load64() local
82 static BLAKE2_INLINE void store32(void *dst, uint32_t w) { in store32()
97 static BLAKE2_INLINE void store64(void *dst, uint64_t w) { in store64()
122 uint64_t w = *p++; in load48() local
131 static BLAKE2_INLINE void store48(void *dst, uint64_t w) { in store48()
146 static BLAKE2_INLINE uint32_t rotr32(const uint32_t w, const unsigned c) { in rotr32()
150 static BLAKE2_INLINE uint64_t rotr64(const uint64_t w, const unsigned c) { in rotr64()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_blake2_impl.h37 uint32_t w; in load32() local
52 uint64_t w; in load64() local
71 uint16_t w; in load16() local
81 static BLAKE2_INLINE void store16( void *dst, uint16_t w ) in store16()
92 static BLAKE2_INLINE void store32( void *dst, uint32_t w ) in store32()
105 static BLAKE2_INLINE void store64( void *dst, uint64_t w ) in store64()
133 static BLAKE2_INLINE void store48( void *dst, uint64_t w ) in store48()
144 static BLAKE2_INLINE uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32()
149 static BLAKE2_INLINE uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64()
/netbsd-src/external/bsd/tmux/dist/
H A Dalerts.c45 struct window *w = arg; in alerts_timer() local
54 struct window *w, *w1; in alerts_callback() local
92 alerts_check_all(struct window *w) in alerts_check_all()
112 alerts_enabled(struct window *w, int flags) in alerts_enabled()
132 struct window *w; in alerts_reset_all() local
139 alerts_reset(struct window *w) in alerts_reset()
158 alerts_queue(struct window *w, int flags) in alerts_queue()
183 alerts_check_bell(struct window *w) in alerts_check_bell()
221 alerts_check_activity(struct window *w) in alerts_check_activity()
257 alerts_check_silence(struct window *w) in alerts_check_silence()
H A Dlayout.c231 layout_fix_offsets(struct window *w) in layout_fix_offsets()
243 layout_cell_is_top(struct window *w, struct layout_cell *lc) in layout_cell_is_top()
259 layout_cell_is_bottom(struct window *w, struct layout_cell *lc) in layout_cell_is_bottom()
278 layout_add_border(struct window *w, struct layout_cell *lc, int status) in layout_add_border()
289 layout_fix_panes(struct window *w, struct window_pane *skip) in layout_fix_panes()
335 layout_resize_check(struct window *w, struct layout_cell *lc, in layout_resize_check()
383 layout_resize_adjust(struct window *w, struct layout_cell *lc, in layout_resize_adjust()
428 layout_destroy_cell(struct window *w, struct layout_cell *lc, in layout_destroy_cell()
478 layout_init(struct window *w, struct window_pane *wp) in layout_init()
489 layout_free(struct window *w) in layout_free()
[all …]
H A Dnames.c36 struct window *w = arg; in name_time_callback() local
43 name_time_expired(struct window *w, struct timeval *tv) in name_time_expired()
54 check_window_name(struct window *w) in check_window_name()
108 default_window_name(struct window *w) in default_window_name()
124 format_window_name(struct window *w) in format_window_name()
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-aorsmul.c33 check_one_inplace (mpz_srcptr w, mpz_srcptr y) in check_one_inplace()
72 check_one_ui_inplace (mpz_ptr w, unsigned long y) in check_one_ui_inplace()
111 check_all_inplace (mpz_ptr w, mpz_ptr y) in check_all_inplace()
134 check_one (mpz_srcptr w, mpz_srcptr x, mpz_srcptr y) in check_one()
174 check_one_ui (mpz_ptr w, mpz_ptr x, unsigned long y) in check_one_ui()
215 check_all (mpz_ptr w, mpz_ptr x, mpz_ptr y) in check_all()
250 mp_limb_t w[6]; in check_data_inplace_ui() member
276 mpz_t w, y; in check_data_inplace_ui() local
297 mp_limb_t w[6]; in check_data() member
353 mpz_t w, x, y; in check_data() local
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtbeta.c27 #define FAILED(p, r, z, w, expected, rnd_mode) do { \ argument
42 #define TEST(p, r, z, w, expected) TESTRND(p, r, z, w, expected, MPFR_RNDN) argument
44 #define TESTRND(p, r, z, w, expected, rnd_mode) do { \ argument
53 mpfr_t z, w, r, expect; in test_beta_special() local
143 mpfr_t r, z, w, expect; in test_beta_2exp() local
177 mpfr_t r, z, w, expect; in test_beta_zw_sum_int() local
222 mpfr_t r, z, w, expect; in test_beta_hardcoded() local
284 mpfr_t r, z, w, expect; in test_beta_refl() local
/netbsd-src/external/mit/libuv/dist/src/
H A Dthreadpool.c49 static void uv__cancelled(struct uv__work* w) { in uv__cancelled()
58 struct uv__work* w; in worker() local
262 struct uv__work* w, in uv__work_submit()
264 void (*work)(struct uv__work* w), in uv__work_submit()
265 void (*done)(struct uv__work* w, int status)) { in uv__work_submit()
274 static int uv__work_cancel(uv_loop_t* loop, uv_req_t* req, struct uv__work* w) { in uv__work_cancel()
301 struct uv__work* w; in uv__work_done() local
323 static void uv__queue_work(struct uv__work* w) { in uv__queue_work()
330 static void uv__queue_done(struct uv__work* w, int err) { in uv__queue_done()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_word.c13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word()
61 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word()
98 int BN_add_word(BIGNUM *a, BN_ULONG w) in BN_add_word()
134 int BN_sub_word(BIGNUM *a, BN_ULONG w) in BN_sub_word()
181 int BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_word.c13 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w) in BN_mod_word()
61 BN_ULONG BN_div_word(BIGNUM *a, BN_ULONG w) in BN_div_word()
98 int BN_add_word(BIGNUM *a, BN_ULONG w) in BN_add_word()
134 int BN_sub_word(BIGNUM *a, BN_ULONG w) in BN_sub_word()
181 int BN_mul_word(BIGNUM *a, BN_ULONG w) in BN_mul_word()
/netbsd-src/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c62 e_mpz_hamdist (mpz_ptr w, mpz_srcptr x, mpz_srcptr y) in e_mpz_hamdist()
67 e_mpz_popcount (mpz_ptr w, mpz_srcptr x) in e_mpz_popcount()
72 e_mpz_scan0 (mpz_ptr w, mpz_srcptr x, unsigned long start) in e_mpz_scan0()
77 e_mpz_scan1 (mpz_ptr w, mpz_srcptr x, unsigned long start) in e_mpz_scan1()
86 e_mpz_setbit (mpz_ptr w, mpz_srcptr x, unsigned long n) in e_mpz_setbit()
93 e_mpz_clrbit (mpz_ptr w, mpz_srcptr x, unsigned long n) in e_mpz_clrbit()
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dcfdiv_q_2exp.c38 #define cfdiv_q_2exp(w,u,cnt,dir) __gmpz_cfdiv_q_2exp (REGPARM_3_1 (w,u,cnt,dir)) argument
41 cfdiv_q_2exp (mpz_ptr w, mpz_srcptr u, mp_bitcnt_t cnt, int dir) in cfdiv_q_2exp()
55 MPZ_NEWALLOC (w, 1)[0] = 1; in cfdiv_q_2exp() local
102 mpz_cdiv_q_2exp (mpz_ptr w, mpz_srcptr u, mp_bitcnt_t cnt) in mpz_cdiv_q_2exp()
108 mpz_fdiv_q_2exp (mpz_ptr w, mpz_srcptr u, mp_bitcnt_t cnt) in mpz_fdiv_q_2exp()
/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dwire2str.c383 int w = vsnprintf(*str, *slen, format, args); in sldns_str_vprint() local
399 int w; in sldns_str_print() local
423 int w = 0; in print_remainder_hex() local
433 int w = 0, comprloop = 0; in sldns_wire2str_pkt_scan() local
484 int w = 0; in sldns_rr_tcttl_scan() local
519 int w = 0; in sldns_wire2str_rr_scan() local
590 int w = 0; in sldns_wire2str_rrquestion_scan() local
615 int w = 0; in sldns_wire2str_rr_unknown_scan() local
650 int flags, w = 0; in rr_comment_dnskey() local
703 int w = 0; in rr_comment_nsec3() local
[all …]
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dtests_test.cpp100 atf::tests::detail::atf_tp_writer w(ss); in ATF_TEST_CASE_BODY() local
108 atf::tests::detail::atf_tp_writer w(ss); in ATF_TEST_CASE_BODY() local
123 atf::tests::detail::atf_tp_writer w(ss); in ATF_TEST_CASE_BODY() local
145 atf::tests::detail::atf_tp_writer w(ss); in ATF_TEST_CASE_BODY() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dutf8.c44 unsigned int w; in isc_utf8_valid() local
55 unsigned int w; in isc_utf8_valid() local
68 unsigned int w; in isc_utf8_valid() local
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dutf8.c44 unsigned int w; in isc_utf8_valid() local
55 unsigned int w; in isc_utf8_valid() local
68 unsigned int w; in isc_utf8_valid() local
[all...]
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunittcpreuse.c54 struct waiting_tcp* w; in tcpid_addmore() local
237 struct waiting_tcp* w = outnet->tcp_wait_first; in check_waiting_tcp_list() local
257 struct waiting_tcp* w = outnet->tcp_wait_first, *n = NULL; in waiting_tcp_list_clear() local
278 struct waiting_tcp* w; in check_waiting_tcp_removal() local
318 struct waiting_tcp* w, *t = NULL; in waiting_tcp_list_test() local
363 struct waiting_tcp* w = reuse->write_wait_first; in check_reuse_write_wait() local
397 struct waiting_tcp* w = reuse->write_wait_first, *n = NULL; in reuse_write_wait_clear() local
419 struct waiting_tcp* w; in check_reuse_write_wait_removal() local
455 struct waiting_tcp* w; in reuse_write_wait_test() local
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DEmsg.cc37 Emsg::Emsg (Cmsg_warn w, const char *i18n_text) in Emsg()
46 Emsg::Emsg (Cmsg_warn w, StringBuilder& sb) in Emsg()
55 Emsg::Emsg (Cmsg_warn w, int f, const char *param) in Emsg()
449 Emsgqueue::find_msg (Cmsg_warn w, char *msg) in find_msg()
458 Emsgqueue::append (Cmsg_warn w, char *msg) in append()
572 DbeMessages::append_msg (Cmsg_warn w, const char *fmt, ...) in append_msg()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DEmsg.cc37 Emsg::Emsg (Cmsg_warn w, const char *i18n_text) in Emsg()
46 Emsg::Emsg (Cmsg_warn w, StringBuilder& sb) in Emsg()
55 Emsg::Emsg (Cmsg_warn w, int f, const char *param) in Emsg()
449 Emsgqueue::find_msg (Cmsg_warn w, char *msg) in find_msg()
458 Emsgqueue::append (Cmsg_warn w, char *msg) in append()
572 DbeMessages::append_msg (Cmsg_warn w, const char *fmt, ...) in append_msg()

12345678910>>...52