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

  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 557 int stateno, atomno, targetno, prev; local
572 atomno = stringRemap[trans->atom->no];
590 prev = transitions[stateno * (nbatoms + 1) + atomno + 1];
596 i, j, trans->atom->no, trans->to, atomno, targetno);
612 i, j, trans->atom->no, trans->to, atomno, targetno);
614 transitions[stateno * (nbatoms + 1) + atomno + 1] =
617 transdata[stateno * nbatoms + atomno] =
    [all...]
  /external/libxml2/
xmlregexp.c 557 int stateno, atomno, targetno, prev; local
572 atomno = stringRemap[trans->atom->no];
590 prev = transitions[stateno * (nbatoms + 1) + atomno + 1];
596 i, j, trans->atom->no, trans->to, atomno, targetno);
612 i, j, trans->atom->no, trans->to, atomno, targetno);
614 transitions[stateno * (nbatoms + 1) + atomno + 1] =
617 transdata[stateno * nbatoms + atomno] =
    [all...]

Completed in 68 milliseconds