Searched refs:type (Results 76 - 100 of 181) sorted by relevance

12345678

/bionic/libc/kernel/uapi/linux/
H A Djoystick.h32 __u8 type; member in struct:js_event
55 __u16 type; member in struct:js_corr
H A Dquota.h32 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
H A Dcdrom.h414 __u8 type; member in struct:dvd_physical
420 __u8 type; member in struct:dvd_copyright
427 __u8 type; member in struct:dvd_disckey
434 __u8 type; member in struct:dvd_bca
440 __u8 type; member in struct:dvd_manufact
447 __u8 type; member in union:__anon228
475 __u8 type; member in struct:dvd_lu_send_agid
480 __u8 type; member in struct:dvd_host_send_challenge
486 __u8 type; member in struct:dvd_send_key
492 __u8 type; member in struct:dvd_lu_send_challenge
507 __u8 type; member in struct:dvd_lu_send_title_key
519 __u8 type; member in struct:dvd_lu_send_asf
525 __u8 type; member in struct:dvd_host_send_rpcstate
530 __u8 type : 2; member in struct:dvd_lu_send_rpcstate
539 __u8 type; member in union:__anon229
[all...]
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 Dmic_common.h25 __s8 type; member in struct:mic_device_desc
H A Dserial.h25 int type; member in struct:serial_struct
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 Dmedia.h61 __u32 type; member in struct:media_entity_desc
H A Dsom.h90 unsigned int type :16; member in struct:aux_id
/bionic/libc/kernel/uapi/sound/
H A Dsfnt_info.h37 short type; member in struct:soundfont_patch_info
54 unsigned short type; member in struct:soundfont_open_parm
H A Dasequencer.h202 snd_seq_event_type_t type; member in struct:snd_seq_event
270 snd_seq_client_type_t type; member in struct:snd_seq_client_info
312 int type; member in struct:snd_seq_remove_events
357 unsigned int type; member in struct:snd_seq_port_info
410 int type; member in struct:snd_seq_queue_timer
449 int type; member in struct:snd_seq_query_subs
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
H A Drandom.c89 * zeroeth element of the array is the type of R.N.G. being used (small
113 * All references to the type u_int have been changed to unsigned long.
114 * All references to type int have been changed to type long. Other
240 * type of the current generator, the degree of the current polynomial being
244 * store the type of the R.N.G. Also, we remember the last location, since
258 * type is the trivial no-state-information type, just remember the seed.
322 * Note that on return from srandom(), we set state[-1] to be the type
412 int type; local
[all...]
/bionic/libc/kernel/uapi/video/
H A Dadf.h54 __u8 type; member in struct:adf_set_event
59 __u8 type; member in struct:adf_event
136 __u32 type; member in struct:adf_interface_data
/bionic/libc/bionic/
H A Dpthread_mutex.cpp49 * 15-14 type mutex type
129 /* Mutex type:
199 * 0-3 type type of mutex
220 int type = (*attr & MUTEXATTR_TYPE_MASK); local
222 if (type < PTHREAD_MUTEX_NORMAL || type > PTHREAD_MUTEX_ERRORCHECK) {
226 *type_p = type;
230 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) argument
[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/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:__anon162
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/libc/arch-x86/atom/string/
H A Dssse3-wcscat-atom.S57 .type name, @function; \
/bionic/libc/kernel/uapi/asm-generic/
H A Dfcntl.h144 int type; member in struct:f_owner_ex
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
H A Dassertions.h37 const char *assertion_type_to_text(assertion_type type);
/bionic/linker/arch/mips64/
H A Dbegin.S45 .type __start,@function

Completed in 1184 milliseconds

12345678