OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tblsize
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/arch/powerpc/
code.c
785
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);
827
unsigned int
tblsize
;
837
tblsize
= (1 << len);
838
assert(len > 0 &&
tblsize
> 0);
840
DPRINTF(("mrst_rec: Wmax=%lu, lowbit=%d,
tblsize
=%u\n",
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
[
all
...]
/src/external/bsd/openldap/dist/libraries/libldap/
os-ip.c
1222
long
tblsize
= sysconf( _SC_OPEN_MAX );
local
1223
if(
tblsize
> INT_MAX )
tblsize
= INT_MAX;
1226
int
tblsize
= getdtablesize();
1228
int
tblsize
= FD_SETSIZE;
1232
if(
tblsize
> FD_SETSIZE )
tblsize
= FD_SETSIZE;
1235
ldap_int_tblsize =
tblsize
;
/src/sbin/restore/
symtab.c
539
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 *)));
/src/crypto/external/bsd/openssl/dist/ssl/
s3_lib.c
4085
size_t i, j,
tblsize
[] = {TLS13_NUM_CIPHERS, SSL3_NUM_CIPHERS,
local
4090
for (i = 0, tbl = alltabs[j]; i <
tblsize
[j]; i++, tbl++) {
/src/crypto/external/bsd/openssl.old/dist/ssl/
s3_lib.c
4089
size_t i, j,
tblsize
[] = {TLS13_NUM_CIPHERS, SSL3_NUM_CIPHERS,
local
4094
for (i = 0, tbl = alltabs[j]; i <
tblsize
[j]; i++, tbl++) {
/src/crypto/external/apache2/openssl/dist/ssl/
s3_lib.c
4664
size_t i, j,
tblsize
[] = { TLS13_NUM_CIPHERS, SSL3_NUM_CIPHERS, SSL3_NUM_SCSVS };
local
4668
for (i = 0, tbl = alltabs[j]; i <
tblsize
[j]; i++, tbl++) {
Completed in 25 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026