FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
cpu-test.c File Reference
#include <stdio.h>
#include "config.h"
#include "cpu.h"
#include "avstring.h"
#include "compat/getopt.c"

Go to the source code of this file.

Functions

static void print_cpu_flags (int cpu_flags, const char *type)
 
int main (int argc, char **argv)
 

Variables

struct {
   int   flag
 
   const char *   name
 
cpu_flag_tab []
 

Function Documentation

static void print_cpu_flags ( int  cpu_flags,
const char *  type 
)
static

Definition at line 79 of file cpu-test.c.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 92 of file cpu-test.c.

Variable Documentation

int flag
const char* name

Definition at line 34 of file cpu-test.c.

const { ... } cpu_flag_tab[]

Referenced by main(), and print_cpu_flags().