Searched refs:NXT (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/
H A Dparser.c2000 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
2021 #define NXT(val) ctxt->input->cur[(val)] macro
2176 if ((expandPE == 0) || (IS_BLANK_CH(NXT(1))) || (NXT(1) == 0))
2291 if ((RAW == '&') && (NXT(1) == '#') &&
2292 (NXT(2) == 'x')) {
2325 } else if ((RAW == '&') && (NXT(1) == '#')) {
2545 if (IS_BLANK_CH(NXT(1)) || NXT(1) == 0)
2847 (RAW == '<') && (NXT(
[all...]
H A Dxpath.c3036 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
3049 #define NXT(val) ctxt->cur[(val)] macro
10495 } else if (IS_ASCII_DIGIT(CUR) || (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10609 (CUR == '.' && IS_ASCII_DIGIT(NXT(1)))) {
10648 while (NXT(len) != 0) {
10649 if (NXT(len) == '/') {
10657 } else if (IS_BLANK_CH(NXT(len))) {
10660 } else if (NXT(len) == ':') {
10667 } else if ((NXT(len) == '(')) {
10688 } else if ((NXT(le
[all...]
H A Dpattern.c718 #define NXT(val) ctxt->cur[(val)] macro
1241 if ((CUR == '/') && (NXT(1) == '/')) {
1245 } else if ((CUR == '.') && (NXT(1) == '/') && (NXT(2) == '/')) {
1287 if (NXT(1) == '/') {
H A Dxpointer.c860 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
873 #define NXT(val) ctxt->cur[(val)] macro
986 if ((NXT(1) == ')') || (NXT(1) == '(') || (NXT(1) == '^')) {
1192 if ((name == NULL) && (CUR == '/') && (NXT(1) != '1')) {
H A Dxmlregexp.c55 #define NXT(index) (ctxt->cur[index]) macro
5032 if ((start == '-') && (NXT(1) != ']') && (PREV != '[') && (PREV != '^')) {
5038 if ((cur != '-') || (NXT(1) == ']')) {
5117 } else if ((CUR == '-') && (NXT(1) == '[')) {
/external/libxaac/decoder/armv7/
H A Dixheaacd_pre_twiddle_compute.s77 BNE NXT
80 NXT: label
/external/libxaac/decoder/armv8/
H A Dixheaacd_pre_twiddle.s125 BNE NXT
128 NXT: label

Completed in 496 milliseconds