Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_src.c2424 if (__ncablk_nxti == -1) in __alloc_arrncomp()
2430 __ncablk_nxti = 0; in __alloc_arrncomp()
2432 ncmp = (struct ncomp_t *) &(__hdr_ncablks->ancmps[__ncablk_nxti]); in __alloc_arrncomp()
2433 if (++__ncablk_nxti > ((BIG_ALLOC_SIZE/sizeof(struct ncomp_t)) - 1)) in __alloc_arrncomp()
2434 __ncablk_nxti = -1; in __alloc_arrncomp()
H A Dcver.c205 int32 __ncablk_nxti; /* index of next free pos. */ variable
2025 __ncablk_nxti = -1; in init_ds()
H A Dv.h3064 extern int32 __ncablk_nxti; /* index of next free pos. */