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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h80 typedef s16 s16_t; typedef
105 typedef int16_t s16_t; typedef
129 typedef s16_t S16;
235 typedef S16 s16_t; typedef
288 #define S16_SUB(_a, _b) ((s16_t) ((s16_t) (_a) - (s16_t) (_b)))
289 #define u16_SUB(_a, _b) ((u16_t) ((s16_t) (_a) - (s16_t) (_b)))

Completed in 66 milliseconds