HomeSort by: relevance | last modified time | path
    Searched defs:maxint (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
punycode.c 24 static const unsigned int maxint = 0xFFFFFFFF; variable
164 if ((unsigned int)digit > (maxint - i) / w)
174 if (w > maxint / (base - t))
180 if (i / (written_out + 1) > maxint - n)
  /src/crypto/external/bsd/openssl/dist/crypto/
punycode.c 23 static const unsigned int maxint = 0xFFFFFFFF; variable
163 if ((unsigned int)digit > (maxint - i) / w)
172 if (w > maxint / (base - t))
178 if (i / (written_out + 1) > maxint - n)
  /src/external/bsd/unbound/dist/sldns/
parseutil.c 217 const uint32_t maxint = 0xffffffff; local
241 if(seconds > maxint-i) {
250 if(i > maxint/60 || seconds > maxint-(i*60)) {
259 if(i > maxint/(60*60) || seconds > maxint-(i*60*60)) {
268 if(i > maxint/(60*60*24) || seconds > maxint-(i*60*60*24)) {
277 if(i > maxint/(60*60*24*7) || seconds > maxint-(i*60*60*24*7))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
value-range.cc 2410 tree maxint = wide_int_to_tree (integer_type_node, r0.upper_bound ()); local
2435 r1.union_ (int_range<1> (INT (6), maxint));
2456 r2.union_ (int_range<1> (INT(21), maxint));
range-op.cc 1638 // For example: For 0 = OP1 * 2, OP1 could be 0, or MAXINT, whereas
4166 tree maxint = wide_int_to_tree (integer_type_node, r0.upper_bound ());
4173 if (TYPE_PRECISION (TREE_TYPE (maxint))
4176 r1 = int_range<1> (integer_zero_node, maxint);
4165 tree maxint = wide_int_to_tree (integer_type_node, r0.upper_bound ()); local
  /src/external/gpl3/gcc/dist/gcc/
value-range.cc 2483 wide_int maxint = r0.upper_bound (); local
2512 r1.union_ (int_range<1> (integer_type_node, INT (6), maxint));
2532 r2.union_ (int_range<1> (integer_type_node, INT(21), maxint));
range-op.cc 2135 // For example: For 0 = OP1 * 2, OP1 could be 0, or MAXINT, whereas
4579 wide_int maxint = r0.upper_bound ();
4591 maxint);
4578 wide_int maxint = r0.upper_bound (); local

Completed in 65 milliseconds