Home
last modified time | relevance | path

Searched defs:DEFINE (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dasm_offsets.h22 #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) macro
26 #define DEFINE(sym, val) const int sym = val macro