Searched refs:argh (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/util/
H A Dparse-options.c500 if (opts->argh) {
503 pos += fprintf(stderr, "[=<%s>]", opts->argh);
505 pos += fprintf(stderr, "[<%s>]", opts->argh);
507 pos += fprintf(stderr, " <%s>", opts->argh);
H A Dparse-options.h70 * `argh`::
101 const char *argh; member in struct:option
125 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = "time", .help = (h), .callback = parse_opt_approxidate_cb }
/external/libvorbis/lib/
H A Dsmallft.c41 float arg,argh,argld,fi; local
77 argh=tpi/n;
94 argld=(float)ld*argh;
/external/speex/libspeex/
H A Dsmallft.c43 float arg,argh,argld,fi; local
79 argh=tpi/n;
96 argld=(float)ld*argh;

Completed in 85 milliseconds