/external/chromium_org/base/third_party/valgrind/ |
valgrind.h | [all...] |
/external/chromium_org/third_party/re2/util/ |
valgrind.h | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/third_party/ |
valgrind.h | 630 volatile unsigned long _res; \ 635 : /*out*/ "=a" (_res) \ 639 lval = (__typeof__(lval)) _res; \ 646 volatile unsigned long _res; \ 654 : /*out*/ "=a" (_res) \ 658 lval = (__typeof__(lval)) _res; \ 665 volatile unsigned long _res; \ [all...] |
/external/chromium_org/v8/src/third_party/valgrind/ |
valgrind.h | [all...] |
/external/chromium_org/net/base/ |
dns_reloader.cc | 62 res_ninit(&_res); 68 res_nclose(&_res); 69 res_ninit(&_res); 77 res_nclose(&_res);
|
/development/ndk/platforms/android-3/include/ |
resolv.h | 44 #define _res (*__res_state()) macro
|
/external/eigen/Eigen/src/Core/products/ |
TriangularMatrixVector_MKL.h | 54 const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \ 56 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \ 62 const Scalar* _rhs, Index rhsIncr, Scalar* _res, Index resIncr, Scalar alpha) { \ 64 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \ 85 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha) \ 89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha); \ 129 MKLPREFIX##axpy(&n, &alpha_,(const MKLTYPE*)x, &incx, (MKLTYPE*)_res, &incy); \ 136 y = _res + size*resIncr; \ 143 y = _res; \ 170 const EIGTYPE* _rhs, Index rhsIncr, EIGTYPE* _res, Index resIncr, EIGTYPE alpha) [all...] |
TriangularMatrixVector.h | 30 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha); 36 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha) 52 ResMap res(_res,rows); 84 _res, resIncr, alpha); 98 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha); 104 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, const ResScalar& alpha) 120 ResMap res(_res,rows,InnerStride<>(resIncr));
|
/bionic/libc/include/ |
resolv.h | 45 #define _res (*__res_state()) macro
|
/development/ndk/platforms/android-L/include/ |
resolv.h | 45 #define _res (*__res_state()) macro
|
/external/eigen/Eigen/src/SparseCore/ |
SparseSparseProductWithPruning.h | 90 typename remove_all<ResultType>::type _res(res.rows(), res.cols()); 91 internal::sparse_sparse_product_with_pruning_impl<Lhs,Rhs,ResultType>(lhs, rhs, _res, tolerance); 92 res.swap(_res); 104 SparseTemporaryType _res(res.rows(), res.cols()); 105 internal::sparse_sparse_product_with_pruning_impl<Lhs,Rhs,SparseTemporaryType>(lhs, rhs, _res, tolerance); 106 res = _res; 117 typename remove_all<ResultType>::type _res(res.rows(), res.cols()); 118 internal::sparse_sparse_product_with_pruning_impl<Rhs,Lhs,ResultType>(rhs, lhs, _res, tolerance); 119 res.swap(_res); 137 // SparseTemporaryType _res(res.cols(), res.rows()) [all...] |
/external/chromium_org/third_party/opus/src/tests/ |
test_opus_common.h | 44 static OPUS_INLINE void debruijn2(int _k, unsigned char *_res) 50 p=&_res[_k*_k];
|
/external/libopus/tests/ |
test_opus_common.h | 44 static OPUS_INLINE void debruijn2(int _k, unsigned char *_res) 50 p=&_res[_k*_k];
|
/development/ndk/platforms/android-3/include/linux/ |
blkdev.h | 456 #define sector_div(n, b)( { int _res; _res = (n) % (b); (n) /= (b); _res; } )
|
/external/chromium_org/net/dns/ |
dns_config_service_posix.cc | 123 memset(&_res, 0, sizeof(_res)); 125 result = ConvertResStateToDnsConfig(_res, config);
|
/device/asus/flo/bdAddrLoader/ |
addrloader.c | 69 typedef enum _res enum
|
/device/lge/hammerhead/bdAddrLoader/ |
addrloader.c | 66 typedef enum _res { enum
|
/device/lge/mako/bdAddrLoader/ |
addrloader.c | 69 typedef enum _res enum
|
/device/moto/shamu/bdAddrLoader/ |
addrloader.c | 66 typedef enum _res { enum
|
/bionic/libc/dns/include/ |
resolv_private.h | 291 * Source and Binary compatibility; _res will not work properly 295 #define _res (*__res_state()) macro
|
/external/chromium_org/third_party/libxml/src/ |
nanohttp.c | 1055 if (!(_res.options & RES_INIT)) 1057 _res.options |= RES_USE_INET6; [all...] |
/external/libxml2/ |
nanohttp.c | 1060 if (!(_res.options & RES_INIT)) 1062 _res.options |= RES_USE_INET6; [all...] |