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

  /src/external/bsd/nsd/dist/simdzone/src/generic/
scanner.h 52 uint64_t delimiters, starts = quotes | semicolons; local
62 starts &= ~((in_comment | in_quoted) ^ (-end - end));
64 while (starts) {
65 const uint64_t start = -starts & starts;
75 starts &= -end - end;
  /src/external/bsd/nvi/dist/regex/
regcomp.c 1622 sop *starts = 0; local
1673 starts = newstarts;
1692 scans = starts;
  /src/external/gpl2/diffutils/dist/lib/
regex.c 4023 that starts this interval.
4988 /* Set REGS to hold NUM_REGS registers, storing them in STARTS and
4990 this memory for recording register information. STARTS and ENDS
5002 re_set_registers (bufp, regs, num_regs, starts, ends)
5006 regoff_t *starts, *ends;
5012 regs->start = starts;
5185 /* In a forward search for something that starts with \=.
7121 Each alternative starts with an on_failure_jump that points
7752 The last alternative starts with only a jump,
7790 alternative that starts with an on_failure_jump. *
4991 regoff_t *starts, *ends; variable
    [all...]
  /src/external/gpl2/grep/dist/lib/
regex.c 3944 that starts this interval.
4886 /* Set REGS to hold NUM_REGS registers, storing them in STARTS and
4888 this memory for recording register information. STARTS and ENDS
4900 re_set_registers (bufp, regs, num_regs, starts, ends)
4904 regoff_t *starts, *ends;
4910 regs->start = starts;
5009 /* In a forward search for something that starts with \=.
6682 Each alternative starts with an on_failure_jump that points
7301 The last alternative starts with only a jump,
7339 alternative that starts with an on_failure_jump. *
4887 regoff_t *starts, *ends; variable
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 7889 Vector<long long>* starts = new Vector<long long>; local
7904 starts->append (sample->get_start_time ());
7913 res->store (1, starts);
7942 Vector<long long>* starts = new Vector<long long>; local
7950 starts->append (gcevent->start);
7956 res->store (0, starts);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 7889 Vector<long long>* starts = new Vector<long long>; local
7904 starts->append (sample->get_start_time ());
7913 res->store (1, starts);
7942 Vector<long long>* starts = new Vector<long long>; local
7950 starts->append (gcevent->start);
7956 res->store (0, starts);
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 568 TIME starts, ends, sort_time; member in struct:lease
1169 TIME starts; member in struct:dhc6_addr
1181 TIME starts; member in struct:dhc6_ia

Completed in 56 milliseconds