Searched refs:argh (Results 1 – 4 of 4) sorted by relevance
/external/linux-tools-perf/util/ |
D | parse-options.c | 500 if (opts->argh) { in usage_with_options_internal() 503 pos += fprintf(stderr, "[=<%s>]", opts->argh); in usage_with_options_internal() 505 pos += fprintf(stderr, "[<%s>]", opts->argh); in usage_with_options_internal() 507 pos += fprintf(stderr, " <%s>", opts->argh); in usage_with_options_internal()
|
D | parse-options.h | 101 const char *argh; member 125 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .hel…
|
/external/speex/libspeex/ |
D | smallft.c | 43 float arg,argh,argld,fi; in drfti1() local 79 argh=tpi/n; in drfti1() 96 argld=(float)ld*argh; in drfti1()
|
/external/libvorbis/lib/ |
D | smallft.c | 41 float arg,argh,argld,fi; in drfti1() local 77 argh=tpi/n; in drfti1() 94 argld=(float)ld*argh; in drfti1()
|