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

/illumos-gate/usr/src/common/bignum/
H A Dbignum.h107 #define arraysize(x) (sizeof (x) / sizeof (x[0])) macro
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c453 arraysize(char *sz, declaration *dc, int elsize) function
524 sizestr = arraysize(sizestr, &dl->decl, size);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c3018 int arraysize; /* Size of the "types" array */ local
3026 arraysize = lemp->nsymbol * 2;
3027 types = (char**)malloc( arraysize * sizeof(char*) );
3028 for(i=0; i<arraysize; i++) types[i] = 0;
3056 sp->dtnum = arraysize+1;
3074 hash = (hash & 0x7fffffff)%arraysize;
3081 if( hash>=arraysize ) hash = 0;
3103 for(i=0; i<arraysize; i++){

Completed in 72 milliseconds