Home
last modified time | relevance | path

Searched refs:at_start (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtarith.c313 int at_start; /* At start (first character) of state */ member
340 if (c.check_state == start && c.at_start && ch == '-') in check_one_character()
419 c.at_start = 0; in check_one_character()
436 c.at_start) || in check_one_character()
464 c.at_start = !number_is_valid; in check_one_character()
473 c.at_start = 1; in check_one_character()
488 c.at_start = 0; in check_one_character()
588 control.at_start = 1; in validation_checkfp()
/third_party/skia/third_party/externals/libpng/
Dpngtrans.c495 png_do_strip_channel(png_row_infop row_info, png_bytep row, int at_start) in png_do_strip_channel() argument
514 if (at_start != 0) /* Skip initial filler */ in png_do_strip_channel()
532 if (at_start != 0) /* Skip initial filler */ in png_do_strip_channel()
562 if (at_start != 0) /* Skip initial filler */ in png_do_strip_channel()
580 if (at_start != 0) /* Skip initial filler */ in png_do_strip_channel()
Dpngpriv.h1411 png_bytep row, int at_start),PNG_EMPTY);
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.h326 TriBool at_start() { return at_start_; } in at_start() function
327 void set_at_start(TriBool at_start) { at_start_ = at_start; } in set_at_start() argument
Dregexp-parser.cc1097 bool at_start = true; in ParseCaptureGroupName() local
1118 if (at_start) { in ParseCaptureGroupName()
1124 at_start = false; in ParseCaptureGroupName()
Dregexp-compiler.cc1513 trace->at_start() == Trace::FALSE_VALUE); in EmitQuickCheck()
1531 bounds_check_trace->at_start() == Trace::FALSE_VALUE); in EmitQuickCheck()
2162 bool not_at_start = (trace->at_start() == Trace::FALSE_VALUE); in EmitBoundaryCheck()
2264 if (trace->at_start() == Trace::FALSE_VALUE) { in Emit()
2268 if (trace->at_start() == Trace::UNKNOWN) { in Emit()
3062 EatsAtLeast(current_trace->at_start() == Trace::FALSE_VALUE); in SetUpPreLoad()
/third_party/node/deps/v8/src/parsing/
Dscanner.cc750 bool at_start = !seen_period; in ScanNumber() local
785 at_start = false; in ScanNumber()
800 if (at_start) { in ScanNumber()
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc4344 bool at_start = true; in GenerateRuntimeTypeCheck() local
4348 at_start = false; in GenerateRuntimeTypeCheck()
4351 if (!at_start) type_check << " || "; in GenerateRuntimeTypeCheck()
4352 at_start = false; in GenerateRuntimeTypeCheck()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c1302 int at_start = 1; in is_whitespace_normalized() local
1309 if (at_start) { in is_whitespace_normalized()
1310 at_start = 0; in is_whitespace_normalized()