/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/libc/kernel/uapi/linux/ |
D | bcm933xx_hcs.h | 12 __u16 control; member
|
D | qemu_fw_cfg.h | 61 __be32 control; member
|
D | nvme_ioctl.h | 13 __u16 control; member
|
D | hdreg.h | 85 __u8 control; member
|
D | acrn.h | 223 __u64 control; member
|
D | firewire-cdev.h | 237 __u32 control; member
|
D | kvm.h | 72 __u64 control; member 84 __u64 control; member 419 __u32 control; member
|
/bionic/tests/ |
D | sys_ptrace_test.cpp | 118 const unsigned control = byte_mask << 5 | type << 3 | enable; in set_watchpoint() local 122 ASSERT_EQ(0, ptrace(PTRACE_SETHBPREGS, child, -2, &control)) << strerror(errno); in set_watchpoint() 127 dreg_state.dbg_regs[0].ctrl = control; in set_watchpoint() 306 const unsigned control = byte_mask << 5 | enable; in set_breakpoint() local 310 ASSERT_EQ(0, ptrace(PTRACE_SETHBPREGS, child, 2, &control)) << strerror(errno); in set_breakpoint() 315 dreg_state.dbg_regs[0].ctrl = control; in set_breakpoint()
|
/bionic/apex/ |
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/build/ |
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/docs/ |
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,
|
D | clang_fortify_anatomy.md | 367 inhibiting optimizations that are conservative around branches in control-flow.
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 157 struct snd_seq_ev_ctrl control; member
|
D | asound.h | 426 struct __snd_pcm_mmap_control control; member 465 struct __snd_pcm_mmap_control64 control; member
|
D | asoc.h | 279 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/libc/kernel/uapi/drm/ |
D | habanalabs_accel.h | 1176 __u32 control; member
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 285 no control over where your library will be installed by the system. A
|