Searched defs:type (Results 1 - 25 of 77) sorted by relevance

1234

/bionic/libm/src/
H A Ds_llrint.c4 #define type double macro
H A Ds_llrintf.c4 #define type float macro
H A Ds_lrintf.c4 #define type float macro
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_lrint.c31 #ifndef type
33 #define type double macro
43 * significant bits than 'type'. Hence, we bend over backwards for the
47 fn(type x)
H A Ds_lroundf.c4 #define type float macro
H A Ds_lroundl.c4 #define type long double macro
H A Ds_lround.c32 #ifndef type
34 #define type double macro
43 * If type has more precision than dtype, the endpoints dtype_(min|max) are
45 * from 0. On the other hand, if type has less precision than dtype, then
50 static const type dtype_min = DTYPE_MIN - 0.5;
51 static const type dtype_max = DTYPE_MAX + 0.5;
56 fn(type x)
/bionic/libc/bionic/
H A Dcrtbrand.c37 * following struct with a PROGBITS type. However, the section should be
38 * of NOTE type, according to the Generic SysV ABI spec.
40 * Unfortunately, there is no clean way to tell gcc to use another section type,
45 * - Edit the .s file to change the 'progbits' type to 'note', for the section
54 int32_t type; member in struct:__anon5
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dgpio-switch.h34 unsigned type:4; member in struct:omap_gpio_switch
/bionic/libc/kernel/arch-x86/asm/
H A De820.h35 __u32 type; member in struct:e820entry
H A Ddesc_defs.h27 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member in struct:desc_struct
45 unsigned ist : 3, zero0 : 5, type : 5, dpl : 2, p : 1; member in struct:gate_struct
64 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member in struct:ldttss_desc
/bionic/libc/unistd/
H A Dpopen.c54 popen(const char *program, const char *type) argument
62 if ((*type != 'r' && *type != 'w') || type[1] != '\0') {
92 if (*type == 'r') {
113 if (*type == 'r') {
114 iop = fdopen(pdes[0], type);
117 iop = fdopen(pdes[1], type);
H A Dpathconf.c89 static const struct { uint32_t type; int max; } knownMax[] = member in struct:__anon680
101 for (; knownMax[nn].type != EOL_MAGIC; ++nn) {
102 if (knownMax[nn].type == s->f_type) {
/bionic/libc/kernel/common/linux/
H A Dauto_fs.h37 int type; member in struct:autofs_packet_hdr
H A Dmsm_adsp.h32 uint16_t type; member in struct:adsp_event_t
/bionic/libc/kernel/common/linux/netfilter_ipv4/
H A Dip_conntrack_tuple.h71 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon405::__anon406::__anon409
/bionic/libc/kernel/common/media/
H A Dmsm_gestures.h49 int type; member in struct:msm_ges_ctrl_cmd
H A Dv4l2-mediabus.h60 enum v4l2_mbus_type type; member in struct:v4l2_mbus_config
/bionic/libc/netbsd/resolv/
H A Dres_mkquery.c120 int class, int type, /* class and type of query */
137 _res_opcodes[op], dname, p_class(class), p_type(type));
168 ns_put16(type, cp);
203 ns_put16(type, cp);
117 res_nmkquery(res_state statp, int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
H A Dres_query.c129 int class, int type, /* class and type of query */
145 printf(";; res_query(%s, %d, %d)\n", name, class, type);
148 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
223 int class, int type, /* class and type of query */
248 return (res_nquery(statp, cp, class, type, answer, anslen));
257 ret = res_nquerydomain(statp, name, NULL, class, type,
285 class, type,
296 * a wildcard entry of another type coul
127 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
221 res_nsearch(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
368 res_nquerydomain(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
/bionic/libc/kernel/arch-mips/asm/
H A Dbootinfo.h62 long type; member in struct:boot_mem_map::boot_mem_map_entry
/bionic/libc/kernel/common/linux/usb/
H A Dfunctionfs.h71 __u8 type; member in struct:usb_functionfs_event

Completed in 344 milliseconds

1234