Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdlib/
Datexit.c73 if (p->ind + 1 >= p->max) in __cxa_atexit()
85 p->ind = 1; in __cxa_atexit()
87 p->ind = 0; in __cxa_atexit()
95 fnp = &p->fns[p->ind++]; in __cxa_atexit()
137 for (n = p->ind; --n >= 0;) { in __cxa_finalize()
203 p->ind = 1; in __atexit_register_cleanup()
Datexit.h35 int ind; /* next index in this table */ member