Home
last modified time | relevance | path

Searched refs:top (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/tzcode/
Dstrftime.c476 int top; local
491 top = bot -
493 if (top < -3)
494 top += DAYSPERWEEK;
495 top += len;
496 if (yday >= top) {
/bionic/libc/bionic/
Ddlmalloc.c2112 mchunkptr top; member
2160 #define is_initialized(M) ((M)->top != 0)
2773 if (p != m->dv && p != m->top) { in do_check_free_chunk()
2779 assert (next == m->top || cinuse(next)); in do_check_free_chunk()
2935 q != m->top && q->head != FENCEPOST_HEAD) { in traverse_and_check()
2972 if (m->top != 0) { /* check top chunk */ in do_check_malloc_state()
2973 do_check_top_chunk(m, m->top); in do_check_malloc_state()
2974 assert(m->topsize == chunksize(m->top)); in do_check_malloc_state()
2976 assert(bin_find(m, m->top) == 0); in do_check_malloc_state()
3005 q != m->top && q->head != FENCEPOST_HEAD) { in internal_mallinfo()
[all …]
/bionic/libc/regex/
Dregcomp.c1084 cset *top = &p->g->sets[p->g->ncsets]; in freeset() local
1089 if (cs == top-1) /* recover only the easy case */ in freeset()
1107 cset *top = &p->g->sets[p->g->ncsets]; in freezeset() local
1112 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) in freezeset()
1122 if (cs2 < top) { /* found one */ in freezeset()
/bionic/libc/docs/
DOVERVIEW.TXT203 Except for the main thread, the TLS area is stored at the top of the stack.
/bionic/libc/kernel/common/linux/
Dvideodev2.h121 __s32 top; member