/external/openscreen/third_party/abseil/src/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 …]
|
/external/angle/third_party/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 …]
|
/external/libtextclassifier/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 …]
|
/external/rust/crates/grpcio-sys/grpc/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 …]
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | waiter.cc | 137 bool first_pass = true; in Wait() local 150 if (!first_pass) MaybeBecomeIdle(); in Wait() 161 first_pass = false; in Wait() 243 bool first_pass = true; in Wait() local 245 if (!first_pass) MaybeBecomeIdle(); in Wait() 262 first_pass = false; in Wait() 314 bool first_pass = true; in Wait() local 327 if (!first_pass) MaybeBecomeIdle(); in Wait() 341 first_pass = false; in Wait() 437 bool first_pass = true; in Wait() local [all …]
|
/external/abseil-cpp/absl/synchronization/internal/ |
D | waiter.cc | 137 bool first_pass = true; in Wait() local 150 if (!first_pass) MaybeBecomeIdle(); in Wait() 161 first_pass = false; in Wait() 243 bool first_pass = true; in Wait() local 245 if (!first_pass) MaybeBecomeIdle(); in Wait() 262 first_pass = false; in Wait() 314 bool first_pass = true; in Wait() local 327 if (!first_pass) MaybeBecomeIdle(); in Wait() 341 first_pass = false; in Wait() 437 bool first_pass = true; in Wait() local [all …]
|
/external/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()
|
/external/webrtc/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()
|
/external/angle/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()
|
/external/libtextclassifier/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()
|
/external/rust/crates/grpcio-sys/grpc/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()
|
/external/openscreen/third_party/abseil/src/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()
|
/external/arm-trusted-firmware/plat/intel/soc/common/drivers/qspi/ |
D | cadence_qspi.c | 420 int first_pass, last_pass; in cad_qspi_calibration() local 448 first_pass = -1; in cad_qspi_calibration() 459 if (first_pass == -1) in cad_qspi_calibration() 460 first_pass = data_cap_delay; in cad_qspi_calibration() 473 if (first_pass > 0) { in cad_qspi_calibration() 474 int diff = first_pass - last_pass; in cad_qspi_calibration() 476 data_cap_delay = first_pass + diff / 2; in cad_qspi_calibration()
|
/external/virglrenderer/tests/ |
D | testvirgl_encode.c | 244 bool first_pass; in virgl_encode_shader_state() local 269 first_pass = true; in virgl_encode_shader_state() 273 int hdr_len = base_hdr_size + (first_pass ? strm_hdr_size : 0); in virgl_encode_shader_state() 282 if (first_pass) in virgl_encode_shader_state() 289 virgl_emit_shader_streamout(ctx, first_pass ? &shader->stream_output : NULL); in virgl_encode_shader_state() 294 first_pass = false; in virgl_encode_shader_state()
|
/external/webrtc/rtc_base/ |
D | thread.cc | 461 bool first_pass = true; in Get() local 470 if (first_pass) { in Get() 471 first_pass = false; in Get()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.c | 498 bool first_pass; in virgl_encode_shader_state() local 531 first_pass = true; in virgl_encode_shader_state() 535 int hdr_len = base_hdr_size + (first_pass ? strm_hdr_size : 0); in virgl_encode_shader_state() 544 if (first_pass) in virgl_encode_shader_state() 554 virgl_emit_shader_streamout(ctx, first_pass ? so_info : NULL); in virgl_encode_shader_state() 559 first_pass = false; in virgl_encode_shader_state()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_type.cpp | 917 bool first_pass = true; in process_qualifier_constant() local 949 if (!first_pass && *value != const_int->value.u[0]) { in process_qualifier_constant() 956 first_pass = false; in process_qualifier_constant()
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 1427 first_pass = True 1432 if first_pass: 1433 first_pass = False
|
/external/python/cpython3/Lib/ |
D | mailbox.py | 1455 first_pass = True 1465 if first_pass: 1466 first_pass = False
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | subpixel_ssse3.asm | 899 cmp rax, 0 ; skip first_pass filter if xoffset=0 1195 cmp rax, 0 ; skip first_pass filter if xoffset=0
|