Searched refs:control (Results 1 – 16 of 16) sorted by relevance
/bionic/libm/amd64/ |
D | fenv.c | 212 unsigned short control; in fegetround() local 220 __asm__ __volatile__ ("fnstcw %0" : "=m" (control)); in fegetround() 222 return (control & X87_ROUND_MASK); in fegetround() 233 unsigned short control; in fesetround() local 241 __asm__ __volatile__ ("fnstcw %0" : "=m" (control)); in fesetround() 244 control &= ~X87_ROUND_MASK; in fesetround() 245 control |= round; in fesetround() 248 __asm__ __volatile__ ("fldcw %0" : : "m" (control)); in fesetround() 374 unsigned short control; in feenableexcept() local 378 __asm__ __volatile__ ("fnstcw %0" : "=m" (control)); in feenableexcept() [all …]
|
/bionic/libm/i387/ |
D | fenv.c | 236 __uint16_t control, omask; in feenableexcept() local 239 __fnstcw(&control); in feenableexcept() 245 omask = ~(control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT; in feenableexcept() 247 control &= ~mask; in feenableexcept() 248 __fldcw(control); in feenableexcept() 261 __uint16_t control, omask; in fedisableexcept() local 264 __fnstcw(&control); in fedisableexcept() 270 omask = ~(control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT; in fedisableexcept() 272 control |= mask; in fedisableexcept() 273 __fldcw(control); in fedisableexcept() [all …]
|
/bionic/tests/ |
D | sys_ptrace_test.cpp | 116 const unsigned control = byte_mask << 5 | type << 3 | enable; in set_watchpoint() local 120 ASSERT_EQ(0, ptrace(PTRACE_SETHBPREGS, child, -2, &control)) << strerror(errno); in set_watchpoint() 125 dreg_state.dbg_regs[0].ctrl = control; in set_watchpoint() 301 const unsigned control = byte_mask << 5 | enable; in set_breakpoint() local 305 ASSERT_EQ(0, ptrace(PTRACE_SETHBPREGS, child, 2, &control)) << strerror(errno); in set_breakpoint() 310 dreg_state.dbg_regs[0].ctrl = control; in set_breakpoint()
|
/bionic/libc/kernel/uapi/linux/ |
D | lightnvm.h | 110 __u16 control; member 135 __u16 control; member
|
D | bcm933xx_hcs.h | 24 __u16 control; member
|
D | qemu_fw_cfg.h | 73 __be32 control; member
|
D | nvme_ioctl.h | 25 __u16 control; member
|
D | hdreg.h | 97 __u8 control; member
|
D | firewire-cdev.h | 209 __u32 control; member
|
D | kvm.h | 144 __u64 control; member 515 __u32 control; member
|
/bionic/libdl/ |
D | NOTICE | 17 other entities that control, are controlled by, or are under common 18 control with that entity. For the purposes of this definition, 19 "control" means (i) the power, direct or indirect, to cause the 57 communication on electronic mailing lists, source code control systems,
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 176 struct snd_seq_ev_ctrl control; member
|
D | asound.h | 430 struct __snd_pcm_mmap_control control; member 469 struct __snd_pcm_mmap_control64 control; member
|
D | asoc.h | 287 char control[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
|
/bionic/benchmarks/ |
D | README.md | 106 Google Benchmark uses two settings to control how many times to run each benchmark, "iterations" and
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 289 no control over where your library will be installed by the system. A
|