Home
last modified time | relevance | path

Searched refs:__ithtsiz2 (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_vpi2.c1505 if (__ithtsiz2 == 0) in __grow_htab2()
1510 __ithtsiz2 = nnum; in __grow_htab2()
1513 old_ithtsiz2 = __ithtsiz2; in __grow_htab2()
1516 __ithtsiz2 = addnum + (3*__ithtsiz2)/2; in __grow_htab2()
1517 nsize = __ithtsiz2*sizeof(struct h_t); in __grow_htab2()
1518 nhrsize = __ithtsiz2*sizeof(struct hrec_t); in __grow_htab2()
3783 if (new2siz >= __ithtsiz2) __grow_htab2(num); in bit_xl_ldsdrvs_iter()
H A Dcver.c453 int32 __ithtsiz2; /* size of global work ld/drv handle table */ variable
2061 __ithtsiz2 = 0; in init_ds()
H A Dv.h3310 extern int32 __ithtsiz2; /* size of global work ld/drv handle table */