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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_interception.h 21 #undef REAL
22 #define REAL(x) IndirectExternCall(__interception::PTR_TO_REAL(x))
  /development/ndk/sources/android/libportable/common/include/asm-generic/
portability.h 22 #define REAL(f) f
28 #define REAL(f) __real_ ## f
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc 27 // Macro to get the REAL function pointer
28 #define REAL(name) __nacl_irt_##name##_real
33 // Declare REAL function pointer.
35 typeof(__libnacl_irt_##group.name) REAL(name);
37 // Assign the REAL function pointer.
38 #define ASSIGN_REAL_PTR(group, name) REAL(name) = __libnacl_irt_##group.name;
40 // Switch IRT's pointer to the REAL pointer
42 __libnacl_irt_##group.name = (typeof(REAL(name)))REAL(name);
46 __libnacl_irt_##group.name = (typeof(REAL(name)))WRAP(name)
    [all...]
kernel_wrap_glibc.cc 109 // Macro to get the REAL function pointer
110 #define REAL(name) __nacl_irt_##name##_real
115 // Declare REAL function pointer.
116 #define DECLARE_REAL_PTR(name) typeof(__nacl_irt_##name) REAL(name);
118 // Assign the REAL function pointer.
121 REAL(name) = __nacl_irt_##name;
123 // Switch IRT's pointer to the REAL pointer
124 #define USE_REAL(name) __nacl_irt_##name = (typeof(__nacl_irt_##name))REAL(name)
268 return REAL(mmap)(addr, length, prot, flags, fd, offset);
276 // Always let the real munmap run on the address range. It is not an error i
    [all...]
kernel_wrap_bionic.cc 98 // Macro to get the REAL function pointer
99 #define REAL(name) __nacl_irt_##name##_real
104 // Declare REAL function pointer.
105 #define DECLARE_REAL_PTR(name) typeof(__nacl_irt_##name) REAL(name);
107 // Assign the REAL function pointer.
108 #define ASSIGN_REAL_PTR(name) REAL(name) = __nacl_irt_##name;
110 // Switch IRT's pointer to the REAL pointer
111 #define USE_REAL(name) __nacl_irt_##name = (typeof(__nacl_irt_##name))REAL(name)
253 return REAL(mmap)(addr, length, prot, flags, fd, offset);
261 // Always let the real munmap run on the address range. It is not an error i
    [all...]
  /external/chromium_org/third_party/skia/bench/
BlurBench.cpp 19 #define REAL 1.5f
102 DEF_BENCH(return new BlurBench(REAL, kNormal_SkBlurStyle);)
103 DEF_BENCH(return new BlurBench(REAL, kSolid_SkBlurStyle);)
104 DEF_BENCH(return new BlurBench(REAL, kOuter_SkBlurStyle);)
105 DEF_BENCH(return new BlurBench(REAL, kInner_SkBlurStyle);)
115 DEF_BENCH(return new BlurBench(REAL, kNormal_SkBlurStyle, SkBlurMaskFilter::kHighQuality_BlurFlag);)
MorphologyBench.cpp 17 #define REAL 1.5f
93 DEF_BENCH( return new MorphologyBench(REAL, kErode_MT); )
94 DEF_BENCH( return new MorphologyBench(REAL, kDilate_MT); )
BlurRectBench.cpp 17 #define REAL 1.5f
186 DEF_BENCH(return new BlurRectBoxFilterBench(REAL);)
190 DEF_BENCH(return new BlurRectGaussianBench(REAL);)
194 DEF_BENCH(return new BlurRectDirectBench(REAL);)
205 // to use in production for non-trivial radii, so no real point
  /external/compiler-rt/lib/interception/
interception.h 44 // You can access original function by calling REAL(foo)(bar, baz).
45 // By default, REAL(foo) will be visible only inside your interceptor, and if
71 // with same names in our library and then obtain the real function pointers
159 # define REAL(x) __interception::PTR_TO_REAL(x)
168 # define REAL(x) x
178 // macros does its job. In exceptional cases you may need to call REAL(foo)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 50 * int WebRtcIsac_Fftn (int ndim, const int dims[], REAL Re[], REAL Im[],
57 * RE and IM hold the real and imaginary components of the data, and return
58 * the resulting real and imaginary Fourier coefficients. Multidimensional
77 * int WebRtcIsac_Fftradix (REAL Re[], REAL Im[], size_t nTotal, size_t nPass,
104 * The data can also be stored in a single array with alternating real and
107 * addresses for the sequences of real and imaginary values,
110 * REAL data [2*NTOTAL];
152 # define REAL doubl
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 61 REAL = 279,
169 #define REAL 279
275 float real; member in union:YYSTYPE
program_parse.tab.c 246 REAL = 279,
354 #define REAL 279
460 float real; member in union:YYSTYPE
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 868 milliseconds