HomeSort by relevance Sort by last modified time
    Searched refs:endval (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libasm/
asm_addsleb128.c 58 int32_t endval = num >> 31; local
68 if (num == endval)
  /external/libxslt/libxslt/
attributes.c 412 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/
xmlschemastypes.c 2002 xmlChar *val, *cur, *endval; local
    [all...]

Completed in 997 milliseconds