/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | waiter.cc | 81 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/abseil-cpp/absl/synchronization/internal/ |
D | waiter.cc | 145 bool first_pass = true; in Wait() local 158 if (!first_pass) MaybeBecomeIdle(); in Wait() 169 first_pass = false; in Wait() 251 bool first_pass = true; in Wait() local 253 if (!first_pass) MaybeBecomeIdle(); in Wait() 270 first_pass = false; in Wait() 322 bool first_pass = true; in Wait() local 335 if (!first_pass) MaybeBecomeIdle(); in Wait() 349 first_pass = false; in Wait() 445 bool first_pass = true; in Wait() local [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | charconv_bigint.cc | 293 bool first_pass = true; in FiveToTheNth() local 297 if (first_pass) { in FiveToTheNth() 304 first_pass = false; in FiveToTheNth()
|
/third_party/abseil-cpp/absl/strings/internal/ |
D | charconv_bigint.cc | 293 bool first_pass = true; in FiveToTheNth() local 297 if (first_pass) { in FiveToTheNth() 304 first_pass = false; in FiveToTheNth()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 1211 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/ |
D | regcomp.c | 1212 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/uniproton/kernel/src/regex/ |
D | regcomp.c | 1211 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/src/regex/ |
D | regcomp.c | 1211 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/boost/boost/multiprecision/cpp_int/ |
D | divide.hpp | 148 bool first_pass = true; in divide_unsigned_helper() local 274 if (result && first_pass) in divide_unsigned_helper() 276 first_pass = false; in divide_unsigned_helper()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 528 bool first_pass; in virgl_encode_shader_state() local 561 first_pass = true; in virgl_encode_shader_state() 565 int hdr_len = base_hdr_size + (first_pass ? strm_hdr_size : 0); in virgl_encode_shader_state() 574 if (first_pass) in virgl_encode_shader_state() 584 virgl_emit_shader_streamout(ctx, first_pass ? so_info : NULL); in virgl_encode_shader_state() 589 first_pass = false; in virgl_encode_shader_state()
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftbsdf.c | 907 first_pass( BSDF_Worker* worker ) in first_pass() function 1059 first_pass( worker ); in edt8()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_type.cpp | 930 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/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | xcode_emulation.py | 890 first_pass = True 893 if first_pass: 895 first_pass = False
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcode_emulation.py | 1023 first_pass = True 1026 if first_pass: 1028 first_pass = False
|
/third_party/python/Lib/ |
D | mailbox.py | 1455 first_pass = True 1465 if first_pass: 1466 first_pass = False
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 2128 * src/sdf/ftbsdf.c (compare_neighbor, first_pass, second_pass,
|