Searched defs:top (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/tzcode/
H A Dstrftime.c476 int top; local
491 top = bot -
493 if (top < -3)
494 top += DAYSPERWEEK;
495 top += len;
496 if (yday >= top) {
/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c337 - p_ere - ERE parser top level, concatenation and alternation
559 - p_bre - BRE parser top level, anchoring and concatenation
1295 cset *top; local
1301 top = &p->g->sets[p->g->ncsets];
1306 if (cs == top-1) /* recover only the easy case */
1327 cset *top; local
1335 top = &p->g->sets[p->g->ncsets];
1339 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
1349 if (cs2 < top) { /* found one */
/bionic/libc/kernel/common/linux/
H A Dmsm_vidc_dec.h479 uint32_t top; member in struct:vdec_framesize
H A Dvideodev2.h121 __s32 top; member in struct:v4l2_rect
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c464 The maximum amount of unused top-most memory to keep before
2162 1. The special chunk `top' is the top-most available chunk (i.e.,
2167 the top chunk is treated as larger (and thus less well
2168 fitting) than any other available chunk. The top chunk
2366 <= x < 0x140 for the top nose) in the left subtree and the larger
2417 top-most space. Segments also include flags holding properties of
2447 * New segments are only appended to old ones when holding top-most
2451 Except for the top-most segment of an mstate, each segment record
2493 space from the system. The size at which to autotrim top i
2586 mchunkptr top; member in struct:malloc_state
5170 mchunkptr top = m->top; local
[all...]

Completed in 106 milliseconds