Searched refs:_res (Results 1 - 25 of 28) sorted by relevance

12

/external/valgrind/main/none/tests/
H A Dresolv.stdout.exp1 PRE _res.nscount = 0
2 POST _res.nscount = 1
H A Dresolv.c8 printf("PRE _res.nscount = %d\n", _res.nscount);
11 printf("POST _res.nscount = %d\n", ( int ) _res.nscount > 0 );
H A Dres_search.c34 _res.options |= RES_DEBUG;
/external/chromium_org/base/third_party/valgrind/
H A 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/chromium_org/third_party/re2/util/
H A 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/
H A 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/
H A Dvalgrind.h858 volatile unsigned long _res; \
865 : /*out*/ "=a" (_res) \
869 lval = (__typeof__(lval)) _res; \
876 volatile unsigned long _res; \
886 : /*out*/ "=a" (_res) \
890 lval = (__typeof__(lval)) _res; \
897 volatile unsigned long _res; \
909 : /*out*/ "=a" (_res) \
913 lval = (__typeof__(lval)) _res; \
920 volatile unsigned long _res; \
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/third_party/
H A 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/v8/src/third_party/valgrind/
H A 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/v8/src/third_party/valgrind/
H A 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/net/base/
H A Ddns_reloader.cc62 res_ninit(&_res);
68 res_nclose(&_res);
69 res_ninit(&_res);
77 res_nclose(&_res);
/external/speex/libspeex/
H A Dcb_search_sse.h66 float *_res = resp+i*subvect_size; local
78 _spx_mm_getr_ps(resj, _res+j, _res+subvect_size+j, _res+2*subvect_size+j, _res+3*subvect_size+j);
/external/eigen/Eigen/src/Core/products/
H A 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, level3_blocking<EIGTYPE,EIGTYPE>& blocking) \
89 _rows, _cols, _lhs, lhsStride, _rhs, rhsIncr, _res, resIncr, alpha, blocking); \
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, Inde
[all...]
H A DTriangularMatrixVector.h30 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha)
46 ResMap res(_res,rows);
78 _res, resIncr, alpha);
93 const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha)
109 ResMap res(_res,rows,InnerStride<>(resIncr));
29 run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha) argument
92 run(Index _rows, Index _cols, const LhsScalar* _lhs, Index lhsStride, const RhsScalar* _rhs, Index rhsIncr, ResScalar* _res, Index resIncr, ResScalar alpha) argument
/external/eigen/Eigen/src/SparseCore/
H A 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, 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);
136 // SparseTemporaryType _res(re
[all...]
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_common.h44 static inline void debruijn2(int _k, unsigned char *_res) argument
50 p=&_res[_k*_k];
/external/stlport/test/unit/
H A Dexception_test.cpp101 UncaughtClassTest(int &res) : _res(res)
105 _res = std::uncaught_exception()?1:0;
108 int &_res; member in struct:UncaughtClassTest
/external/chromium/net/base/
H A Dhost_resolver_proc.cc205 // When there's no network connection, _res may not be initialized by
208 if (_res.nscount > 0)
209 res_nclose(&_res);
210 if (!res_ninit(&_res))
H A Ddnsrr_resolver.cc188 if ((_res.options & RES_INIT) == 0) {
189 if (res_ninit(&_res) != 0)
194 unsigned long saved_options = _res.options;
199 // When there's no network connection, _res may not be initialized by
202 if (_res.nscount > 0)
203 res_nclose(&_res);
204 if (res_ninit(&_res) == 0)
208 _res.options = saved_options;
242 _res.options = RES_INIT | RES_RECURSE | RES_USE_EDNS0 | RES_USE_DNSSEC;
584 if (_res
[all...]
/external/chromium_org/net/dns/
H A Ddns_config_service_posix.cc82 memset(&_res, 0, sizeof(_res));
84 result = ConvertResStateToDnsConfig(_res, config);
/external/openssh/openbsd-compat/
H A Dgetrrsetbyname.c73 struct __res_state _res; variable in typeref:struct:__res_state
192 struct __res_state *_resp = _THREAD_PRIVATE(_res, _res, &_res);
/external/kernel-headers/original/linux/
H A Dblkdev.h830 int _res; \
831 _res = (n) % (b); \
833 _res; \
/external/valgrind/main/helgrind/
H A Dhg_intercepts.c110 Word _res, _arg1, _arg2; \
115 _res = VALGRIND_DO_CLIENT_REQUEST_EXPR(2, \
118 _resF = _res; \
H A Dhg_wordset.c113 UWord _res = (UWord)(_zzresult); \
125 _cache->ent[0].res = _res; \
/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c1055 if (!(_res.options & RES_INIT))
1057 _res.options |= RES_USE_INET6;

Completed in 2161 milliseconds

12