Searched refs:starts (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c3264 * Determine where frame payload starts.
7109 CTLFLAG_RD, &txq->ift_br->starts,
7110 "# of normal consumer starts in the mp_ring for this queue");
H A Dmp_ring.c107 counter_u64_add(r->starts, 1);
181 counter_u64_add(r->starts, 1);
273 r->starts = counter_u64_alloc(flags);
277 if (r->enqueues == NULL || r->drops == NULL || r->starts == NULL ||
302 if (r->starts != NULL)
303 counter_u64_free(r->starts);
519 counter_u64_zero(r->starts);
/haiku/src/build/libgnuregex/
H A Dregex.c1857 that starts this interval.
2824 re_set_registers (bufp, regs, num_regs, starts, ends)
2828 regoff_t *starts, *ends;
2834 regs->start = starts;
3934 Each alternative starts with an on_failure_jump that points
4396 The last alternative starts with only a jump,
4432 alternative that starts with an on_failure_jump. */
H A Dregex.h473 unsigned num_regs, regoff_t *starts, regoff_t *ends));
/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Dmp_ring.h57 counter_u64_t starts; member in struct:ifmp_ring
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex282 The resource index section starts with a header, it follows a table of
423 a block that starts with a type field.
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c570 re_set_registers (bufp, regs, num_regs, starts, ends)
574 regoff_t *starts, *ends;
580 regs->start = starts;
815 the matching starts from the beginning of the buffer. */
828 /* We assume that the matching starts from 0. */
893 the buffers so that we could assume that the matching starts
1071 Note that the matcher assume that the maching starts from the current
1389 /* Set the positions where the subexpressions are starts/ends to registers

Completed in 131 milliseconds