/bionic/libc/kernel/uapi/sound/sof/ |
D | abi.h | 31 #define SOF_ABI_VERSION_MAJOR(version) (((version) >> SOF_ABI_MAJOR_SHIFT) & SOF_ABI_MAJOR_MASK) argument 32 #define SOF_ABI_VERSION_MINOR(version) (((version) >> SOF_ABI_MINOR_SHIFT) & SOF_ABI_MINOR_MASK) argument 33 #define SOF_ABI_VERSION_PATCH(version) (((version) >> SOF_ABI_PATCH_SHIFT) & SOF_ABI_PATCH_MASK) argument
|
/bionic/libc/kernel/uapi/linux/ |
D | batadv_packet.h | 99 __u8 version; member 112 __u8 version; member 123 __u8 version; member 131 __u8 version; member 141 __u8 version; member 152 __u8 version; member 170 __u8 version; member 183 __u8 version; member 196 __u8 version; member 216 __u8 version; member [all …]
|
D | utsname.h | 26 char version[9]; member 34 char version[65]; member 41 char version[__NEW_UTS_LEN + 1]; member
|
D | dlm_device.h | 54 __u32 version[3]; member 65 __u32 version[3]; member 68 __u32 version[3]; member
|
D | ip_vs.h | 23 #define NVERSION(version) (version >> 16) & 0xFF, (version >> 8) & 0xFF, version & 0xFF argument 128 unsigned int version; member
|
D | iso_fs.h | 27 __u8 version[ISODCL(7, 7)]; member 37 __u8 version[ISODCL(7, 7)]; member 72 __u8 version[ISODCL(7, 7)]; member 109 __u8 version[ISODCL(15, 15)]; member 116 __u8 version[ISODCL(15, 15)]; member
|
D | bcache.h | 68 __le64 version; member 102 __u64 version; member 154 __u32 version; member 171 __u32 version; member 199 __u32 version; member
|
D | iommu.h | 79 __u32 version; member 112 __u32 version; member 138 __u32 version; member
|
D | cycx_cfm.h | 38 unsigned short version; member 51 unsigned short version; member
|
D | fscrypt.h | 41 __u8 version; member 59 __u8 version; member 69 __u8 version; member
|
D | ipc.h | 61 #define IPCCALL(version,op) ((version) << 16 | (op)) argument
|
D | jffs2.h | 81 jint32_t version; member 97 jint32_t version; member 121 jint32_t version; member
|
D | ipv6.h | 80 __u8 priority : 4, version : 4; member 82 __u8 version : 4, priority : 4;
|
D | ip.h | 76 __u8 ihl : 4, version : 4; member 78 __u8 version : 4, ihl : 4;
|
D | dm-ioctl.h | 28 __u32 version[3]; member 60 __u32 version[3]; member
|
/bionic/libdl/ |
D | Android.bp | 222 tool_files: [":bionic-generate-version-script"], 223 cmd: "$(location :bionic-generate-version-script) arm $(in) $(out)", 230 tool_files: [":bionic-generate-version-script"], 231 cmd: "$(location :bionic-generate-version-script) arm64 $(in) $(out)", 238 tool_files: [":bionic-generate-version-script"], 239 cmd: "$(location :bionic-generate-version-script) x86 $(in) $(out)", 246 tool_files: [":bionic-generate-version-script"], 247 cmd: "$(location :bionic-generate-version-script) x86_64 $(in) $(out)",
|
D | libdl.cpp | 42 const char* version, 99 void* dlvsym(void* handle, const char* symbol, const char* version) { in dlvsym() argument 101 return __loader_dlvsym(handle, symbol, version, caller_addr); in dlvsym()
|
/bionic/tools/ |
D | Android.bp | 4 name: "bionic-generate-version-script", 5 srcs: ["generate-version-script.py"],
|
/bionic/libc/system_properties/include/system_properties/ |
D | prop_area.h | 104 prop_area(const uint32_t magic, const uint32_t version) : magic_(magic), version_(version) { in prop_area() argument 136 uint32_t version() const { in version() function
|
/bionic/tools/versioner/src/ |
D | SymbolFileParser.cpp | 70 auto&& version = parseVersion(); in parse() 71 if (!version) { in parse() 75 if (isInArch(version->tags) && isInApi(version->tags)) { in parse() 76 for (auto&& [name, tags] : version->symbols) { in parse()
|
/bionic/libc/kernel/uapi/scsi/ |
D | scsi_netlink.h | 27 __u8 version; member 50 #define INIT_SCSI_NL_HDR(hdr,t,mtype,mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t…
|
/bionic/linker/ |
D | dlfcn.cpp | 87 const char* version, 158 void* dlsym_impl(void* handle, const char* symbol, const char* version, const void* caller_addr) { in dlsym_impl() argument 162 if (!do_dlsym(handle, symbol, version, caller_addr, &result)) { in dlsym_impl() 174 void* __loader_dlvsym(void* handle, const char* symbol, const char* version, const void* caller_add… in __loader_dlvsym() argument 175 return dlsym_impl(handle, symbol, version, caller_addr); in __loader_dlvsym()
|
/bionic/libc/kernel/ |
D | README.md | 40 Prints the clean version of a given kernel header. With the -u option, 63 For now, there are no tags, take the top of tree version. To find the 64 version of the linux stable kernel headers the mainline source code is 65 tracking, read the uapi/linux/version.h that is generated. 81 Run this command to automatically download the latest version of the headers
|
/bionic/libc/kernel/uapi/linux/netfilter/ipset/ |
D | ip_set.h | 238 unsigned int version; member 245 unsigned int version; member 252 unsigned int version; member
|
/bionic/tests/ |
D | malloc_test.cpp | 393 std::string version(root->Attribute("version")); in TEST() local 394 if (version == "jemalloc-1") { in TEST() 423 } else if (version == "scudo-1") { in TEST() 434 ASSERT_TRUE(version == "debug-malloc-1") << "Unknown version: " << version; in TEST() 463 std::string version(root->Attribute("version")); in TEST() local 464 if (version == "jemalloc-1") { in TEST() 487 } else if (version == "scudo-1") { in TEST() 502 ASSERT_TRUE(version == "debug-malloc-1") << "Unknown version: " << version; in TEST() 684 std::string version(root->Attribute("version")); in GetAllocatorVersion() local 685 *allocator_scudo = (version == "scudo-1"); in GetAllocatorVersion()
|