Searched refs:UINT32_T_MAX (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcutils.c114 #define UINT32_T_MAX 0xFFFFFFFF macro
130 if (next4bytes > UINT32_T_MAX - regval) {
131 next4bytes -= UINT32_T_MAX - regval;
150 if (next4bytes > UINT32_T_MAX - regval) {
151 next4bytes -= UINT32_T_MAX - regval;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcutils.c116 #define UINT32_T_MAX 0xFFFFFFFF macro
132 if (next4bytes > UINT32_T_MAX - regval) {
133 next4bytes -= UINT32_T_MAX - regval;
152 if (next4bytes > UINT32_T_MAX - regval) {
153 next4bytes -= UINT32_T_MAX - regval;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash.h169 #define MAX_PAGES(H) UINT32_T_MAX
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h21 #define UINT32_T_MAX 0xffffffff /* Maximum 32 bit unsigned. */ macro

Completed in 60 milliseconds