| /src/sys/external/bsd/drm2/radeon/ |
| mkregtable.awk | 31 function howmany(x, n) { function 76 nentries = howmany(hi(maxreg, 2), 32)
|
| /src/lib/libc/locale/ |
| newlocale.c | 50 int i, howmany, categories[_LC_LAST - 1]; local 76 howmany = 0; 79 categories[howmany++] = i; 81 if (howmany-- > 0) { 82 for (i = 1; i < howmany; ++i) { 92 tokens[howmany] = tail; 93 tail = __UNCONST(strchr(tokens[howmany], '/')); 98 for (i = 0; i <= howmany; ++i) {
|
| /src/games/warp/ |
| term.c | 619 int howmany; local 623 howmany = read(devtty,circlebuf+nextin,metakey?1:PUSHSIZE-nextin); 624 if (howmany > 0) { 632 for (i = howmany+nextin-1; i >= nextin; i--) 634 nextin += howmany; 637 return howmany;
|
| /src/external/bsd/file/dist/src/ |
| magic.c | 523 size_t howmany = local 528 if ((nbytes = read(fd, RCAST(void *, buf), howmany)) == -1) {
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| sysmacros.h | 232 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
| /src/sys/netinet6/ |
| ip6_mroute.h | 85 #ifndef howmany 86 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro 90 if_mask ifs_bits[howmany(IF_SETSIZE, NIFBITS)];
|
| /src/sys/sys/ |
| param.h | 430 #ifndef howmany 431 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
| /src/external/gpl3/gcc/dist/libquadmath/strtod/ |
| strtod_l.c | 126 #ifndef howmany 127 #define howmany(x,y) (((x)+((y)-1))/(y)) 133 #define RETURN_LIMB_SIZE howmany (MANT_DIG, BITS_PER_MP_LIMB) 143 #define MPNSIZE (howmany (1 + ((MANT_DIG - MIN_EXP + 2) * 10) / 3, \ 125 #define howmany macro
|
| /src/external/gpl3/gcc.old/dist/libquadmath/strtod/ |
| strtod_l.c | 126 #ifndef howmany 127 #define howmany(x,y) (((x)+((y)-1))/(y)) 133 #define RETURN_LIMB_SIZE howmany (MANT_DIG, BITS_PER_MP_LIMB) 143 #define MPNSIZE (howmany (1 + ((MANT_DIG - MIN_EXP + 2) * 10) / 3, \ 125 #define howmany macro
|
| /src/sys/external/isc/atheros_hal/dist/ |
| ah_internal.h | 37 #ifndef howmany 38 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| libverify.c | 315 #ifndef howmany 316 #define howmany(x, y) (((x)+((y)-1))/(y)) macro 433 newalloc = howmany(obuf->alloc + cc, 128) * 128;
|