Home
last modified time | relevance | path

Searched refs:path_count (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-utils/axfer/
Dxfer-options.c66 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()
457 if (xfer->path_count > 1) in generate_path_without_suffix()
458 len += (unsigned int)log10(xfer->path_count) + 2; in generate_path_without_suffix()
464 if (xfer->path_count == 1) { in generate_path_without_suffix()
[all …]
Dxfer.h51 unsigned int path_count; member
Dsubcmd-transfer.c183 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()
Dxfer.c100 for (i = 0; i < xfer->path_count; ++i) in xfer_context_destroy()
/third_party/libuv/src/unix/
Dfsevents.c420 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/node/deps/uv/src/unix/
Dfsevents.c420 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()