Home
last modified time | relevance | path

Searched refs:s64_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h78 typedef s64 s64_t; typedef
103 typedef int64_t s64_t; typedef
127 typedef s64_t S64;
233 typedef S64 s64_t; typedef
284 #define S64_SUB(_a, _b) ((s64_t) ((s64_t) (_a) - (s64_t) (_b)))
285 #define u64_SUB(_a, _b) ((u64_t) ((s64_t) (_a) - (s64_t) (_b)))
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dbcmtype.h60 typedef s64 s64_t; typedef
85 typedef int64_t s64_t; typedef
109 typedef s64_t S64;
215 typedef S64 s64_t; typedef
266 #define S64_SUB(_a, _b) ((s64_t) ((s64_t) (_a) - (s64_t) (_b)))
267 #define u64_SUB(_a, _b) ((u64_t) ((s64_t) (_a) - (s64_t) (_b)))
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h209 #define S64_SUB(_a, _b) ((s64_t) ((s64_t) (_a) - (s64_t) (_b)))
210 #define u64_SUB(_a, _b) ((u64_t) ((s64_t) (_a) - (s64_t) (_b)))