Searched refs:endval (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libasm/
H A Dasm_addsleb128.c58 int32_t endval = num >> 31; local
68 if (num == endval)
/external/libxslt/libxslt/
H A Dattributes.c412 const xmlChar *curval, *endval; local
418 endval = curval;
419 while ((*endval != 0) && (!IS_BLANK(*endval))) endval++;
420 curval = xmlDictLookup(style->dict, curval, endval - curval);
440 curval = endval;
/external/libxml2/
H A Dxmlschemastypes.c2002 xmlChar *val, *cur, *endval; local
2036 endval = cur;
2038 while ((*cur == 0) && (cur != endval)) cur++;
2039 while (cur != endval) {
2044 while ((*cur == 0) && (cur != endval)) cur++;

Completed in 191 milliseconds