Home
last modified time | relevance | path

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

12345678910>>...62

/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_wait.h50 # define WIFEXITED(w) (((w) & 0xC0000000) == 0) argument
52 # define WIFEXITED(w) (((w)&0377) == 0) argument
58 # define WIFSIGNALED(w) (((w) & 0xC0000000) == 0xC0000000) argument
72 #define WIFSTOPPED(w) ((w)&0x40) argument
75 #define WIFSTOPPED(w) (((w)&0377) == 0177) argument
81 # define WEXITSTATUS(w) ((w) & ~0xC0000000) argument
90 # define WTERMSIG(w) windows_status_to_termsig (w) argument
92 # define WTERMSIG(w) ((w) & 0177) argument
104 #define WSETEXIT(w,status) ((w) = W_EXITCODE(status,0)) argument
106 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) argument
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_wait.h50 # define WIFEXITED(w) (((w) & 0xC0000000) == 0) argument
52 # define WIFEXITED(w) (((w)&0377) == 0) argument
58 # define WIFSIGNALED(w) (((w) & 0xC0000000) == 0xC0000000) argument
72 #define WIFSTOPPED(w) ((w)&0x40) argument
75 #define WIFSTOPPED(w) (((w)&0377) == 0177) argument
81 # define WEXITSTATUS(w) ((w) & ~0xC0000000) argument
90 # define WTERMSIG(w) windows_status_to_termsig (w) argument
92 # define WTERMSIG(w) ((w) & 0177) argument
104 #define WSETEXIT(w,status) ((w) = W_EXITCODE(status,0)) argument
106 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8))) argument
[all …]
/netbsd/external/mpl/bind/dist/lib/isccc/include/isccc/
H A Dutil.h46 #define GET8(v, w) \ argument
52 #define GET16(v, w) \ argument
76 #define GET64(v, w) \ argument
89 #define GETC16(v, w, d) \ argument
101 #define GETC32(v, w) \ argument
109 #define GET_OFFSET(v, w) GET32(v, w) argument
111 #define GET_MEM(v, c, w) \ argument
129 #define PUT8(v, w) \ argument
172 #define PUTC16(v, w) \ argument
192 #define PUT_OFFSET(v, w) PUT32(v, w) argument
[all …]
/netbsd/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/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/external/bsd/nvi/dist/motif_l/
H A Dm_menu.c114 static void send_beep( Widget w ) in send_beep()
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()
259 ma_save(Widget w, XtPointer call_data, XtPointer client_data) in ma_save()
274 ma_wq(Widget w, XtPointer call_data, XtPointer client_data) in ma_wq()
301 static void ma_cut( Widget w, in ma_cut()
318 static void ma_copy( Widget w, in ma_copy()
335 static void ma_paste( Widget w, in ma_paste()
381 static void ma_preferences( Widget w, in ma_preferences()
[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/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/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/external/bsd/libarchive/dist/libarchive/
H A Darchive_blake2_impl.h36 uint32_t w; in load32() local
51 uint64_t w; in load64() local
70 uint16_t w; in load16() local
80 static BLAKE2_INLINE void store16( void *dst, uint16_t w ) in store16()
91 static BLAKE2_INLINE void store32( void *dst, uint32_t w ) in store32()
104 static BLAKE2_INLINE void store64( void *dst, uint64_t w ) in store64()
132 static BLAKE2_INLINE void store48( void *dst, uint64_t w ) in store48()
143 static BLAKE2_INLINE uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32()
148 static BLAKE2_INLINE uint64_t rotr64( const uint64_t w, const unsigned c ) in rotr64()
/netbsd/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 Dwindow.c195 struct window *w = wl->window; in winlink_remove() local
284 struct window w; in window_find_by_id() local
300 struct window *w; in window_create() local
341 window_destroy(struct window *w) in window_destroy()
434 struct window *w = wp->window; in window_pane_send_resize() local
648 struct window *w = wp->window; in window_zoom() local
674 window_unzoom(struct window *w) in window_unzoom()
1280 struct window *w; in window_pane_find_up() local
1337 struct window *w; in window_pane_find_down() local
1394 struct window *w; in window_pane_find_left() local
[all …]
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()
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()
496 layout_resize(struct window *w, u_int sx, u_int sy) in layout_resize()
1039 struct window *w = wp->window; in layout_close_pane() local
[all …]
H A Dlayout-set.c66 layout_set_select(struct window *w, u_int layout) in layout_set_select()
79 layout_set_next(struct window *w) in layout_set_next()
98 layout_set_previous(struct window *w) in layout_set_previous()
119 layout_set_even(struct window *w, enum layout_type type) in layout_set_even()
173 layout_set_even_h(struct window *w) in layout_set_even_h()
179 layout_set_even_v(struct window *w) in layout_set_even_v()
185 layout_set_main_h(struct window *w) in layout_set_main_h()
283 layout_set_main_v(struct window *w) in layout_set_main_v()
381 layout_set_tiled(struct window *w) in layout_set_tiled()
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()
H A Dresize.c26 resize_window(struct window *w, u_int sx, u_int sy, int xpixel, int ypixel) in resize_window()
99 clients_with_window(struct window *w) in clients_with_window()
115 struct session *s, struct window *w, int (*skip_client)(struct client *, in clients_calculate_size()
268 __unused int current, struct session *s, struct window *w) in default_window_size_skip_client()
285 default_window_size(struct client *c, struct session *s, struct window *w, in default_window_size()
345 int current, __unused struct session *s, struct window *w) in recalculate_size_skip_client()
360 recalculate_size(struct window *w, int now) in recalculate_size()
437 struct window *w; in recalculate_sizes_now() local
/netbsd/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/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/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/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/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/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/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/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/external/bsd/unbound/dist/sldns/
H A Dwire2str.c366 int w; in sldns_str_print() local
1320 int w; in sldns_wire2str_int8_scan() local
1330 int w; in sldns_wire2str_int16_scan() local
1340 int w; in sldns_wire2str_int32_scan() local
1350 int w; in sldns_wire2str_period_scan() local
1361 int w; in sldns_wire2str_tsigtime_scan() local
1385 int w; in sldns_wire2str_a_scan() local
1399 int w; in sldns_wire2str_aaaa_scan() local
1596 int w; in sldns_wire2str_nsec3_salt_scan() local
1896 int w; in sldns_wire2str_hip_scan() local
[all …]

12345678910>>...62