| /bionic/libc/kernel/uapi/asm-generic/ |
| D | ioctl.h | 52 #define _IOC(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((nr) << _I… argument 55 #define _IO(type,nr) _IOC(_IOC_NONE, (type), (nr), 0) argument 56 #define _IOR(type,nr,size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument 57 #define _IOW(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 59 #define _IOWR(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 60 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument 61 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument 62 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
|
| /bionic/tools/versioner/src/ |
| D | Driver.cpp | 58 CompilationType type; member in VersionerASTConsumer 60 VersionerASTConsumer(HeaderDatabase* header_database, CompilationType type) in VersionerASTConsumer() 72 CompilationType type; member in VersionerASTAction 74 VersionerASTAction(HeaderDatabase* header_database, CompilationType type) in VersionerASTAction() 97 CompilationType type, in generateTargetCC1Flags() 174 static std::vector<const char*> getCC1Command(CompilationType type, const std::string& filename) { in getCC1Command() 202 for (const CompilationType type : types) { in initializeTargetCC1FlagCache() local 229 HeaderDatabase* header_database, CompilationType type, in compileHeader()
|
| D | SymbolDatabase.cpp | 68 static std::string readPlatformFile(const CompilationType& type, llvm::StringRef platform_dir, in readPlatformFile() 96 static std::map<std::string, NdkSymbolType> parsePlatform(const CompilationType& type, in parsePlatform() 148 for (const CompilationType& type : types) { in parsePlatforms() local
|
| D | CompilationType.cpp | 22 std::string to_string(const CompilationType& type) { in to_string()
|
| /bionic/libc/kernel/uapi/linux/ |
| D | cryptouser.h | 66 char type[CRYPTO_MAX_NAME]; member 70 char type[CRYPTO_MAX_NAME]; member 76 char type[CRYPTO_MAX_ALG_NAME]; member 84 char type[CRYPTO_MAX_NAME]; member 94 char type[CRYPTO_MAX_NAME]; member 102 char type[CRYPTO_MAX_NAME]; member 106 char type[CRYPTO_MAX_NAME]; member 111 char type[CRYPTO_MAX_NAME]; member 115 char type[CRYPTO_MAX_NAME]; member 119 char type[CRYPTO_MAX_NAME]; member
|
| /bionic/libc/kernel/uapi/sound/ |
| D | firewire.h | 30 unsigned int type; member 34 unsigned int type; member 39 unsigned int type; member 56 unsigned int type; member 61 unsigned int type; member 86 unsigned int type; member
|
| /bionic/libc/include/sys/ |
| D | queue.h | 86 #define LIST_HEAD(name, type) \ argument 94 #define LIST_ENTRY(type) \ argument 152 #define SLIST_HEAD(name, type) \ argument 160 #define SLIST_ENTRY(type) \ argument 186 #define SLIST_REMOVE(head, elm, type, field) do { \ argument 213 #define STAILQ_HEAD(name, type) \ argument 222 #define STAILQ_ENTRY(type) \ argument 258 #define STAILQ_REMOVE(head, elm, type, field) do { \ argument 287 #define SIMPLEQ_HEAD(name, type) \ argument 296 #define SIMPLEQ_ENTRY(type) \ argument [all …]
|
| /bionic/libc/kernel/uapi/linux/netfilter/ |
| D | xt_sctp.h | 51 #define bytes(type) (sizeof(type) * 8) argument 52 #define SCTP_CHUNKMAP_SET(chunkmap,type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes… argument 54 #define SCTP_CHUNKMAP_CLEAR(chunkmap,type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % b… argument 55 #define SCTP_CHUNKMAP_IS_SET(chunkmap,type) \ argument
|
| /bionic/libc/bionic/ |
| D | getauxval.cpp | 38 extern "C" unsigned long int getauxval(unsigned long int type) { in getauxval()
|
| D | socket.cpp | 21 int socket(int domain, int type, int protocol) { in socket()
|
| D | fpclassify.cpp | 95 int type = __fpclassifyd(d); in __isfinite() local 101 int type = __fpclassifyf(f); in __isfinitef() local 148 int type = __fpclassifyl(ld); in __isfinitel() local
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | s_fdim.c | 32 #define DECL(type, fn) \ argument
|
| D | s_lrintl.c | 4 #define type long double macro
|
| D | s_llrint.c | 4 #define type double macro
|
| D | s_nearbyint.c | 44 #define DECL(type, fn, rint) \ argument
|
| D | s_lrintf.c | 4 #define type float macro
|
| D | s_llrintl.c | 4 #define type long double macro
|
| D | s_llrintf.c | 4 #define type float macro
|
| D | s_lroundl.c | 4 #define type long double macro
|
| D | s_llroundl.c | 4 #define type long double macro
|
| D | s_llroundf.c | 4 #define type float macro
|
| D | s_llround.c | 4 #define type double macro
|
| D | s_lroundf.c | 4 #define type float macro
|
| /bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
| D | list.h | 24 #define LIST(type) struct { type *head, *tail; } argument 28 #define LINK(type) struct { type *prev, *next; } argument 29 #define INIT_LINK_TYPE(elt, link, type) \ argument 67 #define UNLINK_TYPE(list, elt, link, type) \ argument
|
| /bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
| D | ebt_802_3.h | 37 __be16 type; member 46 __be16 type; member 62 __be16 type; member
|