Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 207) sorted by relevance

123456789

/bionic/libc/kernel/uapi/asm-generic/
Dioctl.h46 #define _IOC(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((nr) << _I… argument
48 #define _IO(type,nr) _IOC(_IOC_NONE, (type), (nr), 0) argument
49 #define _IOR(type,nr,size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
52 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
53 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
54 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
/bionic/libc/kernel/uapi/linux/
Dcryptouser.h71 char type[CRYPTO_MAX_NAME]; member
79 char type[CRYPTO_MAX_NAME]; member
89 char type[CRYPTO_MAX_NAME]; member
97 char type[CRYPTO_MAX_NAME]; member
105 char type[CRYPTO_MAX_NAME]; member
111 char type[CRYPTO_MAX_NAME]; member
118 char type[CRYPTO_MAX_NAME]; member
125 char type[CRYPTO_MAX_NAME]; member
128 char type[CRYPTO_MAX_NAME]; member
131 char type[CRYPTO_MAX_NAME]; member
[all …]
Dbtf.h42 __u32 type; member
83 __u32 type; member
89 __u32 type; member
96 __u32 type; member
112 __u32 type; member
Dfirewire-cdev.h36 __u32 type; member
40 __u32 type; member
50 __u32 type; member
57 __u32 type; member
66 __u32 type; member
79 __u32 type; member
86 __u32 type; member
91 __u32 type; member
98 __u32 type; member
174 __u32 type; member
[all …]
Dvirtio_bt.h37 __u8 type; member
42 __u8 type; member
Dseg6.h26 __u8 type; member
44 __u8 type; member
/bionic/tools/versioner/src/
DDriver.cpp60 CompilationType type; member in VersionerASTConsumer
62 VersionerASTConsumer(HeaderDatabase* header_database, CompilationType type) in VersionerASTConsumer()
74 CompilationType type; member in VersionerASTAction
76 VersionerASTAction(HeaderDatabase* header_database, CompilationType type) in VersionerASTAction()
99 CompilationType type, in generateTargetCC1Flags()
187 static std::vector<const char*> getCC1Command(CompilationType type, const std::string& filename) { in getCC1Command()
215 for (const CompilationType type : types) { in initializeTargetCC1FlagCache() local
242 HeaderDatabase* header_database, CompilationType type, in compileHeader()
DSymbolDatabase.cpp67 static std::map<std::string, NdkSymbolType> parsePlatform(const CompilationType& type, in parsePlatform()
108 for (const CompilationType& type : types) { in parsePlatforms() local
DDeclarationDatabase.cpp56 CompilationType type; member in Visitor
61 Visitor(HeaderDatabase& database, CompilationType type, ASTContext& ctx) in Visitor()
339 void HeaderDatabase::parseAST(CompilationType type, ASTContext& ctx) { in parseAST()
367 std::string to_string(const DeclarationType& type) { in to_string()
Dversioner.cpp174 CompilationType type = { in generateCompilationTypes() local
200 for (const auto& type : types) { in compileHeaders() local
210 for (CompilationType type : types) { in compileHeaders() local
358 for (const CompilationType& type : types) { in checkVersions() local
382 for (const CompilationType& type : types) { in checkVersions() local
DCompilationType.cpp22 std::string to_string(const CompilationType& type) { in to_string()
/bionic/libc/include/sys/
Dqueue.h86 #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/bionic/
Dgetauxval.cpp40 __LIBC_HIDDEN__ unsigned long __bionic_getauxval(unsigned long type, bool* exists) { in __bionic_getauxval()
51 extern "C" unsigned long getauxval(unsigned long type) { in getauxval()
Dbionic_allocator.cpp98 BionicSmallObjectAllocator::BionicSmallObjectAllocator(uint32_t type, in BionicSmallObjectAllocator()
261 uint32_t type = i + kSmallObjectMinSizeLog2; in initialize_allocators() local
417 BionicSmallObjectAllocator* BionicAllocator::get_small_object_allocator(uint32_t type) { in get_small_object_allocator()
/bionic/libc/kernel/uapi/sound/
Dfirewire.h31 unsigned int type; member
34 unsigned int type; member
38 unsigned int type; member
52 unsigned int type; member
56 unsigned int type; member
60 unsigned int type; member
69 unsigned int type; member
73 unsigned int type; member
103 unsigned int type; member
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_sctp.h45 #define bytes(type) (sizeof(type) * 8) argument
46 #define SCTP_CHUNKMAP_SET(chunkmap,type) do { (chunkmap)[type / bytes(__u32)] |= 1u << (type % byte… argument
47 #define SCTP_CHUNKMAP_CLEAR(chunkmap,type) do { (chunkmap)[type / bytes(__u32)] &= ~(1u << (type % … argument
48 #define SCTP_CHUNKMAP_IS_SET(chunkmap,type) \ argument
/bionic/linker/
Dlinker_logger.h38 #define LD_LOG(type, x...) \ argument
54 uint32_t IsEnabled(uint32_t type) { in IsEnabled()
/bionic/libc/private/
Dbionic_ifuncs.h51 #define DECLARE_FUNC(type, name) \ argument
55 #define RETURN_FUNC(type, name) { \ argument
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
Dlist.h24 #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/
Debt_802_3.h34 __be16 type; member
41 __be16 type; member
54 __be16 type; member
/bionic/libc/dns/resolv/
Dres_data.cpp103 res_mkquery(int op, const char* dname, int klass, int type, const u_char* data, in res_mkquery()
109 int res_query(const char* name, int klass, int type, u_char* answer, int anslen) { in res_query()
139 int res_search(const char* name, int klass, int type, u_char* answer, int anslen) { in res_search()
144 int res_querydomain(const char* name, const char* domain, int klass, int type, u_char* answer, in res_querydomain()
Dres_query.c130 int class, int type, /* class and type of query */ in res_nquery()
224 int class, int type, /* class and type of query */ in res_nsearch()
381 int class, int type, /* class and type of query */ in res_nquerydomain()
/bionic/libc/kernel/uapi/asm-x86/asm/
Dmtrr.h29 unsigned int type; member
35 unsigned int type; member
41 __u32 type; member
47 __u32 type; member
/bionic/libc/kernel/uapi/linux/dvb/
Dca.h23 int type; member
35 unsigned int type; member
48 unsigned int type; member
/bionic/libc/kernel/uapi/sound/sof/
Dheader.h24 __u32 type; member
32 __le32 type; member

123456789