Home
last modified time | relevance | path

Searched refs:_res (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/re2/util/
Dvalgrind.h717 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/
Dvalgrind.h717 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/
Dvalgrind.h1079 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/
Dvalgrind.h751 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/
Dvalgrind.h630 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/
Dvalgrind.h795 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/
DTriangularMatrixVector_MKL.h54 … 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 …]
DTriangularMatrixVector.h30 … 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/
DSparseSparseProductWithPruning.h90 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/
Dcb_search_sse.h66 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/
Ddns_reloader.cc62 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/
Dresolv.c8 printf("PRE _res.nscount = %d\n", _res.nscount); in main()
11 printf("POST _res.nscount = %d\n", ( int ) _res.nscount > 0 ); in main()
Dres_search.c34 _res.options |= RES_DEBUG; in main()
/external/stlport/test/unit/
Dexception_test.cpp101 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/
Dtest_opus_common.h44 static OPUS_INLINE void debruijn2(int _k, unsigned char *_res) in debruijn2() argument
50 p=&_res[_k*_k]; in debruijn2()
/external/libopus/tests/
Dtest_opus_common.h44 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/
D2008-03-12-ThreadLocalAlias.ll8 @__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/
Ddns_config_service_posix.cc123 memset(&_res, 0, sizeof(_res)); in ReadDnsConfig()
125 result = ConvertResStateToDnsConfig(_res, config); in ReadDnsConfig()
/external/valgrind/main/helgrind/
Dhg_intercepts.c110 Word _res, _arg1, _arg2; \
115 _res = VALGRIND_DO_CLIENT_REQUEST_EXPR(2, \
118 _resF = _res; \
Dhg_wordset.c113 UWord _res = (UWord)(_zzresult); \
125 _cache->ent[0].res = _res; \
/external/libxml2/
Dnanohttp.c1060 if (!(_res.options & RES_INIT)) in xmlNanoHTTPConnectHost()
1062 _res.options |= RES_USE_INET6; in xmlNanoHTTPConnectHost()
/external/chromium_org/third_party/libxml/src/
Dnanohttp.c1055 if (!(_res.options & RES_INIT)) in xmlNanoHTTPConnectHost()
1057 _res.options |= RES_USE_INET6; in xmlNanoHTTPConnectHost()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c1553 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()