Searched refs:type (Results 101 - 125 of 181) sorted by relevance

12345678

/bionic/libc/kernel/uapi/linux/
H A Dbcache.h22 #define BITMASK(name, type, field, offset, size) static inline __u64 name(const type *k) { return (k->field >> offset) & ~(~0ULL << size); } static inline void SET_##name(type *k, __u64 v) { k->field &= ~(~(~0ULL << size) << offset); k->field |= (v & ~(~0ULL << size)) << offset; }
H A Dhiddev.h42 __u32 type; member in struct:hiddev_collection_info
H A Dusbdevice_fs.h84 unsigned char type; member in struct:usbdevfs_urb
H A Dperf_event.h176 __u32 type; member in struct:perf_event_attr
305 __u32 type; member in struct:perf_event_header
H A Dbinder.h49 __u32 type; member in struct:flat_binder_object
H A Dif.h136 unsigned int type; member in struct:if_settings
H A Djffs2.h104 __u8 type; member in struct:jffs2_raw_dirent
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; member in struct:evEvent_p
184 uint32_t type; /* READ, WRITE, EXCEPT, nonblk */ member in struct:__anon915
190 ctx->field.type = ev; \
/bionic/libc/dns/
H A Dgethnamaddr.c190 int type, class, ancount, qdcount; local
266 type = _getshort(cp);
267 cp += INT16SZ; /* type */
279 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
311 if (qtype == T_PTR && type == T_CNAME) {
333 if (type != qtype) {
334 if (type != T_KEY && type != T_SIG)
336 "gethostby*.getanswer: asked for \"%s %s %s\", got type \"%s\"",
338 p_type(type));
1261 int n, type; local
[all...]
/bionic/libc/dns/net/
H A Dgetaddrinfo.c213 int qclass, qtype; /* class and type of query */
1315 int type, class, ancount, qdcount; local
1382 type = _getshort(cp);
1383 cp += INT16SZ; /* type */
1394 type == T_CNAME) {
1413 if (!(type == T_A || type == T_AAAA)) {
1417 } else if (type != qtype) {
1418 if (type != T_KEY && type !
2162 int class, type; local
[all...]
/bionic/libc/include/arpa/
H A Dnameser.h109 * Network name (compressed or not) type. Equivilent to a pointer when used
161 uint16_t type; member in struct:__ns_rr
174 int type; member in struct:__ns_rr2
184 #define ns_rr_type(rr) ((ns_type)((rr).type + 0))
285 * Currently defined type values for resources and queries.
338 ns_t_nsec3 = 50, /* Negative security type 3 */
339 ns_t_nsec3param = 51, /* Negative security type 3 parameters */
383 ns_kt_rsa = 1, /* key type RSA/MD5 */
386 ns_kt_private = 254 /* Private key type starts with OID */
393 cert_t_url = 253, /* URL private type */
[all...]
/bionic/libc/kernel/uapi/drm/
H A Dmsm_drm.h90 uint32_t type; member in struct:drm_msm_gem_submit_cmd
/bionic/libc/kernel/uapi/linux/dvb/
H A Dvideo.h105 __s32 type; member in struct:video_event
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
H A Dip_tables.h111 __u8 type; member in struct:ipt_icmp
/bionic/libc/kernel/uapi/mtd/
H A Dmtd-abi.h95 __u8 type; member in struct:mtd_info_user
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h280 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval))
282 #define STRICT_ASSIGN(type, lval, rval) do { \
283 volatile type __lval; \
285 if (sizeof(type) >= sizeof(long double)) \
337 * |a| must be >= |b| or 0, b's type must be no larger than 'a's type, and
352 * any extra precision into the type of 'a' -- 'a' should have type float_t,
353 * double_t or long double. b's type should be no larger than 'a's type
[all...]
/bionic/libc/kernel/uapi/linux/wimax/
H A Di2400m.h251 __le16 type; member in struct:i2400m_tlv_hdr
257 __le16 type; member in struct:i2400m_l3l4_hdr
/bionic/linker/
H A Ddebugger.cpp75 static int socket_abstract_client(const char* name, int type) { argument
97 int s = socket(AF_LOCAL, type, 0);
/bionic/libc/bionic/
H A Dlibc_logging.cpp558 static int __libc_android_log_event(int32_t tag, char type, const void* payload, size_t len) { argument
577 vec[4].iov_base = &type;
578 vec[4].iov_len = sizeof(type);
587 vec[1].iov_base = &type;
588 vec[1].iov_len = sizeof(type);
H A Dmalloc_debug_qemu.cpp286 #define tracing_enabled(type) (type##_LOG_ENABLED)
317 * type - Message type: debug, error, or info
321 #define log_mdesc(type, desc, fmt, ...) \
323 if (tracing_enabled(type)) { \
331 type##_log("%s", log_str); \
H A Dfts.c274 /* Any type of file may be re-visited; re-stat and re-turn. */
537 * we can do things quickly. First, if it's a 4.4BSD file system, the type
545 fts_build(FTS *sp, int type) argument
565 if (type == BREAD) {
573 * Nlinks is the number of possible entries of type directory in the
577 if (type == BNAMES)
608 if (nlinks || type == BREAD) {
610 if (nlinks && type == BREAD)
770 if (descend && (type == BCHILD || !nitems) &&
780 if (type
[all...]
/bionic/libc/kernel/uapi/rdma/
H A Dib_user_verbs.h725 __u32 type; member in struct:ib_uverbs_flow_spec_hdr
744 __u32 type; member in struct:ib_uverbs_flow_spec_eth::__anon828::__anon829
764 __u32 type; member in struct:ib_uverbs_flow_spec_ipv4::__anon830::__anon831
784 __u32 type; member in struct:ib_uverbs_flow_spec_tcp_udp::__anon832::__anon833
795 __u32 type; member in struct:ib_uverbs_flow_attr
/bionic/libc/arch-x86_64/string/
H A Dsse2-memset-slm.S55 .type name, @function; \
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dbootparam.h55 __u32 type; member in struct:setup_data
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h129 __u8 type; member in struct:ip6t_icmp

Completed in 2850 milliseconds

12345678