Home
last modified time | relevance | path

Searched refs:control (Results 1 – 20 of 20) sorted by relevance

/bionic/libm/amd64/
Dfenv.c212 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/
Dfenv.c236 __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/
Dbcm933xx_hcs.h12 __u16 control; member
Dqemu_fw_cfg.h61 __be32 control; member
Dnvme_ioctl.h13 __u16 control; member
Dhdreg.h85 __u8 control; member
Dacrn.h223 __u64 control; member
Dfirewire-cdev.h237 __u32 control; member
Dkvm.h72 __u64 control; member
84 __u64 control; member
419 __u32 control; member
/bionic/tests/
Dsys_ptrace_test.cpp118 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/
DNOTICE17 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/
DNOTICE17 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/
DNOTICE17 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,
Dclang_fortify_anatomy.md367 inhibiting optimizations that are conservative around branches in control-flow.
/bionic/libc/kernel/uapi/sound/
Dasequencer.h157 struct snd_seq_ev_ctrl control; member
Dasound.h426 struct __snd_pcm_mmap_control control; member
465 struct __snd_pcm_mmap_control64 control; member
Dasoc.h279 char control[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
/bionic/benchmarks/
DREADME.md106 Google Benchmark uses two settings to control how many times to run each benchmark, "iterations" and
/bionic/libc/kernel/uapi/drm/
Dhabanalabs_accel.h1176 __u32 control; member
/bionic/
Dandroid-changes-for-ndk-developers.md285 no control over where your library will be installed by the system. A