/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/ |
D | sizes.c | 11 printf("%30s %4" PRIdPTR "\n", "pthread_t", sizeof(pthread_t)); in main() 12 printf("%30s %4" PRIdPTR "\n", "pthread_attr_t_", sizeof(pthread_attr_t)); in main() 14 printf("%30s %4" PRIdPTR "\n", "pthread_mutex_t_", sizeof(mutex_t)); in main() 15 printf("%30s %4" PRIdPTR "\n", "pthread_mutexattr_t_", sizeof(pthread_mutexattr_t)); in main() 16 printf("%30s %4" PRIdPTR "\n", "pthread_barrier_t_", sizeof(barrier_t)); in main() 17 printf("%30s %4" PRIdPTR "\n", "pthread_barrierattr_t_", sizeof(pthread_barrierattr_t)); in main() 18 printf("%30s %4" PRIdPTR "\n", "pthread_key_t_", sizeof(pthread_key_t)); in main() 19 printf("%30s %4" PRIdPTR "\n", "pthread_cond_t_", sizeof(cond_t)); in main() 20 printf("%30s %4" PRIdPTR "\n", "pthread_condattr_t_", sizeof(pthread_condattr_t)); in main() 21 printf("%30s %4" PRIdPTR "\n", "pthread_rwlock_t_", sizeof(rwlock_t)); in main() [all …]
|
/third_party/grpc/src/core/lib/gprpp/ |
D | ref_counted.h | 75 gpr_log(GPR_INFO, "%s:%p ref %" PRIdPTR " -> %" PRIdPTR, trace_, this, 86 gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s", 103 gpr_log(GPR_INFO, "%s:%p ref %" PRIdPTR " -> %" PRIdPTR, trace_, this, in RefNonZero() 115 gpr_log(GPR_INFO, "%s:%p %s:%d ref %" PRIdPTR " -> %" PRIdPTR " %s", in RefNonZero() 132 gpr_log(GPR_INFO, "%s:%p ref_if_non_zero %" PRIdPTR " -> %" PRIdPTR, in RefIfNonZero() 143 "%s:%p %s:%d ref_if_non_zero %" PRIdPTR " -> %" PRIdPTR " %s", in RefIfNonZero() 165 gpr_log(GPR_INFO, "%s:%p unref %" PRIdPTR " -> %" PRIdPTR, trace, this, in Unref() 182 gpr_log(GPR_INFO, "%s:%p %s:%d unref %" PRIdPTR " -> %" PRIdPTR " %s", in Unref()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | executor.cc | 188 EXECUTOR_TRACE("(%s) Thread %" PRIdPTR " of %" PRIdPTR " joined", name_, in SetThreading() 223 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: step (sub_depth=%" PRIdPTR ")", in ThreadMain() 235 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: shutdown", ts->name, ts->id); in ThreadMain() 245 EXECUTOR_TRACE("(%s) [%" PRIdPTR "]: execute", ts->name, ts->id); in ThreadMain() 302 "%" PRIdPTR, in Enqueue() 306 EXECUTOR_TRACE("(%s) try to schedule %p (%s) to thread %" PRIdPTR, name_, in Enqueue()
|
D | call_combiner.cc | 125 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in Start() 157 gpr_log(GPR_INFO, " size: %" PRIdPTR " -> %" PRIdPTR, prev_size, in Stop()
|
D | cfstream_handle.cc | 185 "CFStream Handle ref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Ref() 195 "CFStream Handle unref %p : %s %" PRIdPTR " -> %" PRIdPTR, this, in Unref()
|
D | combiner.cc | 74 GPR_INFO, "C:%p really_destroy old_state=%" PRIdPTR, lock, old_state)); in start_destroy() 84 "C:%p %s %" PRIdPTR " --> %" PRIdPTR " %s", lock, (op), \ 134 "C:%p grpc_combiner_execute c=%p last=%" PRIdPTR, in combiner_exec() 265 gpr_log(GPR_INFO, "C:%p finish old_state=%" PRIdPTR, lock, old_state)); in grpc_combiner_continue_exec_ctx()
|
D | tcp_custom.cc | 95 "TCP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp->socket, reason, in tcp_unref() 108 "TCP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp->socket, reason, in tcp_ref()
|
D | endpoint_cfstream.cc | 81 "CFStream endpoint unref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, in CFStreamUnref() 93 "CFStream endpoint ref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, in CFStreamRef()
|
D | tcp_windows.cc | 149 "TCP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp, reason, val, in tcp_unref() 162 "TCP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, tcp, reason, val, in tcp_ref()
|
D | error.cc | 129 gpr_log(GPR_DEBUG, "%p: %" PRIdPTR " -> %" PRIdPTR " [%s:%d]", err, in grpc_error_do_ref() 177 gpr_log(GPR_DEBUG, "%p: %" PRIdPTR " -> %" PRIdPTR " [%s:%d]", err, in grpc_error_do_unref() 615 gpr_asprintf(&s, "%" PRIdPTR, p); in fmt_int()
|
/third_party/weston/tools/zunitc/src/ |
D | zuc_base_logger.c | 367 printf(" Actual: %"PRIdPTR"\n", val2); in check_triggered() 369 printf("Which is: %"PRIdPTR"\n", val1); in check_triggered() 380 printf("Expected: (%s) %s (%s), actual: %"PRIdPTR" vs " in check_triggered() 381 "%"PRIdPTR"\n", expr1, zuc_get_opstr(op), expr2, in check_triggered() 397 printf("Expected: (%s) %s (%s), actual: %"PRIdPTR" vs " in check_triggered() 398 "%"PRIdPTR"\n", expr1, zuc_get_opstr(op), expr2, val1, in check_triggered()
|
D | zuc_junit_reporter.c | 138 " Actual: %"PRIdPTR"\n" in emit_event() 140 "Which is: %"PRIdPTR"\n", in emit_event() 162 " actual: %"PRIdPTR" vs %"PRIdPTR"\n", in emit_event() 191 "Expected: (%s) %s (%s), actual: %"PRIdPTR" vs " in emit_event() 192 "%"PRIdPTR"\n", in emit_event()
|
/third_party/grpc/test/core/gpr/ |
D | arena_test.cc | 45 absl::StrFormat("test '%s': %" PRIdPTR " <- {", name, init_size)); in test() 47 parts.push_back(absl::StrFormat("%" PRIdPTR ",", allocs[i])); in test()
|
/third_party/grpc/src/core/lib/transport/ |
D | metadata.cc | 71 "mdelem REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", md, in grpc_mdelem_trace_ref() 85 "mdelem UNREF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", md, in grpc_mdelem_trace_unref() 161 gpr_log(GPR_DEBUG, "mdelem %s:%p:%" PRIdPTR ": '%s' = '%s'", tag, this, in TraceAtStart() 295 "mdelem REF:%p:%" PRIdPTR "->%" PRIdPTR ": '%s' = '%s'", this, in RefWithShardLocked()
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | inttypes.h | 227 #define PRIdPTR PRId64 macro 239 #define PRIdPTR "d" macro
|
/third_party/grpc/src/core/lib/debug/ |
D | stats.cc | 153 "\"%s\": %" PRIdPTR, grpc_stats_counter_name[i], data->counters[i])); in grpc_stats_data_as_json() 159 absl::StrFormat("%s%" PRIdPTR, j == 0 ? "" : ",", in grpc_stats_data_as_json()
|
/third_party/grpc/src/core/lib/security/transport/ |
D | secure_endpoint.cc | 119 "SECENDP unref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, reason, val, in secure_endpoint_unref() 132 "SECENDP ref %p : %s %" PRIdPTR " -> %" PRIdPTR, ep, reason, val, in secure_endpoint_ref()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkDescriptorSet.h | 33 SkDebugf("GrVkDescriptorSet: %" PRIdPTR " (%d refs)\n", (intptr_t)fDescSet, in dumpInfo()
|
D | GrVkDescriptorPool.h | 35 SkDebugf("GrVkDescriptorPool: %" PRIdPTR ", type %d (%d refs)\n", (intptr_t)fDescPool, in dumpInfo()
|
D | GrVkImageView.h | 35 SkDebugf("GrVkImageView: %" PRIdPTR " (%d refs)\n", in dumpInfo()
|
D | GrVkCommandPool.h | 48 SkDebugf("GrVkCommandPool: %" PRIdPTR " (%d refs)\n", in dumpInfo()
|
D | GrVkSemaphore.h | 68 SkDebugf("GrVkSemaphore: %" PRIdPTR " (%d refs)\n", (intptr_t)fSemaphore, in dumpInfo()
|
D | GrVkSamplerYcbcrConversion.h | 58 SkDebugf("GrVkSamplerYcbcrConversion: %" PRIdPTR " (%d refs)\n", (intptr_t)fYcbcrConversion, in dumpInfo()
|
/third_party/grpc/test/core/gprpp/ |
D | mpscq_test.cc | 105 gpr_log(GPR_DEBUG, "spins: %" PRIdPTR, spins); in test_mt() 175 gpr_log(GPR_DEBUG, "spins: %" PRIdPTR, pa.spins); in test_mt_multipop()
|
/third_party/grpc/test/cpp/naming/ |
D | resolver_component_test.cc | 487 "found %" PRIdPTR " backend addresses and %" PRIdPTR in CheckResult() 493 "found lb addrs size is: %" PRIdPTR in CheckResult() 494 ". expected addrs size is %" PRIdPTR, in CheckResult()
|