HomeSort by: relevance | last modified time | path
    Searched defs:SETUP (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
regexec.c 69 #define SETUP(v) ((v) = 0)
95 #undef SETUP
118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
  /src/external/bsd/nvi/dist/regex/
regexec.c 84 #define SETUP(v) ((v) = 0)
110 #undef SETUP
133 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-aors_1.c 31 #define SETUP() \
141 SETUP ();
149 SETUP ();
161 SETUP ();
169 SETUP ();
181 SETUP ();
242 SETUP ();
250 SETUP ();
262 SETUP ();
270 SETUP ();
    [all...]
  /src/lib/libc/regex/
regexec.c 128 #define SETUP(v) ((v) = 0)
157 #undef SETUP
182 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
  /src/lib/libc/stdlib/
radixsort.c 82 #define SETUP { \
110 SETUP;
128 SETUP;
  /src/sys/dev/usb/
motgvar.h 46 SETUP,
  /src/external/bsd/libpcap/dist/
atmuni31.h 49 #define SETUP 0x05 /* setup */
  /src/external/bsd/ntp/dist/ntpd/
refclock_acts.c 37 * modem setup string is hard-coded in the driver and may require
164 * Modem setup strings. These may have to be changed for
184 #define SETUP 3 /* setup timeout */
195 S_SETUP, /* send modem setup */
251 const char *setup; local
274 setup = get_ext_sys_var("modemsetup");
275 if (setup != NULL)
276 modem_setup = estrdup(setup);
384 * We are waiting for the OK response to the modem setup
    [all...]
  /src/external/mit/isl/dist/imath/
imrat.c 37 #define SETUP(E, C) \
413 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(a)), last);
414 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(b)), last);
500 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(r)), last);
501 SETUP(mp_int_init(TEMP(last)), last);
502 SETUP(mp_int_init(TEMP(last)), last);
912 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(a)), last);
913 SETUP(mp_int_init_copy(TEMP(last), MP_NUMER_P(b)), last);
  /src/external/bsd/tcpdump/dist/
print-atm.c 88 #define SETUP 0x05 /* setup */
316 { SETUP, "Setup" },
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dce_i2c_hw.h 87 SRI(SETUP, DC_I2C_DDC, id),\
232 uint32_t SETUP;

Completed in 54 milliseconds