Searched defs:IS_TRIABLE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c148 #define IS_TRIABLE (1 << 4) macro
4201 def->dflags |= IS_TRIABLE;
10266 if ((define->dflags & IS_TRIABLE) && (define->data != NULL) &&
10269 * node == NULL can't be optimized since IS_TRIABLE
/external/libxml2/
H A Drelaxng.c149 #define IS_TRIABLE (1 << 4) macro
4202 def->dflags |= IS_TRIABLE;
10296 if ((define->dflags & IS_TRIABLE) && (define->data != NULL) &&
10299 * node == NULL can't be optimized since IS_TRIABLE

Completed in 64 milliseconds