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

  /external/libxml2/
xmlregexp.c 252 int nbAtoms;
272 int nbAtoms;
438 ret->nbAtoms = ctxt->nbAtoms;
454 int i, j, nbstates = 0, nbatoms = 0; local
487 stringMap = xmlMalloc(ret->nbAtoms * sizeof(char *));
494 stringRemap = xmlMalloc(ret->nbAtoms * sizeof(int));
502 for (i = 0;i < ret->nbAtoms;i++) {
506 for (j = 0;j < nbatoms;j++) {
512 if (j >= nbatoms) {
    [all...]

Completed in 41 milliseconds