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

1234567891011>>

/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_AUDIT.h30 __u8 type; member in struct:xt_audit_info
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_llround.c4 #define type double macro
H A Ds_llroundf.c4 #define type float macro
H A Ds_llroundl.c4 #define type long double macro
H A Ds_lroundf.c4 #define type float macro
H A Ds_lroundl.c4 #define type long double macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_AUDIT.h30 __u8 type; member in struct:xt_audit_info
/bionic/libc/kernel/uapi/sound/
H A Dfirewire.h29 unsigned int type; member in struct:snd_firewire_event_common
32 unsigned int type; member in struct:snd_firewire_event_lock_status
36 unsigned int type; member in struct:snd_firewire_event_dice_notification
50 unsigned int type; member in struct:snd_firewire_event_efw_response
54 unsigned int type; member in struct:snd_firewire_event_digi00x_message
58 unsigned int type; member in struct:snd_firewire_event_motu_notification
81 unsigned int type; member in struct:snd_firewire_get_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/sound/
H A Dfirewire.h29 unsigned int type; member in struct:snd_firewire_event_common
32 unsigned int type; member in struct:snd_firewire_event_lock_status
36 unsigned int type; member in struct:snd_firewire_event_dice_notification
50 unsigned int type; member in struct:snd_firewire_event_efw_response
54 unsigned int type; member in struct:snd_firewire_event_digi00x_message
58 unsigned int type; member in struct:snd_firewire_event_motu_notification
81 unsigned int type; member in struct:snd_firewire_get_info
/bionic/tools/versioner/dependencies/common/kernel_uapi/sound/
H A Dfirewire.h29 unsigned int type; member in struct:snd_firewire_event_common
32 unsigned int type; member in struct:snd_firewire_event_lock_status
36 unsigned int type; member in struct:snd_firewire_event_dice_notification
50 unsigned int type; member in struct:snd_firewire_event_efw_response
54 unsigned int type; member in struct:snd_firewire_event_digi00x_message
58 unsigned int type; member in struct:snd_firewire_event_motu_notification
81 unsigned int type; member in struct:snd_firewire_get_info
/bionic/libc/arch-arm/bionic/
H A Dkuser_helper_on.S31 .type kuser_helper_on, %object
35 .long 3 // int32_t type
/bionic/libc/arch-common/bionic/
H A Dcrtbrand.S31 .type abitag, %object
35 .long 1 // int32_t type
/bionic/libc/include/
H A Dlink.h40 #define ElfW(type) Elf64_ ## type
42 #define ElfW(type) Elf32_ ## type
/bionic/libc/kernel/uapi/linux/
H A Datm_he.h29 char type; member in struct:he_ioctl_reg
H A Duserio.h28 __u8 type; member in struct:userio_cmd
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Datm_he.h29 char type; member in struct:he_ioctl_reg
H A Duserio.h28 __u8 type; member in struct:userio_cmd
/bionic/tools/versioner/current/
H A Dlink.h40 #define ElfW(type) Elf64_ ## type
42 #define ElfW(type) Elf32_ ## type
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Datm_he.h29 char type; member in struct:he_ioctl_reg
H A Duserio.h28 __u8 type; member in struct:userio_cmd
/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/tools/versioner/current/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) {
/bionic/libc/stdio/
H A Dstdio_ext.cpp79 int __fsetlocking(FILE* fp, int type) { argument
81 if (type == FSETLOCKING_QUERY) {
85 if (type != FSETLOCKING_INTERNAL && type != FSETLOCKING_BYCALLER) {
87 async_safe_fatal("Bad type (%d) passed to __fsetlocking", type);
90 _EXT(fp)->_caller_handles_locking = (type == FSETLOCKING_BYCALLER);
/bionic/tools/versioner/src/
H A DCompilationType.h50 size_t operator()(CompilationType type) const {
58 packed.arch = static_cast<int32_t>(type.arch);
59 packed.cpp = type.cpp;
60 packed.api_level = type.api_level;
61 packed.file_offset_bits = (type.file_offset_bits == 64);
70 std::string to_string(const CompilationType& type);

Completed in 468 milliseconds

1234567891011>>