Home
last modified time | relevance | path

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

/bionic/tools/versioner/src/
DVFS.cpp78 const char* top = getenv("ANDROID_BUILD_TOP"); in createCommonVFS() local
79 if (!top) { in createCommonVFS()
83 std::string header_path = std::string(top) + "/bionic/libc/include/android/versioning.h"; in createCommonVFS()
Dversioner.cpp565 const char* top = getenv("ANDROID_BUILD_TOP"); in main() local
566 if (!top && (optind == argc || add_include)) { in main()
573 std::string versioner_dir = to_string(top) + "/bionic/tools/versioner"; in main()
/bionic/libc/tzcode/
Dstrftime.c427 int top; in _fmt() local
442 top = bot - in _fmt()
444 if (top < -3) in _fmt()
445 top += DAYSPERWEEK; in _fmt()
446 top += len; in _fmt()
447 if (yday >= top) { in _fmt()
/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/kernel/uapi/drm/
Dqxl_drm.h68 __u32 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.h136 __s32 top; member