/external/chromium_org/third_party/re2/util/ |
D | valgrind.h | 717 volatile unsigned long _res; \ 722 : /*out*/ "=a" (_res) \ 726 lval = (__typeof__(lval)) _res; \ 733 volatile unsigned long _res; \ 741 : /*out*/ "=a" (_res) \ 745 lval = (__typeof__(lval)) _res; \ 752 volatile unsigned long _res; \ 762 : /*out*/ "=a" (_res) \ 766 lval = (__typeof__(lval)) _res; \ 773 volatile unsigned long _res; \ [all …]
|
/external/regex-re2/util/ |
D | valgrind.h | 717 volatile unsigned long _res; \ 722 : /*out*/ "=a" (_res) \ 726 lval = (__typeof__(lval)) _res; \ 733 volatile unsigned long _res; \ 741 : /*out*/ "=a" (_res) \ 745 lval = (__typeof__(lval)) _res; \ 752 volatile unsigned long _res; \ 762 : /*out*/ "=a" (_res) \ 766 lval = (__typeof__(lval)) _res; \ 773 volatile unsigned long _res; \ [all …]
|
/external/valgrind/main/include/ |
D | valgrind.h | 1079 volatile unsigned long _res; \ 1086 : /*out*/ "=a" (_res) \ 1090 lval = (__typeof__(lval)) _res; \ 1097 volatile unsigned long _res; \ 1107 : /*out*/ "=a" (_res) \ 1111 lval = (__typeof__(lval)) _res; \ 1118 volatile unsigned long _res; \ 1130 : /*out*/ "=a" (_res) \ 1134 lval = (__typeof__(lval)) _res; \ 1141 volatile unsigned long _res; \ [all …]
|
/external/chromium_org/v8/src/third_party/valgrind/ |
D | valgrind.h | 751 volatile unsigned long _res; \ 756 : /*out*/ "=a" (_res) \ 760 lval = (__typeof__(lval)) _res; \ 767 volatile unsigned long _res; \ 776 : /*out*/ "=a" (_res) \ 780 lval = (__typeof__(lval)) _res; \ 787 volatile unsigned long _res; \ 798 : /*out*/ "=a" (_res) \ 802 lval = (__typeof__(lval)) _res; \ 809 volatile unsigned long _res; \ [all …]
|
/external/chromium_org/third_party/tcmalloc/vendor/src/third_party/ |
D | 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; \ 675 : /*out*/ "=a" (_res) \ 679 lval = (__typeof__(lval)) _res; \ 686 volatile unsigned long _res; \ [all …]
|
/external/chromium_org/base/third_party/valgrind/ |
D | valgrind.h | 795 volatile unsigned long _res; \ 800 : /*out*/ "=a" (_res) \ 804 lval = (__typeof__(lval)) _res; \ 811 volatile unsigned long _res; \ 820 : /*out*/ "=a" (_res) \ 824 lval = (__typeof__(lval)) _res; \ 831 volatile unsigned long _res; \ 842 : /*out*/ "=a" (_res) \ 846 lval = (__typeof__(lval)) _res; \ 853 volatile unsigned long _res; \ [all …]
|
/external/eigen/Eigen/src/Core/products/ |
D | 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 …]
|
D | 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));
|
/external/eigen/Eigen/src/SparseCore/ |
D | 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, tol… 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);
|
/external/speex/libspeex/ |
D | cb_search_sse.h | 66 float *_res = resp+i*subvect_size; in compute_weighted_codebook() local 78 … _spx_mm_getr_ps(resj, _res+j, _res+subvect_size+j, _res+2*subvect_size+j, _res+3*subvect_size+j); in compute_weighted_codebook()
|
/external/chromium_org/net/base/ |
D | dns_reloader.cc | 62 res_ninit(&_res); in MaybeReload() 68 res_nclose(&_res); in MaybeReload() 69 res_ninit(&_res); in MaybeReload() 77 res_nclose(&_res); in SlotReturnFunction()
|
/external/valgrind/main/none/tests/ |
D | resolv.c | 8 printf("PRE _res.nscount = %d\n", _res.nscount); in main() 11 printf("POST _res.nscount = %d\n", ( int ) _res.nscount > 0 ); in main()
|
D | res_search.c | 34 _res.options |= RES_DEBUG; in main()
|
/external/stlport/test/unit/ |
D | exception_test.cpp | 101 UncaughtClassTest(int &res) : _res(res) in UncaughtClassTest() 105 _res = std::uncaught_exception()?1:0; in ~UncaughtClassTest() 108 int &_res; member
|
/external/chromium_org/third_party/opus/src/tests/ |
D | test_opus_common.h | 44 static OPUS_INLINE void debruijn2(int _k, unsigned char *_res) in debruijn2() argument 50 p=&_res[_k*_k]; in debruijn2()
|
/external/libopus/tests/ |
D | test_opus_common.h | 44 static OPUS_INLINE void debruijn2(int _k, unsigned char *_res) in debruijn2() argument 50 p=&_res[_k*_k]; in debruijn2()
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-03-12-ThreadLocalAlias.ll | 8 @__resp = thread_local global %struct.__res_state* @_res ; <%struct.__res_state**> [#uses=1] 9 @_res = global %struct.__res_state zeroinitializer, section ".bss" ; <%struct.__res_state*> [#uses…
|
/external/chromium_org/net/dns/ |
D | dns_config_service_posix.cc | 123 memset(&_res, 0, sizeof(_res)); in ReadDnsConfig() 125 result = ConvertResStateToDnsConfig(_res, config); in ReadDnsConfig()
|
/external/valgrind/main/helgrind/ |
D | hg_intercepts.c | 110 Word _res, _arg1, _arg2; \ 115 _res = VALGRIND_DO_CLIENT_REQUEST_EXPR(2, \ 118 _resF = _res; \
|
D | hg_wordset.c | 113 UWord _res = (UWord)(_zzresult); \ 125 _cache->ent[0].res = _res; \
|
/external/libxml2/ |
D | nanohttp.c | 1060 if (!(_res.options & RES_INIT)) in xmlNanoHTTPConnectHost() 1062 _res.options |= RES_USE_INET6; in xmlNanoHTTPConnectHost()
|
/external/chromium_org/third_party/libxml/src/ |
D | nanohttp.c | 1055 if (!(_res.options & RES_INIT)) in xmlNanoHTTPConnectHost() 1057 _res.options |= RES_USE_INET6; in xmlNanoHTTPConnectHost()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 1553 int _res = wpa_drv_get_ssid(wpa_s, ssid_buf); in wpa_supplicant_ctrl_iface_status() local 1554 if (_res < 0) in wpa_supplicant_ctrl_iface_status() 1557 ssid_len = _res; in wpa_supplicant_ctrl_iface_status()
|