Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dattributes.c412 const xmlChar *curval, *endval; in xsltParseStylesheetAttributeSet() local
413 curval = value; in xsltParseStylesheetAttributeSet()
414 while (*curval != 0) { in xsltParseStylesheetAttributeSet()
415 while (IS_BLANK(*curval)) curval++; in xsltParseStylesheetAttributeSet()
416 if (*curval == 0) in xsltParseStylesheetAttributeSet()
418 endval = curval; in xsltParseStylesheetAttributeSet()
420 curval = xmlDictLookup(style->dict, curval, endval - curval); in xsltParseStylesheetAttributeSet()
421 if (curval) { in xsltParseStylesheetAttributeSet()
428 "xsl:attribute-set : %s adds use %s\n", ncname, curval); in xsltParseStylesheetAttributeSet()
430 ncname2 = xsltSplitQName(style->dict, curval, &prefix2); in xsltParseStylesheetAttributeSet()
[all …]
/external/opencv/otherlibs/highgui/
Dbitstrm.cpp1018 ulong curval = m_val; in Put() local
1026 curval |= val << bit_idx; in Put()
1030 *((ulong*&)m_current)++ = curval | ((unsigned)val >> -bit_idx); in Put()
1036 curval = val << bit_idx; in Put()
1039 m_val = curval; in Put()
/external/libpcap/
Doptimize.c551 static int curval; variable
569 curval = 0; in init_val()
592 val = ++curval;