Rev 4345 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4345 | Rev 4691 | ||
|---|---|---|---|
| Line 52... | Line 52... | ||
| 52 | uint64_t lo; |
52 | uint64_t lo; |
| 53 | uint64_t hi; |
53 | uint64_t hi; |
| 54 | } uint128_t; |
54 | } uint128_t; |
| 55 | 55 | ||
| 56 | typedef uint64_t size_t; |
56 | typedef uint64_t size_t; |
| 57 | typedef uint64_t count_t; |
- | |
| 58 | typedef uint64_t index_t; |
- | |
| 59 | 57 | ||
| 60 | typedef uint64_t uintptr_t; |
58 | typedef uint64_t uintptr_t; |
| 61 | typedef uint64_t pfn_t; |
59 | typedef uint64_t pfn_t; |
| 62 | 60 | ||
| 63 | typedef uint64_t ipl_t; |
61 | typedef uint64_t ipl_t; |
| Line 70... | Line 68... | ||
| 70 | unative_t gp; |
68 | unative_t gp; |
| 71 | } fncptr_t; |
69 | } fncptr_t; |
| 72 | 70 | ||
| 73 | #define PRIp "lx" /**< Format for uintptr_t. */ |
71 | #define PRIp "lx" /**< Format for uintptr_t. */ |
| 74 | #define PRIs "lu" /**< Format for size_t. */ |
72 | #define PRIs "lu" /**< Format for size_t. */ |
| 75 | #define PRIc "lu" /**< Format for count_t. */ |
- | |
| 76 | #define PRIi "lu" /**< Format for index_t. */ |
- | |
| 77 | 73 | ||
| 78 | #define PRId8 "d" /**< Format for int8_t. */ |
74 | #define PRId8 "d" /**< Format for int8_t. */ |
| 79 | #define PRId16 "d" /**< Format for int16_t. */ |
75 | #define PRId16 "d" /**< Format for int16_t. */ |
| 80 | #define PRId32 "d" /**< Format for int32_t. */ |
76 | #define PRId32 "d" /**< Format for int32_t. */ |
| 81 | #define PRId64 "ld" /**< Format for int64_t. */ |
77 | #define PRId64 "ld" /**< Format for int64_t. */ |