Searched refs:type (Results 1 - 25 of 247) sorted by relevance

12345678910

/bionic/libc/bionic/
H A Dsocket.cpp21 int socket(int domain, int type, int protocol) { argument
22 return __netdClientDispatch.socket(domain, type, protocol);
/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_fdim.c32 #define DECL(type, fn) \
33 type \
34 fn(type x, type y) \
H A Ds_llrint.c4 #define type double macro
H A Ds_llrintf.c4 #define type float macro
H A Ds_llrintl.c4 #define type long double macro
H A Ds_lrintf.c4 #define type float macro
H A Ds_lrintl.c4 #define type long double macro
H A Ds_nearbyint.c44 #define DECL(type, fn, rint) \
45 type \
46 fn(type x) \
48 volatile type ret; \
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)
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_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/libc/kernel/uapi/linux/
H A Dv4l2-dv-timings.h27 #define V4L2_DV_BT_CEA_640X480P59_94 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(640, 480, 0, 0, 25175000, 16, 96, 48, 10, 2, 33, 0, 0, 0, V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CEA861, 0) \
30 #define V4L2_DV_BT_CEA_720X480I59_94 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(720, 480, 1, 0, 13500000, 19, 62, 57, 4, 3, 15, 4, 3, 16, V4L2_DV_BT_STD_CEA861, V4L2_DV_FL_HALF_LINE | V4L2_DV_FL_IS_CE_VIDEO) \
32 #define V4L2_DV_BT_CEA_720X480P59_94 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(720, 480, 0, 0, 27000000, 16, 62, 60, 9, 6, 30, 0, 0, 0, V4L2_DV_BT_STD_CEA861, V4L2_DV_FL_IS_CE_VIDEO) \
34 #define V4L2_DV_BT_CEA_720X576I50 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(720, 576, 1, 0, 13500000, 12, 63, 69, 2, 3, 19, 2, 3, 20, V4L2_DV_BT_STD_CEA861, V4L2_DV_FL_HALF_LINE | V4L2_DV_FL_IS_CE_VIDEO) \
36 #define V4L2_DV_BT_CEA_720X576P50 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(720, 576, 0, 0, 27000000, 12, 64, 68, 5, 5, 39, 0, 0, 0, V4L2_DV_BT_STD_CEA861, V4L2_DV_FL_IS_CE_VIDEO) \
39 #define V4L2_DV_BT_CEA_1280X720P24 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(1280, 720, 0, V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, 59400000, 1760, 40, 220, 5, 5, 20, 0, 0, 0, V4L2_DV_BT_STD_DMT | V4L2_DV_BT_STD_CEA861, V4L2_DV_FL_CAN_REDUCE_FPS) \
41 #define V4L2_DV_BT_CEA_1280X720P25 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(1280, 720, 0, V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, 74250000, 2420, 40, 220, 5, 5, 20, 0, 0, 0, V4L2_DV_BT_STD_CEA861, V4L2_DV_FL_IS_CE_VIDEO) \
43 #define V4L2_DV_BT_CEA_1280X720P30 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(1280, 720, 0, V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, 74250000, 1760, 40, 220, 5, 5, 20, 0, 0, 0, V4L2_DV_BT_STD_CEA861, V4L2_DV_FL_CAN_REDUCE_FPS | V4L2_DV_FL_IS_CE_VIDEO) \
45 #define V4L2_DV_BT_CEA_1280X720P50 {.type = V4L2_DV_BT_656_1120, V4L2_INIT_BT_TIMINGS(1280, 720, 0, V4L2_DV_HSYNC_POS_POL | V4L2_DV_VSYNC_POS_POL, 74250000, 440, 40, 220, 5, 5, 20, 0, 0, 0, V4L2_DV_BT_STD_CEA861, V4L2_DV_FL_IS_CE_VIDEO) \
48 #define V4L2_DV_BT_CEA_1280X720P60 {.type
[all...]
H A Dandroid_alarm.h44 #define ANDROID_ALARM_CLEAR(type) _IO('a', 0 | ((type) << 4))
46 #define ALARM_IOW(c,type,size) _IOW('a', (c) | ((type) << 4), size)
47 #define ANDROID_ALARM_SET(type) ALARM_IOW(2, type, struct timespec)
49 #define ANDROID_ALARM_SET_AND_WAIT(type) ALARM_IOW(3, type, struct timespec)
50 #define ANDROID_ALARM_GET_TIME(type) ALARM_IOW(4, type, struc
[all...]
H A Dcryptouser.h64 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_larval
67 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_hash
74 char type[CRYPTO_MAX_ALG_NAME]; member in struct:crypto_report_cipher
81 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_blkcipher
91 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_aead
100 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_comp
104 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_rng
109 char type[CRYPTO_MAX_NAME]; member in struct:crypto_report_akcipher
H A Datm_he.h31 char type; member in struct:he_ioctl_reg
/bionic/libc/kernel/uapi/asm-generic/
H A Dioctl.h52 #define _IOC(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((nr) << _IOC_NRSHIFT) | ((size) << _IOC_SIZESHIFT))
55 #define _IO(type,nr) _IOC(_IOC_NONE, (type), (nr), 0)
56 #define _IOR(type,nr,size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size)))
57 #define _IOW(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size)))
59 #define _IOWR(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (n
[all...]
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_sctp.h51 #define bytes(type) (sizeof(type) * 8)
52 #define SCTP_CHUNKMAP_SET(chunkmap,type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes(__u32)); } while(0)
54 #define SCTP_CHUNKMAP_CLEAR(chunkmap,type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % bytes(__u32))); } while(0)
55 #define SCTP_CHUNKMAP_IS_SET(chunkmap,type) \
56 ({ ((chunkmap)[type / byte
[all...]
H A Dxt_AUDIT.h32 __u8 type; member in struct:xt_audit_info
/bionic/libc/include/sys/
H A Dauxv.h36 unsigned long int getauxval(unsigned long int 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.h37 #define ElfW(type) Elf64_ ## type
39 #define ElfW(type) Elf32_ ## type

Completed in 471 milliseconds

12345678910