FFmpeg
Macros | Typedefs | Functions
arm.h File Reference
#include "checkasm/attributes.h"

Go to the source code of this file.

Macros

#define checkasm_declare_impl(ret, ...)
 
#define checkasm_call_checked(func, ...)
 
#define CHECKASM_ALIGNMENT   16
 

Typedefs

typedef void(* checkasm_checked_call_func) (void *func, int dummy,...)
 

Functions

CHECKASM_API checkasm_checked_call_func checkasm_checked_call_ptr (void)
 

Macro Definition Documentation

◆ checkasm_declare_impl

#define checkasm_declare_impl (   ret,
  ... 
)
Value:
ret (*checked_call)(void *, int dummy, __VA_ARGS__, int, int, int, int, int, int, \
int, int, int, int, int, int, int, int, int, int) \
= (ret (*)(void *, int, __VA_ARGS__, int, int, int, int, int, int, int, int, \
int, int, int, int, int, int, int, \
int))(void *) checkasm_checked_call_ptr()

Definition at line 40 of file arm.h.

◆ checkasm_call_checked

#define checkasm_call_checked (   func,
  ... 
)
Value:
checked_call(func, 0, __VA_ARGS__, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, \
0)); \
checkasm_set_signal_handler_state(0)

Definition at line 47 of file arm.h.

◆ CHECKASM_ALIGNMENT

#define CHECKASM_ALIGNMENT   16

Definition at line 54 of file arm.h.

Typedef Documentation

◆ checkasm_checked_call_func

typedef void(* checkasm_checked_call_func) (void *func, int dummy,...)

Definition at line 37 of file arm.h.

Function Documentation

◆ checkasm_checked_call_ptr()

CHECKASM_API checkasm_checked_call_func checkasm_checked_call_ptr ( void  )
func
int(* func)(AVBPrint *dst, const char *in, const char *arg)
Definition: jacosubdec.c:66
checkasm_checked_call_ptr
CHECKASM_API checkasm_checked_call_func checkasm_checked_call_ptr(void)
dummy
static int dummy
Definition: ffplay.c:3751
checkasm_set_signal_handler_state
CHECKASM_API void checkasm_set_signal_handler_state(int enabled)
Enable or disable signal handling.
Definition: signal.c:52
ret
ret
Definition: filter_design.txt:187