HomeSort by relevance Sort by last modified time
    Searched defs:PR_GET_FP_MODE (Results 1 - 7 of 7) sorted by null

  /external/valgrind/none/tests/mips32/
change_fp_mode.c 12 #if !defined(PR_GET_FP_MODE)
13 # define PR_GET_FP_MODE 46
42 *fr_prctl = prctl(PR_GET_FP_MODE);
46 fatal_error("prctl(PR_GET_FP_MODE) fails.");
  /external/valgrind/none/tests/mips64/
change_fp_mode.c 12 #if !defined(PR_GET_FP_MODE)
13 # define PR_GET_FP_MODE 46
159 *fr_prctl = prctl(PR_GET_FP_MODE);
163 fatal_error("prctl(PR_GET_FP_MODE) fails.");
  /external/strace/xlat/
prctl_options.h 134 #if !(defined(PR_GET_FP_MODE) || (defined(HAVE_DECL_PR_GET_FP_MODE) && HAVE_DECL_PR_GET_FP_MODE))
135 # define PR_GET_FP_MODE 46
196 XLAT(PR_GET_FP_MODE),
  /bionic/libc/kernel/uapi/linux/
prctl.h 124 #define PR_GET_FP_MODE 46
  /external/kernel-headers/original/uapi/linux/
prctl.h 190 #define PR_GET_FP_MODE 46
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_s390x.go     [all...]

Completed in 398 milliseconds