/development/ndk/sources/android/libportable/arch-mips/ |
signal.c | 326 * Mapping lower 32 Real Time signals to identical Native signal numbers. 470 * Mapping lower 32 Real Time signals to identical Portable signal numbers. 479 * Mapping upper 63 Native Real Time signals to the last Portable signal number. 489 ALOGE("%s: Mapping highest 63 Real Time Signals to the largest RT Portable SigNo.", 748 extern __sighandler_t REAL(bsd_signal)(int, __sighandler_t); 756 rv = do_signal_portable(portable_signum, handler, REAL(bsd_signal)); 765 extern __sighandler_t REAL(sysv_signal)(int, __sighandler_t); 773 rv = do_signal_portable(portable_signum, handler, REAL(sysv_signal)); 790 extern __sighandler_t REAL(bsd_signal)(int, __sighandler_t); 798 rv = do_signal_portable(portable_signum, handler, REAL(bsd_signal)) [all...] |
pipe.c | 73 rv = REAL(pipe2)(pipefd, native_flags);
|
poll.c | 117 ret = REAL(poll)(fds, nfds, timeout);
|
timerfd.c | 71 rv = REAL(syscall)(__NR_timerfd_create, clockid, native_flags);
|
sockopt.c | 113 return REAL(setsockopt)(s, mips_change_level(level), mips_change_optname(optname), optval, optlen); 119 return REAL(getsockopt)(s, mips_change_level(level), mips_change_optname(optname), optval, optlen);
|
errno.c | 288 save_errno = *REAL(__errno)(); 325 *REAL(__errno)() = save_errno; 341 save_errno = *REAL(__errno)(); 355 *REAL(__errno)() = save_errno; 360 extern char* REAL(strerror)(int); 363 return REAL(strerror)(errno_pton(errnum)); 369 return REAL(strerror_r)(errno_pton(errnum), buf, buflen);
|
socket.c | 131 extern int REAL(socket)(int, int, int); 140 rv = REAL(socket)(domain, socktype_pton(type), protocol); 154 rv = REAL(socketpair)(domain, socktype_pton(type), protocol, sv); 207 rv = REAL(getaddrinfo)(node, service, native_hints, native_results); 257 REAL(freeaddrinfo)(native_results);
|
eventfd.c | 85 rv = REAL(eventfd)(initval, native_flags);
|
/external/eigen/blas/ |
chpr2.f | 117 INTRINSIC CONJG,REAL 177 AP(KK+J-1) = REAL(AP(KK+J-1)) + 178 + REAL(X(J)*TEMP1+Y(J)*TEMP2) 180 AP(KK+J-1) = REAL(AP(KK+J-1)) 196 AP(KK+J-1) = REAL(AP(KK+J-1)) + 197 + REAL(X(JX)*TEMP1+Y(JY)*TEMP2) 199 AP(KK+J-1) = REAL(AP(KK+J-1)) 215 AP(KK) = REAL(AP(KK)) + 216 + REAL(X(J)*TEMP1+Y(J)*TEMP2) 223 AP(KK) = REAL(AP(KK) [all...] |
srotmg.f | 3 REAL SD1,SD2,SX1,SY1 6 REAL SPARAM(5) 35 * SD1 (input/output) REAL 37 * SD2 (input/output) REAL 39 * SX1 (input/output) REAL 41 * SY1 (input) REAL 44 * SPARAM (input/output) REAL array, dimension 5 54 REAL GAM,GAMSQ,ONE,RGAMSQ,SFLAG,SH11,SH12,SH21,SH22,SP1,SP2,SQ1,
|
srotm.f | 6 REAL SPARAM(5),SX(*),SY(*) 35 * SX (input/output) REAL array, dimension N 41 * SY (input/output) REAL array, dimension N 47 * SPARAM (input/output) REAL array, dimension 5 57 REAL SFLAG,SH11,SH12,SH21,SH22,TWO,W,Z,ZERO
|
sspr.f | 3 REAL ALPHA 8 REAL AP(*),X(*) 18 * where alpha is a real scalar, x is an n element vector and A is an 42 * ALPHA - REAL . 46 * X - REAL array of dimension at least 57 * AP - REAL array of DIMENSION at least 88 REAL ZERO 92 REAL TEMP
|
ssbmv.f | 3 REAL ALPHA,BETA 8 REAL A(LDA,*),X(*),Y(*) 47 * ALPHA - REAL . 51 * A - REAL array of DIMENSION ( LDA, n ). 96 * X - REAL array of DIMENSION at least 107 * BETA - REAL . 111 * Y - REAL array of DIMENSION at least 135 REAL ONE,ZERO 139 REAL TEMP1,TEMP2
|
sspmv.f | 3 REAL ALPHA,BETA 8 REAL AP(*),X(*),Y(*) 42 * ALPHA - REAL . 46 * AP - REAL array of DIMENSION at least 60 * X - REAL array of dimension at least 71 * BETA - REAL . 76 * Y - REAL array of dimension at least 101 REAL ONE,ZERO 105 REAL TEMP1,TEMP2
|
sspr2.f | 3 REAL ALPHA 8 REAL AP(*),X(*),Y(*) 42 * ALPHA - REAL . 46 * X - REAL array of dimension at least 57 * Y - REAL array of dimension at least 68 * AP - REAL array of DIMENSION at least 99 REAL ZERO 103 REAL TEMP1,TEMP2
|
/external/compiler-rt/lib/asan/ |
asan_malloc_win.cc | 128 REAL(memset)(crt_malloc, 0xCC /* int 3 */, 16); // just in case. 132 REAL(memcpy)(crt_malloc + 1, &jmp_offset, sizeof(jmp_offset));
|
asan_posix.cc | 42 REAL(memset)(&sigact, 0, sizeof(sigact)); 46 CHECK_EQ(0, REAL(sigaction)(signum, &sigact, 0));
|
asan_allocator.h | 96 CHECK(REAL(memset)); 97 REAL(memset)(this, 0, sizeof(AsanThreadLocalMallocStorage));
|
asan_poisoning.h | 40 REAL(memset)((void*)shadow_beg, value, shadow_end - shadow_beg);
|
asan_stats.cc | 24 CHECK(REAL(memset)); 25 REAL(memset)(this, 0, sizeof(AsanStats));
|
/external/webrtc/src/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...] |
/development/ndk/sources/android/libportable/common/include/ |
errno_portable.h | 133 extern volatile int* REAL(__errno)(void);
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TypesTest.java | 54 assertEquals(REAL, 7);
|
/external/skia/bench/ |
BlurRectBench.cpp | 17 #define REAL 1.5f 187 DEF_BENCH(return new BlurRectBoxFilterBench(REAL);) 191 DEF_BENCH(return new BlurRectGaussianBench(REAL);) 195 DEF_BENCH(return new BlurRectDirectBench(REAL);) 206 // to use in production for non-trivial radii, so no real point
|
/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
|