HomeSort by relevance Sort by last modified time
    Searched refs:ArgToInt (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
std.h 30 *! 08-Dec-2000 kw: added 'ArgToInt' and 'ArgToPtr' macros
252 #define ArgToInt(A) ((Int)((long)(A) & 0xffff))
255 #define ArgToInt(A) ((Int)(A))
  /hardware/ti/omap3/dspbridge/libbridge/inc/
std.h 30 *! 08-Dec-2000 kw: added 'ArgToInt' and 'ArgToPtr' macros
256 #define ArgToInt(A) ((Int)((long)(A) & 0xffff))
259 #define ArgToInt(A) ((Int)(A))

Completed in 48 milliseconds