compact           170 base/android/java/src/org/chromium/base/ObserverList.java         if (mIterationDepth == 0) compact();
compact           282 third_party/libxml/src/xmlregexp.c     int *compact;
compact           653 third_party/libxml/src/xmlregexp.c 	ret->compact = transitions;
compact          3494 third_party/libxml/src/xmlregexp.c     if ((comp->compact == NULL) && (comp->states == NULL))
compact          3510 third_party/libxml/src/xmlregexp.c     if (comp->compact == NULL)
compact          3685 third_party/libxml/src/xmlregexp.c     if ((comp == NULL) || (comp->compact == NULL) || (comp->stringMap == NULL))
compact          3692 third_party/libxml/src/xmlregexp.c 	if (comp->compact[state * (comp->nbstrings + 1)] ==
compact          3706 third_party/libxml/src/xmlregexp.c 	target = comp->compact[state * (comp->nbstrings + 1) + i + 1];
compact          3718 third_party/libxml/src/xmlregexp.c 		if (comp->compact[target * (comp->nbstrings + 1)] ==
compact          3722 third_party/libxml/src/xmlregexp.c 		if (comp->compact[target * (comp->nbstrings + 1)] ==
compact          3776 third_party/libxml/src/xmlregexp.c     if (exec->comp->compact != NULL)
compact          4171 third_party/libxml/src/xmlregexp.c     if (exec->comp->compact != NULL)
compact          4209 third_party/libxml/src/xmlregexp.c     if ((exec->comp != NULL) && (exec->comp->compact != NULL)) {
compact          4222 third_party/libxml/src/xmlregexp.c 	    if (comp->compact[state * (comp->nbstrings + 1)] ==
compact          4229 third_party/libxml/src/xmlregexp.c 	    target = comp->compact[state * (comp->nbstrings + 1) + i + 1];
compact          4231 third_party/libxml/src/xmlregexp.c 	        (comp->compact[(target - 1) * (comp->nbstrings + 1)] !=
compact          4238 third_party/libxml/src/xmlregexp.c 	    target = comp->compact[state * (comp->nbstrings + 1) + i + 1];
compact          4240 third_party/libxml/src/xmlregexp.c 	        (comp->compact[(target - 1) * (comp->nbstrings + 1)] ==
compact          5558 third_party/libxml/src/xmlregexp.c     if (regexp->compact != NULL)
compact          5559 third_party/libxml/src/xmlregexp.c 	xmlFree(regexp->compact);