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

  /src/external/bsd/flex/dist/src/
parse.y 502 re : re '|' series
508 | series
517 * series is parsed.
540 series : series singleton label
551 | series BEGIN_REPEAT_POSIX NUMBER ',' NUMBER END_REPEAT_POSIX
579 | series BEGIN_REPEAT_POSIX NUMBER ',' END_REPEAT_POSIX
593 | series BEGIN_REPEAT_POSIX NUMBER END_REPEAT_POSIX
595 /* The series could be something like "(foo)",
  /src/sys/arch/hpc/include/
platid.h 67 unsigned int series :PLATID_SERIES_BITS; member in struct:__anon1371::platid
  /src/sys/dev/ic/
arn5008.c 1000 * for the final series used. We must add the number of tries for
1001 * each series that was fully processed.
1004 /* NB: Assume two tries per series. */
1311 struct athn_series series[4]; local
1545 series[i].hwrate = athn_rates[ridx[i]].hwrate;
1549 series[i].hwrate |= 0x04;
1550 series[i].dur = 0;
1553 /* Compute duration for each series. */
1555 series[i].dur = athn_txtime(sc, IEEE80211_ACK_LEN,
1560 /* Write number of tries for each series. *
    [all...]
arn9003.c 1146 * for the final series used. We must add the number of tries for
1147 * each series that was fully processed.
1150 /* NB: Assume two tries per series. */
1463 struct athn_series series[4]; local
1705 series[i].hwrate = athn_rates[ridx[i]].hwrate;
1709 series[i].hwrate |= 0x04;
1710 series[i].dur = 0;
1713 /* Compute duration for each series. */
1715 series[i].dur = athn_txtime(sc, IEEE80211_ACK_LEN,
1725 /* Write number of tries for each series. *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 1052 /* Expand series const vector. If VID is NULL_RTX, we use vid.v
1200 /* Support scalable const series vector. */
3323 compress point of the selector are all consecutive series increasing and
3346 /* It must be series increasing from compress point. */
3643 /* Check for a full series. */
3647 /* Check for a series starting at the second element. */
3667 /* Create the series. */
3669 rtx series = gen_reg_rtx (sel_mode); local
3670 expand_vec_series (series, gen_int_mode (need_insert ? el2 : el1, eltmode),
3678 = {series, series, gen_int_mode (el1, GET_MODE_INNER (sel_mode))}
    [all...]

Completed in 72 milliseconds