Searched defs:Int (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A Dstd.h162 * *Int - signed type
193 typedef int Int; /* for those rare occasions */ typedef
222 typedef Int Arg;
229 typedef Int(*Fxn) (); /* generic function type */
247 * These macros are used to cast 'Arg' types to 'Int' or 'Ptr'.
249 * size as Int and Ptr in 55x large model.
252 #define ArgToInt(A) ((Int)((long)(A) & 0xffff))
255 #define ArgToInt(A) ((Int)(A))
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dstd.h162 * *Int - signed type
193 typedef int Int; /* for those rare occasions */ typedef
224 typedef Int Arg;
231 typedef Int(*Fxn) (); /* generic function type */
251 * These macros are used to cast 'Arg' types to 'Int' or 'Ptr'.
253 * size as Int and Ptr in 55x large model.
256 #define ArgToInt(A) ((Int)((long)(A) & 0xffff))
259 #define ArgToInt(A) ((Int)(A))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2989 typedef int Int; typedef in class:std::tr1::TypeWithSize
2998 typedef __int64 Int; typedef in class:std::tr1::TypeWithSize
3001 typedef long long Int; // NOLINT
3007 typedef TypeWithSize<4>::Int Int32;
3009 typedef TypeWithSize<8>::Int Int64;
3011 typedef TypeWithSize<8>::Int TimeInMillis; // Represents time in milliseconds.

Completed in 208 milliseconds