Searched refs:UINT32_T_MAX (Results 1 – 4 of 4) sorted by relevance
116 #define UINT32_T_MAX 0xFFFFFFFF macro132 if (next4bytes > UINT32_T_MAX - regval) { in compute_checksum32()133 next4bytes -= UINT32_T_MAX - regval; in compute_checksum32()152 if (next4bytes > UINT32_T_MAX - regval) { in compute_checksum32()153 next4bytes -= UINT32_T_MAX - regval; in compute_checksum32()
114 #define UINT32_T_MAX 0xFFFFFFFF macro130 if (next4bytes > UINT32_T_MAX - regval) { in compute_checksum32()131 next4bytes -= UINT32_T_MAX - regval; in compute_checksum32()150 if (next4bytes > UINT32_T_MAX - regval) { in compute_checksum32()151 next4bytes -= UINT32_T_MAX - regval; in compute_checksum32()
169 #define MAX_PAGES(H) UINT32_T_MAX
21 #define UINT32_T_MAX 0xffffffff /* Maximum 32 bit unsigned. */ macro