/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 88 TestContext *cxt = static_cast<TestContext *>(v); in CheckSumG0G1() local 89 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in CheckSumG0G1"); in CheckSumG0G1() 93 static void TestMu(TestContext *cxt, int c) { in TestMu() argument 94 for (int i = 0; i != cxt->iterations; i++) { in TestMu() 95 absl::MutexLock l(&cxt->mu); in TestMu() 96 int a = cxt->g0 + 1; in TestMu() 97 cxt->g0 = a; in TestMu() 98 cxt->g1--; in TestMu() 102 static void TestTry(TestContext *cxt, int c) { in TestTry() argument 103 for (int i = 0; i != cxt->iterations; i++) { in TestTry() [all …]
|
/external/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 87 TestContext *cxt = static_cast<TestContext *>(v); in CheckSumG0G1() local 88 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in CheckSumG0G1"); in CheckSumG0G1() 92 static void TestMu(TestContext *cxt, int c) { in TestMu() argument 93 for (int i = 0; i != cxt->iterations; i++) { in TestMu() 94 absl::MutexLock l(&cxt->mu); in TestMu() 95 int a = cxt->g0 + 1; in TestMu() 96 cxt->g0 = a; in TestMu() 97 cxt->g1--; in TestMu() 101 static void TestTry(TestContext *cxt, int c) { in TestTry() argument 102 for (int i = 0; i != cxt->iterations; i++) { in TestTry() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 87 TestContext *cxt = static_cast<TestContext *>(v); in CheckSumG0G1() local 88 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in CheckSumG0G1"); in CheckSumG0G1() 92 static void TestMu(TestContext *cxt, int c) { in TestMu() argument 93 for (int i = 0; i != cxt->iterations; i++) { in TestMu() 94 absl::MutexLock l(&cxt->mu); in TestMu() 95 int a = cxt->g0 + 1; in TestMu() 96 cxt->g0 = a; in TestMu() 97 cxt->g1--; in TestMu() 101 static void TestTry(TestContext *cxt, int c) { in TestTry() argument 102 for (int i = 0; i != cxt->iterations; i++) { in TestTry() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 88 TestContext *cxt = static_cast<TestContext *>(v); in CheckSumG0G1() local 89 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in CheckSumG0G1"); in CheckSumG0G1() 93 static void TestMu(TestContext *cxt, int c) { in TestMu() argument 94 for (int i = 0; i != cxt->iterations; i++) { in TestMu() 95 absl::MutexLock l(&cxt->mu); in TestMu() 96 int a = cxt->g0 + 1; in TestMu() 97 cxt->g0 = a; in TestMu() 98 cxt->g1--; in TestMu() 102 static void TestTry(TestContext *cxt, int c) { in TestTry() argument 103 for (int i = 0; i != cxt->iterations; i++) { in TestTry() [all …]
|
/external/openscreen/third_party/abseil/src/absl/synchronization/ |
D | mutex_test.cc | 88 TestContext *cxt = static_cast<TestContext *>(v); in CheckSumG0G1() local 89 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in CheckSumG0G1"); in CheckSumG0G1() 93 static void TestMu(TestContext *cxt, int c) { in TestMu() argument 94 for (int i = 0; i != cxt->iterations; i++) { in TestMu() 95 absl::MutexLock l(&cxt->mu); in TestMu() 96 int a = cxt->g0 + 1; in TestMu() 97 cxt->g0 = a; in TestMu() 98 cxt->g1--; in TestMu() 102 static void TestTry(TestContext *cxt, int c) { in TestTry() argument 103 for (int i = 0; i != cxt->iterations; i++) { in TestTry() [all …]
|
/external/angle/third_party/abseil-cpp/absl/synchronization/ |
D | mutex_test.cc | 88 TestContext *cxt = static_cast<TestContext *>(v); in CheckSumG0G1() local 89 ABSL_RAW_CHECK(cxt->g0 == -cxt->g1, "Error in CheckSumG0G1"); in CheckSumG0G1() 93 static void TestMu(TestContext *cxt, int c) { in TestMu() argument 94 for (int i = 0; i != cxt->iterations; i++) { in TestMu() 95 absl::MutexLock l(&cxt->mu); in TestMu() 96 int a = cxt->g0 + 1; in TestMu() 97 cxt->g0 = a; in TestMu() 98 cxt->g1--; in TestMu() 102 static void TestTry(TestContext *cxt, int c) { in TestTry() argument 103 for (int i = 0; i != cxt->iterations; i++) { in TestTry() [all …]
|
/external/linux-kselftest/tools/testing/selftests/gpio/ |
D | gpio-mockup-chardev.c | 32 struct libmnt_context *cxt; in get_debugfs() local 38 cxt = mnt_new_context(); in get_debugfs() 39 if (!cxt) in get_debugfs() 46 if (mnt_context_get_mtab(cxt, &tb)) in get_debugfs() 64 mnt_free_context(cxt); in get_debugfs()
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | php7_wrapper.h | 137 #define PHP_GRPC_SHA1Update(cxt, str, len) \ argument 138 PHP_SHA1Update(cxt, (const unsigned char *)str, len) 262 #define PHP_GRPC_SHA1Update(cxt, str, len) \ argument 263 PHP_SHA1Update(cxt, (unsigned char *)str, len)
|
/external/libabigail/include/ |
D | abg-suppression.h | 753 const diff_context_sptr cxt) const; 758 const diff_context_sptr cxt) const; 763 const diff_context_sptr cxt) const; 768 const diff_context_sptr cxt) const;
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Gamma.miff | 43 …����������������������������������ޕ�v}vV�z\~z]{y^wz`sz_pyWw~Y��k��q��h�g�}cxt`nm_gj_bl_bn_clacl`e…
|