Searched refs:count_all (Results 1 – 6 of 6) sorted by relevance
49 int count_all;179 TT.count_all--; in handle_exit()185 if (TT.cn > 1) xprintf("%s: status %d/%d\n",toys.which->name, TT.count_all, TT.cn); in handle_exit()307 if (TT.count_all < TT.cn) { in tcpsvd_main()322 TT.count_all++; in tcpsvd_main()333 TT.count_all--; in tcpsvd_main()382 xprintf("%s: status %d/%d\n",toys.which->name, TT.count_all, TT.cn); in tcpsvd_main()
864 uint32_t const count_all = count_bs + count_bc_fm_hm_transpose; in hs_vk_create() local873 hs = malloc(sizeof(*hs) + sizeof(VkPipeline*) * count_all); in hs_vk_create()878 sizeof(*hs) + sizeof(VkPipeline*) * count_all, in hs_vk_create()950 hs->pipelines.count = count_all; in hs_vk_create()992 for (uint32_t ii=0; ii<count_all; ii++) in hs_vk_create()
1069 uint32_t const count_all = in hs_cl_create() local1079 struct hs_cl * hs = malloc(sizeof(*hs) + sizeof(cl_kernel) * count_all); in hs_cl_create()1090 hs->kernels.count = count_all; in hs_cl_create()
964 int count_all; member