| /netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
| H A D | io.c | 48 int base, base_out; in main() local 99 base_out = -base; in main() 101 base_out = base; in main() 104 if (mpz_out_str (fp, base_out, op1) == 0 in main()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | flags.h | 29 extern int base_of_path (const char *path, const char **base_out);
|
| H A D | rtl.h | 3061 const_vec_series_p (const_rtx x, rtx *base_out, rtx *step_out) 3066 return const_vec_series_p_1 (x, base_out, step_out); 3079 vec_series_p (const_rtx x, rtx *base_out, rtx *step_out) 3083 *base_out = XEXP (x, 0); 3087 return const_vec_series_p (x, base_out, step_out);
|
| H A D | opts.c | 163 base_of_path (const char *path, const char **base_out) in base_of_path() argument 182 *base_out = base; in base_of_path()
|
| H A D | rtlanal.c | 928 split_const (rtx x, rtx *base_out, rtx *offset_out) in split_const() argument 935 *base_out = XEXP (x, 0); in split_const() 940 *base_out = x; in split_const()
|
| H A D | genrecog.c | 4428 terminal_pattern_p (decision *d, unsigned int *base_out, in terminal_pattern_p() argument 4450 *base_out = base; in terminal_pattern_p()
|
| H A D | emit-rtl.c | 5975 const_vec_series_p_1 (const_rtx x, rtx *base_out, rtx *step_out) in const_vec_series_p_1() argument 6008 *base_out = base; in const_vec_series_p_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | flags.h | 67 extern int base_of_path (const char *path, const char **base_out);
|
| H A D | rtl.h | 3072 const_vec_series_p (const_rtx x, rtx *base_out, rtx *step_out) 3077 return const_vec_series_p_1 (x, base_out, step_out); 3090 vec_series_p (const_rtx x, rtx *base_out, rtx *step_out) 3094 *base_out = XEXP (x, 0); 3098 return const_vec_series_p (x, base_out, step_out);
|
| H A D | opts.cc | 297 base_of_path (const char *path, const char **base_out) in base_of_path() argument 316 *base_out = base; in base_of_path()
|
| H A D | genrecog.cc | 4426 terminal_pattern_p (decision *d, unsigned int *base_out, in terminal_pattern_p() argument 4448 *base_out = base; in terminal_pattern_p()
|
| H A D | emit-rtl.cc | 5949 const_vec_series_p_1 (const_rtx x, rtx *base_out, rtx *step_out) in const_vec_series_p_1() argument 5982 *base_out = base; in const_vec_series_p_1()
|
| /netbsd-src/external/bsd/libevent/dist/include/event2/ |
| H A D | event.h | 1389 struct event_base **base_out, evutil_socket_t *fd_out, short *events_out,
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | event.c | 2424 event_get_assignment(const struct event *event, struct event_base **base_out, evutil_socket_t *fd_o… in event_get_assignment() argument 2428 if (base_out) in event_get_assignment() 2429 *base_out = event->ev_base; in event_get_assignment()
|