Searched refs:type (Results 26 - 50 of 247) sorted by relevance

12345678910

/bionic/libc/kernel/uapi/linux/
H A Duserio.h30 __u8 type; member in struct:userio_cmd
H A Dnetrom.h35 int type; member in struct:nr_route_struct
H A Dpr.h34 __u32 type; member in struct:pr_reservation
49 __u32 type; member in struct:pr_preempt
H A Datmarp.h42 enum atmarp_ctrl_type type; member in struct:atmarp_ctrl
H A Dipv6.h56 __u8 type; member in struct:ipv6_rt_hdr
74 #define rt0_type rt_hdr.type
81 #define rt2_type rt_hdr.type
85 __u8 type; member in struct:ipv6_destopt_hao
/bionic/libc/include/netinet/
H A Dip_icmp.h67 uint8_t icmp_type; /* type of message, see below */
68 uint8_t icmp_code; /* type sub code */
144 * Definition of type and code field values.
205 #define ICMP_INFOTYPE(type) \
206 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO || \
207 (type) == ICMP_ROUTERADVERT || (type) == ICMP_ROUTERSOLICIT || \
208 (type) == ICMP_TSTAMP || (type)
[all...]
/bionic/libc/bionic/
H A Dgetauxval.cpp38 extern "C" unsigned long int getauxval(unsigned long int type) { argument
40 if (v->a_type == type) {
H A Dbionic_netlink.h44 bool SendRequest(int type);
H A Dfpclassify.cpp94 int type = __fpclassifyd(d); local
95 return ((type != FP_NAN) && (type != FP_INFINITE));
100 int type = __fpclassifyf(f); local
101 return ((type != FP_NAN) && (type != FP_INFINITE));
147 int type = __fpclassifyl(ld); local
148 return ((type != FP_NAN) && (type != FP_INFINITE));
/bionic/libc/kernel/uapi/sound/
H A Dfirewire.h30 unsigned int type; member in struct:snd_firewire_event_common
34 unsigned int type; member in struct:snd_firewire_event_lock_status
39 unsigned int type; member in struct:snd_firewire_event_dice_notification
56 unsigned int type; member in struct:snd_firewire_event_efw_response
61 unsigned int type; member in struct:snd_firewire_event_digi00x_message
86 unsigned int type; member in struct:snd_firewire_get_info
/bionic/libc/stdio/
H A Dstdio_ext.cpp78 int __fsetlocking(FILE* fp, int type) { argument
80 if (type == FSETLOCKING_QUERY) {
84 if (type != FSETLOCKING_INTERNAL && type != FSETLOCKING_BYCALLER) {
86 __libc_fatal("Bad type (%d) passed to __fsetlocking", type);
89 _EXT(fp)->_caller_handles_locking = (type == FSETLOCKING_BYCALLER);
/bionic/libc/kernel/uapi/linux/dvb/
H A Dca.h24 int type; member in struct:ca_slot_info
39 unsigned int type; member in struct:ca_descr_info
55 unsigned int type; member in struct:ca_msg
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debt_802_3.h37 __be16 type; member in struct:hdr_ui
46 __be16 type; member in struct:hdr_ni
62 __be16 type; member in struct:ebt_802_3_info
/bionic/libc/include/sys/
H A Dqueue.h84 #define LIST_HEAD(name, type) \
86 struct type *lh_first; /* first element */ \
92 #define LIST_ENTRY(type) \
94 struct type *le_next; /* next element */ \
95 struct type **le_prev; /* address of previous next element */ \
150 #define SLIST_HEAD(name, type) \
152 struct type *slh_first; /* first element */ \
158 #define SLIST_ENTRY(type) \
160 struct type *sle_next; /* next element */ \
184 #define SLIST_REMOVE(head, elm, type, fiel
[all...]
/bionic/libc/arch-common/bionic/
H A Dcrtend_so.S37 .type __FRAME_END__, @object
H A Dcrtend.S51 .type __FRAME_END__, @object
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dmtrr.h31 unsigned int type; member in struct:mtrr_sentry
39 unsigned int type; member in struct:mtrr_gentry
46 __u32 type; member in struct:mtrr_sentry
54 __u32 type; member in struct:mtrr_gentry
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_l2tp.h32 __u8 type; member in struct:xt_l2tp_info
/bionic/libc/kernel/uapi/linux/usb/
H A Dgadgetfs.h40 enum usb_gadgetfs_event_type type; member in struct:usb_gadgetfs_event
/bionic/linker/
H A Dlinker_allocator.cpp53 // This type is used for large allocations (with size >1k)
159 void LinkerSmallObjectAllocator::init(uint32_t type, size_t block_size) { argument
160 type_ = type;
205 info->type = type_;
223 uint32_t type = i + kSmallObjectMinSizeLog2; local
224 allocators_[i].init(type, 1 << type);
243 info->type = kLargeObject;
291 if (info->type == kLargeObject) {
294 LinkerSmallObjectAllocator* allocator = get_small_object_allocator(info->type);
331 get_small_object_allocator(uint32_t type) argument
[all...]
/bionic/tests/
H A Ddlext_private.h73 * When type is ANDROID_NAMESPACE_TYPE_ISOLATED the resulting namespace requires all of
85 uint64_t type,
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
H A Dlist.h24 #define LIST(type) struct { type *head, *tail; }
28 #define LINK(type) struct { type *prev, *next; }
29 #define INIT_LINK_TYPE(elt, link, type) \
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
67 #define UNLINK_TYPE(list, elt, link, type) \
82 INIT_LINK_TYPE(elt, link, type); \
/bionic/libc/kernel/uapi/linux/caif/
H A Dcaif_socket.h70 __u8 type; member in struct:sockaddr_caif::__anon246::__anon247
87 __u8 type; member in struct:sockaddr_caif::__anon246::__anon251
/bionic/libc/private/
H A DKernelArgumentBlock.h54 unsigned long getauxval(unsigned long type) { argument
56 if (v->a_type == type) {
/bionic/libc/kernel/uapi/rdma/
H A Drdma_netlink.h39 #define RDMA_NL_GET_CLIENT(type) ((type & (((1 << 6) - 1) << 10)) >> 10)
40 #define RDMA_NL_GET_OP(type) (type & ((1 << 10) - 1))

Completed in 1393 milliseconds

12345678910