Home
last modified time | relevance | path

Searched refs:first_pass (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc81 bool first_pass = true; in Wait() local
94 if (!first_pass) MaybeBecomeIdle(); in Wait()
105 first_pass = false; in Wait()
187 bool first_pass = true; in Wait() local
189 if (!first_pass) MaybeBecomeIdle(); in Wait()
206 first_pass = false; in Wait()
258 bool first_pass = true; in Wait() local
271 if (!first_pass) MaybeBecomeIdle(); in Wait()
285 first_pass = false; in Wait()
381 bool first_pass = true; in Wait() local
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint.cc293 bool first_pass = true; in FiveToTheNth() local
297 if (first_pass) { in FiveToTheNth()
304 first_pass = false; in FiveToTheNth()
/third_party/musl/src/regex/
Dregcomp.c1211 int first_pass = (mem == NULL || tnfa == NULL); in tre_add_tags() local
1223 if (!first_pass) in tre_add_tags()
1299 if (!first_pass) in tre_add_tags()
1338 if (!first_pass) in tre_add_tags()
1407 if (first_pass) in tre_add_tags()
1425 if (!first_pass) in tre_add_tags()
1496 if (!first_pass) in tre_add_tags()
1547 if (first_pass) in tre_add_tags()
1561 if (!first_pass) in tre_add_tags()
1584 if (first_pass) in tre_add_tags()
[all …]
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c1211 int first_pass = (mem == NULL || tnfa == NULL); in tre_add_tags() local
1223 if (!first_pass) in tre_add_tags()
1299 if (!first_pass) in tre_add_tags()
1338 if (!first_pass) in tre_add_tags()
1407 if (first_pass) in tre_add_tags()
1425 if (!first_pass) in tre_add_tags()
1496 if (!first_pass) in tre_add_tags()
1547 if (first_pass) in tre_add_tags()
1561 if (!first_pass) in tre_add_tags()
1584 if (first_pass) in tre_add_tags()
[all …]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c1212 int first_pass = (mem == NULL || tnfa == NULL); in tre_add_tags() local
1224 if (!first_pass) in tre_add_tags()
1300 if (!first_pass) in tre_add_tags()
1339 if (!first_pass) in tre_add_tags()
1408 if (first_pass) in tre_add_tags()
1426 if (!first_pass) in tre_add_tags()
1497 if (!first_pass) in tre_add_tags()
1548 if (first_pass) in tre_add_tags()
1562 if (!first_pass) in tre_add_tags()
1585 if (first_pass) in tre_add_tags()
[all …]
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c1211 int first_pass = (mem == NULL || tnfa == NULL); in tre_add_tags() local
1223 if (!first_pass) in tre_add_tags()
1299 if (!first_pass) in tre_add_tags()
1338 if (!first_pass) in tre_add_tags()
1407 if (first_pass) in tre_add_tags()
1425 if (!first_pass) in tre_add_tags()
1496 if (!first_pass) in tre_add_tags()
1547 if (first_pass) in tre_add_tags()
1561 if (!first_pass) in tre_add_tags()
1584 if (first_pass) in tre_add_tags()
[all …]
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c538 bool first_pass; in virgl_encode_shader_state() local
578 first_pass = true; in virgl_encode_shader_state()
582 int hdr_len = base_hdr_size + (first_pass ? strm_hdr_size : 0); in virgl_encode_shader_state()
591 if (first_pass) in virgl_encode_shader_state()
601 virgl_emit_shader_streamout(ctx, first_pass ? so_info : NULL); in virgl_encode_shader_state()
606 first_pass = false; in virgl_encode_shader_state()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftbsdf.c907 first_pass( BSDF_Worker* worker ) in first_pass() function
1059 first_pass( worker ); in edt8()
/third_party/mesa3d/src/compiler/glsl/
Dast_type.cpp930 bool first_pass = true; in process_qualifier_constant() local
962 if (!first_pass && *value != const_int->value.u[0]) { in process_qualifier_constant()
969 first_pass = false; in process_qualifier_constant()
/third_party/node/tools/gyp/pylib/gyp/
Dxcode_emulation.py1020 first_pass = True
1023 if first_pass:
1025 first_pass = False
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcode_emulation.py1020 first_pass = True
1023 if first_pass:
1025 first_pass = False
/third_party/python/Lib/
Dmailbox.py1455 first_pass = True
1465 if first_pass:
1466 first_pass = False
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2102128 * src/sdf/ftbsdf.c (compare_neighbor, first_pass, second_pass,