Home
last modified time | relevance | path

Searched refs:types (Results 1 – 12 of 12) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c130 unsigned char types[TZ_MAX_TIMES]; member
305 sp->types[i]]; in settzname()
476 sp->types[i] = at <= time_t_max; in tzloadbody()
477 if (sp->types[i]) { in tzloadbody()
484 sp->types[i - 1] = 0; in tzloadbody()
497 if (sp->types[i]) in tzloadbody()
498 sp->types[timecnt++] = typ; in tzloadbody()
620 sp->types[sp->timecnt] = (sp->typecnt in tzloadbody()
621 + ts->types[i]); in tzloadbody()
632 if (typesequiv(sp, sp->types[i], sp->types[0]) && in tzloadbody()
[all …]
/bionic/tools/versioner/src/
Dversioner.cpp185 static std::unique_ptr<HeaderDatabase> compileHeaders(const std::set<CompilationType>& types, in compileHeaders() argument
187 if (types.empty()) { in compileHeaders()
200 for (const auto& type : types) { in compileHeaders()
206 initializeTargetCC1FlagCache(vfs, types, requirements); in compileHeaders()
210 for (CompilationType type : types) { in compileHeaders()
351 static bool checkVersions(const std::set<CompilationType>& types, in checkVersions() argument
358 for (const CompilationType& type : types) { in checkVersions()
382 for (const CompilationType& type : types) { in checkVersions()
DSymbolDatabase.cpp105 std::optional<NdkSymbolDatabase> parsePlatforms(const std::set<CompilationType>& types, in parsePlatforms() argument
108 for (const CompilationType& type : types) { in parsePlatforms()
DDriver.cpp206 const std::set<CompilationType>& types, in initializeTargetCC1FlagCache() argument
214 for (const CompilationType type : types) { in initializeTargetCC1FlagCache()
232 printf("Generated compiler flags for %zu targets in %0.2Lfms\n", types.size(), diff); in initializeTargetCC1FlagCache()
DSymbolDatabase.h36 std::optional<NdkSymbolDatabase> parsePlatforms(const std::set<CompilationType>& types,
DDriver.h35 const std::set<CompilationType>& types,
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
Dip6t_mh.h23 __u8 types[2]; member
/bionic/tests/
Dmalloc_test.cpp755 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType() local
757 types[i] = new Type; in TestAllocateType()
758 VerifyAlignment(types[i]); in TestAllocateType()
764 delete types[i]; in TestAllocateType()
769 types[i] = reinterpret_cast<Type*>(malloc(sizeof(Type))); in TestAllocateType()
770 ASSERT_TRUE(types[i] != nullptr); in TestAllocateType()
771 VerifyAlignment(types[i]); in TestAllocateType()
777 free(types[i]); in TestAllocateType()
/bionic/docs/
Dfdsan.md43 …hip. Like how most memory allocations can have their ownership handled by types such as `std::uniq…
227 …ple, which is a good reason to try to maximize the usage of fdsan-enabled types like `unique_fd` a…
Delf-tls.md687 Size | TP offset range | Static LE relocation types
/bionic/libdl/
DNOTICE34 and conversions to other media types.
/bionic/
DREADME.md163 2. Add constants (and perhaps types) to the appropriate header file.