/third_party/ffmpeg/libavformat/ |
D | teeproto.c | 34 int child_count; member 57 for (i=0; i<c->child_count; i++) { in tee_write() 71 for (i=0; i<c->child_count; i++) { in tee_close() 78 c->child_count = 0; in tee_close() 102 tmp = av_realloc_array(c->child, c->child_count + 1, sizeof(*c->child)); in tee_open() 108 memset(&c->child[c->child_count], 0, sizeof(c->child[c->child_count])); in tee_open() 114 ret = ffurl_open_whitelist(&c->child[c->child_count].url_context, child_name, flags, in tee_open() 123 c->child_count++; in tee_open() 130 for (i=0; i<c->child_count; i++) { in tee_open()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl16.c | 446 int child_count; in run_test() local 495 child_count = 0; in run_test() 515 child_count++; in run_test() 531 && (child_flag1 + child_flag2 != child_count)) { in run_test() 540 if (child_flag1 + child_flag2 != child_count) { in run_test() 582 while (nexited < child_count) { in run_test() 601 child_sig(SIGUSR1, child_count); in run_test() 605 for (i = 0; i < child_count; i++) in run_test() 608 if (i == child_count) { in run_test() 634 if (nexited != child_count) { in run_test() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 2-1.c | 85 int child_count, i; in main() local 170 while (scanf("*%i*", &child_count) == 0) in main() 180 if (child_count) in main() 181 ratio = (float)count / (float)child_count; in main() 183 if (child_count == 0 || ratio >= ACCEPTABLE_RATIO) { in main()
|
D | 2-2.c | 86 int child_count, i; in main() local 174 while (scanf("*%i*", &child_count) == 0) in main() 184 if (child_count) in main() 185 ratio = (float)count / (float)child_count; in main() 187 if (child_count == 0 || ratio >= ACCEPTABLE_RATIO) { in main()
|
/third_party/boost/boost/heap/ |
D | binomial_heap.hpp | 403 if (element->child_count()) { in pop() 404 size_type sz = (1 << element->child_count()) - 1; in pop() 658 size_type rhs_degree = rhs_node->child_count(); in merge_and_clear_nodes() 665 size_type this_degree = this_node->child_count(); in merge_and_clear_nodes() 671 if (carry_node->child_count() < this_degree) { in merge_and_clear_nodes() 693 if (carry_node->child_count() < this_degree) { in merge_and_clear_nodes() 697 } else if (carry_node->child_count() == rhs_degree) { in merge_and_clear_nodes() 722 if (carry_node->child_count() < rhs_degree) { in merge_and_clear_nodes() 736 … while (static_cast<node_pointer>(&*rhs_it)->child_count() < carry_node->child_count()) in merge_and_clear_nodes() 802 while (n->child_count()) { in siftdown() [all …]
|
D | fibonacci_heap.hpp | 713 size_type node_rank = n->child_count(); in consolidate() 731 node_rank = n->child_count(); in consolidate()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | 1-2.c | 305 int child_count; in main() local 505 child_count = 0; in main() 524 child_count++; in main() 533 && (child_count < max_thread_children)); in main() 536 child_count); in main() 538 if (child_count == 0) in main() 554 child_count++; in main() 563 && (child_count < max_process_children)); in main() 566 child_count); in main() 568 if (child_count == 0) in main() [all …]
|
D | 2-3.c | 251 int child_count; in main() local 461 child_count = td->count; in main() 462 while (child_count < NCHILDREN) { in main() 471 child_count = td->count; in main()
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
D | sendmsg02.c | 127 int child_count = 0; in reproduce() local 159 child_pids[child_count++] = child_pid; in reproduce() 171 if (child_count == child_pairs*2) in reproduce() 177 for (i = 0; i < child_count; i++) in reproduce() 182 for (i = 0; i < child_count; i++) { in reproduce()
|
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir09.c | 66 int *pidlist, child_count; variable 168 child_count = 0; in runtest() 171 getchild(j, i, child_count); in runtest() 172 child_count++; in runtest() 235 if (count != child_count) { in runtest() 436 for (j = 0; j < child_count; j++) { in massmurder()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 14-1.c | 173 int child_count = 0; in main_loop() local 213 child_count++; in main_loop() 218 output("Test spawned %d child processes.\n", child_count); in main_loop()
|
/third_party/toybox/kconfig/ |
D | mconf.c | 279 static int child_count; variable 444 child_count++; in build_conf() 459 child_count++; in build_conf() 475 child_count++; in build_conf() 524 child_count++; in build_conf() 596 if (!child_count) in conf()
|
/third_party/uboot/u-boot-2020.01/scripts/kconfig/ |
D | mconf.c | 278 static int child_count; variable 493 child_count++; in build_conf() 510 child_count++; in build_conf() 518 child_count++; in build_conf() 534 child_count++; in build_conf() 583 child_count++; in build_conf() 664 if (!child_count) in conf()
|
D | nconf.c | 260 static int child_count; variable 756 child_count++; in build_conf() 774 child_count++; in build_conf() 783 child_count++; in build_conf() 799 child_count++; in build_conf() 853 child_count++; in build_conf() 1086 if (!child_count) in conf()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 4-3.c | 284 int child_count = 0; in main_loop() local 296 child_count++; in main_loop() 331 output("Test spawned %d child processes.\n", child_count); in main_loop()
|
/third_party/libwebsockets/lib/misc/fts/ |
D | trie.c | 119 uint32_t child_count; member 367 parent->child_count++; in lws_fts_entry_child_add() 829 m = t->parser->child_count; in lws_fts_fill() 832 t->parser->child_count = 0; in lws_fts_fill() 843 e->child_count = m; in lws_fts_fill() 858 t->parser->child_count = 1; in lws_fts_fill() 1133 s[n]->agg_child_count += s[sp]->child_count; in lws_fts_serialize() 1245 bp += wq32(&buf[bp], e->child_count); in lws_fts_serialize() 1313 e1->instance_count, e1->child_count); in lws_fts_serialize()
|
D | trie-fd.c | 52 int child_count; member 871 for (n = 0; n < (int)children && s[sp].child_count < in lws_fts_search() 874 int i = s[sp].child_count; in lws_fts_search() 916 s[sp].ch[s[sp].child_count++].ofs = cho; in lws_fts_search() 921 while (sp >= 0 && s[sp].child >= s[sp].child_count) { in lws_fts_search() 939 if (s[n].child < s[n].child_count && in lws_fts_search()
|
/third_party/ltp/testcases/kernel/sched/pthreads/ |
D | pth_str01.h | 23 int child_count; /* Count of children created */ member
|
D | pth_str03.c | 49 int child_count; /* Count of children created */ member 228 my_index, parent->child_count); in synchronize_children() 231 parent->child_ptrs[parent->child_count++] = info_p; in synchronize_children()
|
D | pth_str01.c | 215 my_index, parent->child_count); in synchronize_children() 218 parent->child_ptrs[parent->child_count++] = info_p; in synchronize_children()
|
/third_party/boost/boost/heap/detail/ |
D | heap_node.hpp | 198 size_type child_count(void) const in child_count() function 342 …return static_cast<const Node*>(&left)->child_count() < static_cast<const Node*>(&right)->child_co… in operator ()()
|
/third_party/grpc/src/core/tsi/ |
D | transport_security.cc | 290 size_t child_count) { in tsi_peer_destroy_list_property() argument 292 for (i = 0; i < child_count; i++) { in tsi_peer_destroy_list_property()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 237 if (parent_wsi->mux.child_count + 1 > in lws_wsi_server_new() 286 parent_wsi->mux.child_count--; in lws_wsi_server_new() 305 if (parent_wsi->mux.child_count + 1 > in lws_wsi_h2_adopt() 355 parent_wsi->mux.child_count--; in lws_wsi_h2_adopt() 1208 if (wsi->mux.child_count + 1 > in lws_h2_parse_frame_header()
|
/third_party/libwebsockets/lib/roles/mqtt/ |
D | mqtt.c | 1069 wsi->mux.child_count--; in _lws_mqtt_rx_parser() 2093 if (parent_wsi->mux.child_count + 1 > LWS_MQTT_MAX_CHILDREN) { in lws_wsi_mqtt_adopt() 2119 parent_wsi->mux.child_count--; in lws_wsi_mqtt_adopt()
|
/third_party/libwebsockets/lib/core-net/ |
D | wsi.c | 1085 parent_wsi->mux.child_count++; in lws_wsi_mux_insert() 1155 wsi->mux.parent_wsi->mux.child_count--; in lws_wsi_mux_sibling_disconnect()
|