Searched defs:NODE (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/
H A Dipxcp.c223 #define NODE(base) base[0], base[1], base[2], base[3], base[4], base[5] macro
/external/webp/src/enc/
H A Dquant.c407 #define NODE(n, l) (nodes[(n) + 1][(l) + MIN_DELTA]) macro
459 NODE(n, m).cost = 0;
460 NODE(n, m).error = max_error;
461 NODE(n, m).ctx = ctx0;
481 Node* const cur = &NODE(n, m);
504 const Node* const prev = &NODE(n - 1, p);
558 NODE(n, best_node).prev = best_path[2]; // force best-prev for terminal
562 const Node* const node = &NODE(n, best_node);
572 #undef NODE macro
/external/libxml2/
H A Dvalid.c362 #define NODE ctxt->vstate->node macro
4777 NODE = xmlValidateSkipIgnorable(NODE);
4778 if ((NODE == NULL) && (CONT == NULL))
4780 if ((NODE == NULL) &&
4786 if ((NODE != NULL) && (NODE->type == XML_ENTITY_REF_NODE))
4800 DEBUG_VALID_STATE(NODE, CONT)
4805 DEBUG_VALID_STATE(NODE, CONT)
4817 if (vstateVPush(ctxt, CONT, NODE, DEPT
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 499 milliseconds