Searched defs:TYPECAST (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvchdr.h80 #define TYPECAST(tp,p) ((tp)((unsigned long)(p))) macro
/ast/src/lib/libexpr/
H A Dexgram.h161 #define TYPECAST(f,t) typecast[TYPEINDEX(f)][TYPEINDEX(t)] macro
179 if (!(t2t = TYPECAST(x->type, type)))
249 if (from && (t2t = TYPECAST(from, to)))

Completed in 7 milliseconds