Searched refs:tblsize (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
H A D | code.c | 785 …int n, int *state, int tbllabel, int lab, unsigned long j, unsigned long tblsize, unsigned long Wm… 827 unsigned int tblsize; 837 tblsize = (1 << len); 838 assert(len > 0 && tblsize > 0); 841 Wmax, lowbit, tblsize)); 846 if (tblsize <= MIN_TABLE_SIZE) { 859 DPRINTF(("generating table with %d elements\n", tblsize)); 903 0, tblsize, Wmax, lowbit); 916 unsigned long j, unsigned long tblsize, unsigned long Wmax, int lowbit) 944 tbllabel, j, tblsize, lab)); [all …]
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | os-ip.c | 1220 long tblsize = sysconf( _SC_OPEN_MAX ); in ldap_int_ip_init() local 1221 if( tblsize > INT_MAX ) tblsize = INT_MAX; in ldap_int_ip_init() 1224 int tblsize = getdtablesize(); in ldap_int_ip_init() 1226 int tblsize = FD_SETSIZE; in ldap_int_ip_init() 1230 if( tblsize > FD_SETSIZE ) tblsize = FD_SETSIZE; in ldap_int_ip_init() 1233 ldap_int_tblsize = tblsize; in ldap_int_ip_init()
|
/netbsd-src/sbin/restore/ |
H A D | symtab.c | 539 long tblsize; in initsymtable() local 566 tblsize = stbuf.st_size - sizeof(struct symtableheader); in initsymtable() 567 base = calloc((unsigned)tblsize, sizeof(char)); in initsymtable() 570 if (read(fd, base, (int)tblsize) < 0 || in initsymtable() 608 (base + tblsize - (entrytblsize * sizeof(struct entry *))); in initsymtable()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | s3_lib.c | 4089 size_t i, j, tblsize[] = {TLS13_NUM_CIPHERS, SSL3_NUM_CIPHERS, in ssl3_get_cipher_by_std_name() local 4094 for (i = 0, tbl = alltabs[j]; i < tblsize[j]; i++, tbl++) { in ssl3_get_cipher_by_std_name()
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | s3_lib.c | 4085 size_t i, j, tblsize[] = {TLS13_NUM_CIPHERS, SSL3_NUM_CIPHERS, in ssl3_get_cipher_by_std_name() local 4090 for (i = 0, tbl = alltabs[j]; i < tblsize[j]; i++, tbl++) { in ssl3_get_cipher_by_std_name()
|