Searched refs:path_count (Results 1 - 8 of 8) sorted by relevance
/third_party/alsa-utils/axfer/ |
H A D | xfer-options.c | 66 xfer->path_count = count; in allocate_paths() 179 if (xfer->path_count == 1 && in validate_options() 209 if (xfer->path_count == 1) { in validate_options() 219 if (xfer->path_count > 1) { in validate_options() 430 if (xfer->path_count > 1) in generate_path_with_suffix() 431 len += (unsigned int)log10(xfer->path_count) + 2; in generate_path_with_suffix() 437 if (xfer->path_count == 1) { in generate_path_with_suffix() 458 if (xfer->path_count > 1) in generate_path_without_suffix() 459 len += (unsigned int)log10(xfer->path_count) + 2; in generate_path_without_suffix() 465 if (xfer->path_count in generate_path_without_suffix() 498 create_paths(struct xfer_context *xfer, unsigned int path_count) create_paths() argument [all...] |
H A D | xfer.h | 51 unsigned int path_count; member
|
H A D | subcmd-transfer.c | 183 err = allocate_containers(ctx, ctx->xfer.path_count); in capture_pre_process() 240 err = allocate_containers(ctx, ctx->xfer.path_count); in playback_pre_process()
|
H A D | xfer.c | 100 for (i = 0; i < xfer->path_count; ++i) in xfer_context_destroy()
|
/third_party/libuv/src/unix/ |
H A D | fsevents.c | 412 unsigned int path_count; in uv__fsevents_reschedule() local 439 path_count = state->fsevent_handle_count; in uv__fsevents_reschedule() 440 if (path_count != 0) { in uv__fsevents_reschedule() 441 paths = uv__malloc(sizeof(*paths) * path_count); in uv__fsevents_reschedule() 448 for (; i < path_count; i++) { in uv__fsevents_reschedule() 465 if (path_count != 0) { in uv__fsevents_reschedule() 467 cf_paths = pCFArrayCreate(NULL, (const void**) paths, path_count, NULL); in uv__fsevents_reschedule()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fsevents.c | 420 unsigned int path_count; in uv__fsevents_reschedule() local 448 path_count = state->fsevent_handle_count; in uv__fsevents_reschedule() 449 if (path_count != 0) { in uv__fsevents_reschedule() 450 paths = uv__malloc(sizeof(*paths) * path_count); in uv__fsevents_reschedule() 457 for (; i < path_count; i++) { in uv__fsevents_reschedule() 474 if (path_count != 0) { in uv__fsevents_reschedule() 476 cf_paths = pCFArrayCreate(NULL, (const void**) paths, path_count, NULL); in uv__fsevents_reschedule()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 1953 * void function_name(GLFWwindow* window, int path_count, const char* paths[]) 1957 * @param[in] path_count The number of dropped paths. 1970 typedef void (* GLFWdropfun)(GLFWwindow* window, int path_count, const char* paths[]); 5451 * void function_name(GLFWwindow* window, int path_count, const char* paths[])
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 4746 unsigned int path_count; member 9259 canvas->path_count = 0; in nk_draw_list_setup() 9326 list->path_count += (unsigned int)count; in nk_draw_list_alloc_path() 9334 NK_ASSERT(list->path_count); in nk_draw_list_path_last() 9337 point += (list->path_count-1); in nk_draw_list_path_last() 9993 list->path_count = 0; in nk_draw_list_path_clear() 10107 NK_ASSERT(list->path_count); in nk_draw_list_path_curve_to() 10108 if (!list || !list->path_count) return; in nk_draw_list_path_curve_to() 10132 nk_draw_list_fill_poly_convex(list, points, list->path_count, color, list->config.shape_AA); in nk_draw_list_path_fill() 10143 nk_draw_list_stroke_poly_line(list, points, list->path_count, colo in nk_draw_list_path_stroke() [all...] |
Completed in 40 milliseconds