Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c358 int top; in _fmt() local
371 top = bot - (len % DAYSPERWEEK); in _fmt()
372 if (top < -3) in _fmt()
373 top += DAYSPERWEEK; in _fmt()
374 top += len; in _fmt()
375 if (yday >= top) { in _fmt()
/bionic/libc/tzcode/
Dstrftime.c405 int top; in _fmt() local
420 top = bot - in _fmt()
422 if (top < -3) in _fmt()
423 top += DAYSPERWEEK; in _fmt()
424 top += len; in _fmt()
425 if (yday >= top) { in _fmt()
/bionic/libc/kernel/uapi/drm/
Dqxl_drm.h79 uint32_t top; member
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1290 cset *top; in freeset() local
1296 top = &p->g->sets[p->g->ncsets]; in freeset()
1301 if (cs == top-1) /* recover only the easy case */ in freeset()
1322 cset *top; in freezeset() local
1330 top = &p->g->sets[p->g->ncsets]; in freezeset()
1334 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++) in freezeset()
1344 if (cs2 < top) { /* found one */ in freezeset()
/bionic/libc/kernel/tools/
Dcpp.py11 top = os.getenv('ANDROID_BUILD_TOP') variable
12 if top is None:
16 site.addsitedir(os.path.join(top, 'external/clang/bindings/python'))
30 clang.cindex.Config.set_library_path(os.path.join(top, 'prebuilts/sdk/tools/linux/lib64'))
/bionic/libc/kernel/uapi/linux/
Dvideodev2.h160 __s32 top; member