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

  /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 in function:__weak_alias
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 in function:circfill
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/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/sys/external/isc/atheros_hal/dist/
ah_internal.h 37 #ifndef howmany
38 #define howmany(x, y) (((x)+((y)-1))/(y)) macro

Completed in 15 milliseconds