Searched defs:control (Results 1 - 25 of 30) sorted by relevance

12

/bionic/libc/kernel/uapi/linux/
H A Dbcm933xx_hcs.h24 __u16 control; member in struct:bcm_hcs
H A Dnvme_ioctl.h25 __u16 control; member in struct:nvme_user_io
H A Dlightnvm.h29 #define NVM_CTRL_FILE "/dev/lightnvm/control"
102 __u16 control; member in struct:nvm_user_vio
127 __u16 control; member in struct:nvm_passthru_vio
H A Dfirewire-cdev.h209 __u32 control; member in struct:fw_cdev_iso_packet
H A Dhdreg.h97 __u8 control; member in struct:hd_drive_hob_hdr
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dbcm933xx_hcs.h24 __u16 control; member in struct:bcm_hcs
H A Dnvme_ioctl.h25 __u16 control; member in struct:nvme_user_io
H A Dlightnvm.h29 #define NVM_CTRL_FILE "/dev/lightnvm/control"
102 __u16 control; member in struct:nvm_user_vio
127 __u16 control; member in struct:nvm_passthru_vio
H A Dfirewire-cdev.h209 __u32 control; member in struct:fw_cdev_iso_packet
H A Dhdreg.h97 __u8 control; member in struct:hd_drive_hob_hdr
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dbcm933xx_hcs.h24 __u16 control; member in struct:bcm_hcs
H A Dnvme_ioctl.h25 __u16 control; member in struct:nvme_user_io
H A Dlightnvm.h29 #define NVM_CTRL_FILE "/dev/lightnvm/control"
102 __u16 control; member in struct:nvm_user_vio
127 __u16 control; member in struct:nvm_passthru_vio
H A Dfirewire-cdev.h209 __u32 control; member in struct:fw_cdev_iso_packet
H A Dhdreg.h97 __u8 control; member in struct:hd_drive_hob_hdr
/bionic/libm/amd64/
H A Dfenv.c212 unsigned short control; local
216 * rounding mode. Reading the control word on the x87 turns
220 __asm__ __volatile__ ("fnstcw %0" : "=m" (control));
222 return (control & X87_ROUND_MASK);
233 unsigned short control; local
240 /* Store the current x87 control word register */
241 __asm__ __volatile__ ("fnstcw %0" : "=m" (control));
244 control &= ~X87_ROUND_MASK;
245 control |= round;
247 /* Load the x87 control wor
374 unsigned short control; local
395 unsigned short control; local
415 unsigned short control; local
[all...]
/bionic/libm/i387/
H A Dfenv.c36 * The hardware default control word for i387's and later coprocessors is
56 * As compared to the x87 control word, the SSE unit's control word
57 * has the rounding control bits offset by 3 and the exception mask
181 * the old control word to avoid this side effect.
236 __uint16_t control, omask; local
239 __fnstcw(&control);
245 omask = ~(control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT;
247 control &= ~mask;
248 __fldcw(control);
261 __uint16_t control, omask; local
342 __uint16_t control; local
358 __uint16_t control; local
404 __uint16_t control; local
[all...]
/bionic/tests/
H A Dsys_ptrace_test.cpp123 const unsigned control = byte_mask << 5 | type << 3 | enable; local
127 ASSERT_EQ(0, ptrace(PTRACE_SETHBPREGS, child, -2, &control)) << strerror(errno);
132 dreg_state.dbg_regs[0].ctrl = control;
307 const unsigned control = byte_mask << 5 | enable; local
311 ASSERT_EQ(0, ptrace(PTRACE_SETHBPREGS, child, 2, &control)) << strerror(errno);
316 dreg_state.dbg_regs[0].ctrl = control;
/bionic/libc/kernel/uapi/sound/
H A Dasoc.h278 char control[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_soc_tplg_dapm_graph_elem
H A Dasequencer.h176 struct snd_seq_ev_ctrl control; member in union:snd_seq_event::__anon1170
H A Dasound.h383 struct snd_pcm_mmap_control control; member in union:snd_pcm_sync_ptr::__anon1184
/bionic/libc/versioner-dependencies/common/kernel_uapi/sound/
H A Dasoc.h278 char control[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_soc_tplg_dapm_graph_elem
H A Dasequencer.h176 struct snd_seq_ev_ctrl control; member in union:snd_seq_event::__anon2317
/bionic/tools/versioner/dependencies/common/kernel_uapi/sound/
H A Dasoc.h278 char control[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_soc_tplg_dapm_graph_elem
H A Dasequencer.h176 struct snd_seq_ev_ctrl control; member in union:snd_seq_event::__anon3587

Completed in 2045 milliseconds

12