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

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c1361 LargestIntegralType valmax; local
1366 valmax = 255;
1369 valmax = 32767;
1372 valmax = 2147483647;
1376 if (rlen > sizeof(valmax)) {
1377 valmax = 2147483647;
1379 valmax = 9223372036854775807L;
1384 if (result > valmax - 1) {

Completed in 60 milliseconds