| /src/sys/arch/atari/atari/ |
| fpu_machdep.c | 70 int maxtype = sizeof(fpu_descr)/sizeof(fpu_descr[0]) - 1; local 72 if ((type < 0) || (type > maxtype))
|
| /src/sys/arch/sun3/sun3/ |
| fpu_machdep.c | 65 int maxtype = sizeof(fpu_descr) / sizeof(fpu_descr[0]) - 1; local 71 if (fputype < 0 || fputype > maxtype)
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| misc.c | 479 maxtype(t1, t2) function
|
| /src/lib/libresolv/ |
| res_mkupdate.c | 584 int maxtype; local 594 maxtype = 0; 605 if (nxt_type > maxtype) 606 maxtype = nxt_type; 608 n = maxtype/NS_NXT_BITS+1;
|
| /src/external/bsd/libbind/dist/resolv/ |
| res_mkupdate.c | 578 int maxtype; local 588 maxtype = 0; 599 if (nxt_type > maxtype) 600 maxtype = nxt_type; 602 n = maxtype/NS_NXT_BITS+1;
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_dane.c | 862 uint8_t maxtype; local 878 maxtype = 2; 909 if (codepoint > maxtype) { 910 while (++maxtype < codepoint) 912 maxtype = codepoint; 969 for (m = 1; m != 0; m = m != maxtype ? m + 1 : 255) {
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zoneverify.c | 462 const unsigned char types[8192], unsigned int maxtype, 483 len = dns_nsec_compressbitmap(cbm, types, maxtype); 687 const unsigned char types[8192], unsigned int maxtype, 761 maxtype, rawhash, rhsize, &tvresult); 785 const unsigned char types[8192], unsigned int maxtype, 796 types, maxtype, vresult); 919 unsigned int maxtype = 0; local 956 if (rdataset.type > maxtype) { 957 maxtype = rdataset.type; 962 if (rdataset.type > maxtype) { [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| gen.c | 177 static int maxtype = -1; variable 389 if (maxtype < type) { 390 maxtype = type; 772 #define PRINT_COMMA(x) (x == maxtype ? "" : ",") 824 for (i = 0; i <= maxtype; i++) { 844 for (j = 0; j <= maxtype; j++) { 865 for (i = 0; i <= maxtype; i++) { 877 for (i = 0; i <= maxtype; i++) {
|
| zoneverify.c | 462 const unsigned char types[8192], unsigned int maxtype, 483 len = dns_nsec_compressbitmap(cbm, types, maxtype); 687 const unsigned char types[8192], unsigned int maxtype, 761 maxtype, rawhash, rhsize, &tvresult); 785 const unsigned char types[8192], unsigned int maxtype, 796 types, maxtype, vresult); 919 unsigned int maxtype = 0; local 957 if (rdataset.type > maxtype) { 958 maxtype = rdataset.type; 1001 false, types, maxtype, &tvresult) [all...] |
| /src/external/bsd/unbound/dist/sldns/ |
| str2wire.c | 2012 uint16_t maxtype = 0; local 2034 if(t > maxtype) maxtype = t; 2045 for(block = 0; block <= (int)maxtype/256; block++) {
|