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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h79 typedef s32 s32_t; typedef
104 typedef int32_t s32_t; typedef
128 typedef s32_t S32;
234 typedef S32 s32_t; typedef
286 #define S32_SUB(_a, _b) ((s32_t) ((s32_t) (_a) - (s32_t) (_b)))
287 #define uS32_SUB(_a, _b) ((u32_t) ((s32_t) (_a) - (s32_t) (_b)))

Completed in 56 milliseconds