HomeSort by relevance Sort by last modified time
    Searched defs:ssub (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 367 sopno ssub; /* start sop of subsubRE */ local
433 ssub = ss + 1;
436 if (slow(m, sp, rest, ssub, esub) != NULL) {
442 dissect(m, sp, rest, ssub, esub);
462 ssub = ss + 1;
467 sep = slow(m, ssp, rest, ssub, esub);
479 assert(slow(m, ssp, sep, ssub, esub) == rest);
485 dissect(m, ssp, sep, ssub, esub);
503 ssub = ss + 1;
507 if (slow(m, sp, rest, ssub, esub) == rest
573 sopno ssub; \/* start sop of subsubRE *\/ local
    [all...]
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-group_by.hpp 225 auto ssub = state->source_lifetime.add(duration_sub); local
235 expire_state->source_lifetime.remove(ssub);

Completed in 761 milliseconds