Searched refs:tblsize (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dcode.c784 void mrst_put_entry_and_recurse(int num, struct swents **p, int n, int *state, int tbllabel, int lab, unsigned long j, unsigned long tblsize, unsigned long Wmax, int lowbit);
826 unsigned int tblsize;
836 tblsize = (1 << len);
837 assert(len > 0 && tblsize > 0);
839 DPRINTF(("mrst_rec: Wmax=%lu, lowbit=%d, tblsize=%u\n",
840 Wmax, lowbit, tblsize));
845 if (tblsize <= MIN_TABLE_SIZE) {
858 DPRINTF(("generating table with %d elements\n", tblsize));
902 0, tblsize, Wmax, lowbit);
915 unsigned long j, unsigned long tblsize, unsigne
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dos-ip.c1073 long tblsize = sysconf( _SC_OPEN_MAX ); local
1074 if( tblsize > INT_MAX ) tblsize = INT_MAX;
1077 int tblsize = getdtablesize();
1079 int tblsize = FD_SETSIZE;
1083 if( tblsize > FD_SETSIZE ) tblsize = FD_SETSIZE;
1086 ldap_int_tblsize = tblsize;
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dsymtab.c539 long tblsize; local
566 tblsize = stbuf.st_size - sizeof(struct symtableheader);
567 base = calloc((unsigned)tblsize, sizeof(char));
570 if (read(fd, base, (int)tblsize) < 0 ||
608 (base + tblsize - (entrytblsize * sizeof(struct entry *)));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm499 my $tblsize = 1 << $self->{BITS}->[-1];
529 $idtype tbl[$tblsize];

Completed in 2439 milliseconds