Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_vpi2.c1509 __ithrectab2 = (struct hrec_t *) __my_malloc(nnum*sizeof(struct hrec_t)); in __grow_htab2()
1520 __ithrectab2 = (struct hrec_t *) __my_realloc((char *) __ithrectab2, in __grow_htab2()
1526 { __ithtab2[iti].hrec = &(__ithrectab2[iti]); } in __grow_htab2()
3786 memcpy(&(__ithrectab2[xlnum]), __ithrectab, num*sizeof(struct hrec_t)); in bit_xl_ldsdrvs_iter()
3788 { __ithtab2[hi].hrec = &(__ithrectab2[hi]); } in bit_xl_ldsdrvs_iter()
3802 memcpy(iterp->ihrectab, __ithrectab2, xlnum*sizeof(struct hrec_t)); in bit_xl_ldsdrvs_iter()
H A Dcver.c455 struct hrec_t *__ithrectab2; /* and hrec contents of it */ variable
2063 __ithrectab2 = NULL; in init_ds()
H A Dv.h3312 extern struct hrec_t *__ithrectab2; /* and hrec contents of it */