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

12345678910

/bionic/libm/x86_64/
H A Ds_atan.S222 .type ONEMASK,@object
230 .type a2,@object
238 .type b2,@object
890 .type atan_tbl,@object
898 .type pi_table,@object
904 .type SGNMASK,@object
H A De_sinh.S313 .type L2E,@object
321 .type Shifter,@object
345 .type cv,@object
861 .type T2f,@object
1377 .type T2_neg_f,@object
1393 .type pv,@object
1401 .type MASK3,@object
1407 .type HALFMASK,@object
H A Ds_sin.S609 .type ONEHALF,@object
617 .type P_2,@object
625 .type SC_4,@object
1141 .type Ctable,@object
1149 .type SC_2,@object
1157 .type SC_3,@object
1165 .type SC_1,@object
1210 .type PI_INV_TABLE,@object
1219 .type PI_4,@object
1225 .type PI32IN
[all...]
H A De_asin.S458 .type ABSVALMASK,@object
974 .type T_table,@object
1938 .type Tbl_addr,@object
1947 .type SIGNMASK,@object
1955 .type HALFMASK2,@object
1963 .type PI_BY_2,@object
1983 .type cv2,@object
1991 .type HALFMASK,@object
1997 .type ONEMASK,@object
2003 .type TMAS
[all...]
/bionic/libc/bionic/
H A Dpthread_mutex.cpp50 * 0-3 type type of mutex
70 int type = (*attr & MUTEXATTR_TYPE_MASK); local
72 if (type < PTHREAD_MUTEX_NORMAL || type > PTHREAD_MUTEX_ERRORCHECK) {
76 *type_p = type;
80 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) argument
82 if (type < PTHREAD_MUTEX_NORMAL || type > PTHREAD_MUTEX_ERRORCHECK ) {
86 *attr = (*attr & ~MUTEXATTR_TYPE_MASK) | type;
[all...]
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsetup.h152 #define tag_size(type) ((sizeof(struct tag_header) + sizeof(struct type)) >> 2)
/bionic/libc/kernel/uapi/linux/
H A Dndctl.h81 __u16 type; member in struct:nd_cmd_ars_start
92 __u16 type; member in struct:nd_cmd_ars_status
H A Dvirtio_scsi.h66 __virtio32 type; member in struct:virtio_scsi_ctrl_tmf_req
77 __virtio32 type; member in struct:virtio_scsi_ctrl_an_req
H A Dagpgart.h84 __u32 type; member in struct:_agp_allocate
H A Datmlec.h72 atmlec_msg_type type; member in struct:atmlec_msg
H A Dlightnvm.h75 __u32 type; member in struct:nvm_ioctl_create_conf
H A Dmic_common.h25 __s8 type; member in struct:mic_device_desc
H A Dserial.h25 int type; member in struct:serial_struct
H A Dvirtio_blk.h81 __virtio32 type; member in struct:virtio_blk_outhdr
H A Da.out.h65 #define N_SET_INFO(exec,magic,type,flags) ((exec).a_info = ((magic) & 0xffff) | (((int) (type) & 0xff) << 16) | (((flags) & 0xff) << 24))
H A Dncp.h30 __u16 type; member in struct:ncp_request_header
45 __u16 type; member in struct:ncp_reply_header
H A Duhid.h147 __u16 type; member in struct:uhid_output_ev_req
167 __u32 type; member in struct:uhid_event
/bionic/libdl/
H A Dlibdl.c68 uint64_t type __unused,
/bionic/linker/arch/mips/
H A Dbegin.S31 .type __start,@function
/bionic/libc/kernel/uapi/drm/
H A Dvia_drm.h109 __u32 type; member in struct:__anon184
212 via_irq_seq_type_t type; member in struct:drm_via_wait_irq_request
H A Dqxl_drm.h64 uint32_t type; member in struct:drm_qxl_command
/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dpopen.c81 popen(const char *command, const char *type) argument
85 const char * volatile xtype = type;
/bionic/libm/x86/
H A De_hypot.S70 .type static_func, @function
216 .type static_const_table,@object
/bionic/libc/arch-x86/atom/string/
H A Dssse3-wcscat-atom.S57 .type name, @function; \
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h147 int type; member in struct:f_owner_ex

Completed in 654 milliseconds

12345678910