Home
last modified time | relevance | path

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

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