HomeSort by relevance Sort by last modified time
    Searched full:maxskip (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-align.c 46 /*@only@*/ /*@null@*/ yasm_expr *maxskip; member in struct:bytecode_align
85 if (align->maxskip)
86 yasm_expr_destroy(align->maxskip);
100 yasm_expr_print(align->maxskip, f);
114 if (align->maxskip && !yasm_expr_get_intnum(&align->maxskip, 0))
155 if (align->maxskip) {
156 unsigned long maxskip = local
157 yasm_intnum_get_uint(yasm_expr_get_intnum(&align->maxskip, 0));
158 if (bc->len > maxskip) {
187 unsigned long maxskip = local
    [all...]
bytecode.h 364 * \param maxskip maximum number of bytes to skip
376 /*@keep@*/ /*@null@*/ yasm_expr *maxskip,
  /external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp 378 int32_t maxSkip;
413 maxSkip = minLengthCache[0] = data->minLengthInChars(&patternCEs, 0, history);
416 badCharacterTable[j] = maxSkip;
450 return maxSkip;
487 int32_t maxSkip = badCharacterTable.getMaxSkip();
531 goodSuffixTable[i] = maxSkip;
546 // value of maxSkip means never set...
547 if (goodSuffixTable[prefix] == maxSkip) {
663 int32_t maxSkip = badCharacterTable->getMaxSkip();
664 int32_t tOffset = offset + maxSkip;
    [all...]
  /libcore/luni/src/main/java/java/io/
StringReader.java 226 int maxSkip = count - pos;
228 if (maxSkip == 0 || charCount > maxSkip) {
229 charCount = maxSkip; // no rewinding if we're at the end
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 493 yasm_expr *bound, *fill=NULL, *maxskip=NULL; local
507 maxskip = parse_expr(parser_gas);
511 return gas_parser_align(parser_gas, cursect, bound, fill, maxskip,
    [all...]

Completed in 148 milliseconds