Lines Matching defs:flag
212 int flag;
465 /* Get the suffix of the specified cpu flag */
471 if (cpu & cpus[i].flag)
594 /* Perform tests and benchmarks for the specified cpu flag if supported by the host */
595 static void check_cpu_flag(const char *name, int flag)
599 flag |= old_cpu_flag;
601 state.cpu_flag = flag & av_get_cpu_flags();
604 if (!flag || state.cpu_flag != old_cpu_flag) {
617 /* Print the name of the current CPU flag, but only do it once */
701 if (!tests[0].func || !cpus[0].flag) {
731 for (i = 0; cpus[i].flag; i++)
732 check_cpu_flag(cpus[i].name, cpus[i].flag);