HomeSort by relevance Sort by last modified time
    Searched refs:REAL (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /external/compiler-rt/lib/interception/
interception.h 43 // You can access original function by calling REAL(foo)(bar, baz).
44 // By default, REAL(foo) will be visible only inside your interceptor, and if
70 // with same names in our library and then obtain the real function pointers
145 # define REAL(x) __interception::PTR_TO_REAL(x)
154 # define REAL(x) x
164 // macros does its job. In exceptional cases you may need to call REAL(foo)
  /development/ndk/sources/android/libportable/arch-mips/
clone.c 121 ret = REAL(clone)(fn, child_stack, mips_flags, arg, parent_tidptr,
syscall.c 52 extern int REAL(syscall)(int, ...);
469 ret = REAL(syscall)(native_number, fd, align_fill, offset_low, offset_high,
600 *REAL(__errno)() = ENOSYS;
631 ret = REAL(syscall)(native_number, args[0], args[1], args[2], args[3],
636 ALOGV("%s: ret == -1; errno:%d;", __func__, *REAL(__errno)());
pthread.c 64 rv = REAL(fn) CALLARGS; \
278 ret = REAL(pthread_kill)(thread, mips_signum);
291 extern int REAL(pthread_sigmask)(int how, const sigset_t *set, sigset_t *oset);
298 ret = do_sigmask(portable_how, portable_sigset, portable_oldset, REAL(pthread_sigmask), NULL);
fcntl.c 321 *REAL(__errno)() = EFAULT;
354 *REAL(__errno)() = EFAULT;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
real.h 56 #define REAL_EXP(REAL) \
57 ((int)((REAL)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \
59 #define SET_REAL_EXP(REAL, EXP) \
60 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
223 /* Declare functions in real.c. */
305 /* Target formats defined in real.c. */
372 /* Real values to IEEE 754 decimal floats. */
422 /* Constant real values 0, 1, 2, -1 and 0.5. */
434 /* Function to return the real value special constant 'e'. */
443 /* Function to return a real value (not a tree node
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
real.h 56 #define REAL_EXP(REAL) \
57 ((int)((REAL)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \
59 #define SET_REAL_EXP(REAL, EXP) \
60 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
223 /* Declare functions in real.c. */
305 /* Target formats defined in real.c. */
372 /* Real values to IEEE 754 decimal floats. */
422 /* Constant real values 0, 1, 2, -1 and 0.5. */
434 /* Function to return the real value special constant 'e'. */
443 /* Function to return a real value (not a tree node
    [all...]