HomeSort by: relevance | last modified time | path
    Searched refs:base_out (Results 1 - 17 of 17) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpz/
io.c 48 int base, base_out; local
99 base_out = -base;
101 base_out = base;
104 if (mpz_out_str (fp, base_out, op1) == 0
  /src/external/gpl3/gcc/dist/gcc/
flags.h 67 extern int base_of_path (const char *path, const char **base_out);
rtl.h 3088 for a nonzero S. Store B and S in *BASE_OUT and *STEP_OUT on sucess. */
3091 const_vec_series_p (const_rtx x, rtx *base_out, rtx *step_out)
3096 return const_vec_series_p_1 (x, base_out, step_out);
3106 *BASE_OUT and *STEP_OUT on sucess. */
3109 vec_series_p (const_rtx x, rtx *base_out, rtx *step_out)
3113 *base_out = XEXP (x, 0);
3117 return const_vec_series_p (x, base_out, step_out);
opts.cc 305 base_of_path (const char *path, const char **base_out)
324 *base_out = base;
rtlanal.cc 927 /* Split X into a base and a constant offset, storing them in *BASE_OUT
931 split_const (rtx x, rtx *base_out, rtx *offset_out)
938 *base_out = XEXP (x, 0);
943 *base_out = x;
genrecog.cc 4425 with code X+N. When returning true, set *BASE_OUT to this X and *COUNT_OUT
4430 terminal_pattern_p (decision *d, unsigned int *base_out,
4452 *base_out = base;
emit-rtl.cc 6148 const_vec_series_p_1 (const_rtx x, rtx *base_out, rtx *step_out)
6181 *base_out = base;
  /src/external/gpl3/gcc.old/dist/gcc/
flags.h 67 extern int base_of_path (const char *path, const char **base_out);
rtl.h 3073 for a nonzero S. Store B and S in *BASE_OUT and *STEP_OUT on sucess. */
3076 const_vec_series_p (const_rtx x, rtx *base_out, rtx *step_out)
3081 return const_vec_series_p_1 (x, base_out, step_out);
3091 *BASE_OUT and *STEP_OUT on sucess. */
3094 vec_series_p (const_rtx x, rtx *base_out, rtx *step_out)
3098 *base_out = XEXP (x, 0);
3102 return const_vec_series_p (x, base_out, step_out);
opts.cc 297 base_of_path (const char *path, const char **base_out)
316 *base_out = base;
rtlanal.cc 929 /* Split X into a base and a constant offset, storing them in *BASE_OUT
933 split_const (rtx x, rtx *base_out, rtx *offset_out)
940 *base_out = XEXP (x, 0);
945 *base_out = x;
genrecog.cc 4425 with code X+N. When returning true, set *BASE_OUT to this X and *COUNT_OUT
4430 terminal_pattern_p (decision *d, unsigned int *base_out,
4452 *base_out = base;
emit-rtl.cc 5978 const_vec_series_p_1 (const_rtx x, rtx *base_out, rtx *step_out)
6011 *base_out = base;
  /src/external/bsd/libevent/dist/include/event2/
event.h 1382 event_base is copied into *base_out, the fd is copied into *fd_out, and so
1389 struct event_base **base_out, evutil_socket_t *fd_out, short *events_out,
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
event.h 1383 event_base is copied into *base_out, the fd is copied into *fd_out, and so
1390 struct event_base **base_out, evutil_socket_t *fd_out, short *events_out,
  /src/external/bsd/ntp/dist/sntp/libevent/
event.c 2421 event_get_assignment(const struct event *event, struct event_base **base_out, evutil_socket_t *fd_out, short *events_out, event_callback_fn *callback_out, void **arg_out)
2425 if (base_out)
2426 *base_out = event->ev_base;
  /src/external/bsd/libevent/dist/
event.c 2437 event_get_assignment(const struct event *event, struct event_base **base_out, evutil_socket_t *fd_out, short *events_out, event_callback_fn *callback_out, void **arg_out)
2441 if (base_out)
2442 *base_out = event->ev_base;

Completed in 123 milliseconds