HomeSort by relevance Sort by last modified time
    Searched refs:aux (Results 101 - 125 of 290) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libselinux/src/
checkAccess.c 20 int selinux_check_access(const char * scon, const char * tcon, const char *class, const char *perm, void *aux) {
60 return avc_has_perm (scon_id, tcon_id, sclass, av, NULL, aux);
  /external/selinux/libselinux/src/
checkAccess.c 20 int selinux_check_access(const char *scon, const char *tcon, const char *class, const char *perm, void *aux) {
60 return avc_has_perm (scon_id, tcon_id, sclass, av, NULL, aux);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
arity_spec.hpp 29 namespace aux { \
54 namespace aux { \
msvc_eti_base.hpp 22 namespace boost { namespace mpl { namespace aux { namespace in namespace:boost::mpl
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
equal_to.hpp 24 , aux::cast2nd_impl< equal_to_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< equal_to_impl< Tag2,Tag2 >,Tag1, Tag2 >
greater.hpp 24 , aux::cast2nd_impl< greater_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< greater_impl< Tag2,Tag2 >,Tag1, Tag2 >
greater_equal.hpp 24 , aux::cast2nd_impl< greater_equal_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< greater_equal_impl< Tag2,Tag2 >,Tag1, Tag2 >
less.hpp 24 , aux::cast2nd_impl< less_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< less_impl< Tag2,Tag2 >,Tag1, Tag2 >
less_equal.hpp 24 , aux::cast2nd_impl< less_equal_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< less_equal_impl< Tag2,Tag2 >,Tag1, Tag2 >
not_equal_to.hpp 24 , aux::cast2nd_impl< not_equal_to_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< not_equal_to_impl< Tag2,Tag2 >,Tag1, Tag2 >
full_lambda.hpp 14 namespace aux { namespace in namespace:boost::mpl
31 } // namespace aux
79 namespace aux { namespace in namespace:boost::mpl
110 } // namespace aux
125 typedef typename aux::lambda_or<
129 typedef aux::le_result1<
156 namespace aux { namespace in namespace:boost::mpl
187 } // namespace aux
207 typedef typename aux::lambda_or<
211 typedef aux::le_result2
238 namespace aux { namespace in namespace:boost::mpl
322 namespace aux { namespace in namespace:boost::mpl
410 namespace aux { namespace in namespace:boost::mpl
    [all...]
minus.hpp 24 , aux::cast2nd_impl< minus_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< minus_impl< Tag2,Tag2 >,Tag1, Tag2 >
134 typename aux::largest_int<
plus.hpp 24 , aux::cast2nd_impl< plus_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< plus_impl< Tag2,Tag2 >,Tag1, Tag2 >
134 typename aux::largest_int<
times.hpp 24 , aux::cast2nd_impl< times_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< times_impl< Tag2,Tag2 >,Tag1, Tag2 >
134 typename aux::largest_int<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
pair.hpp 45 typedef typename aux::msvc_eti_base<P>::first type;
58 typedef typename aux::msvc_eti_base<P>::second type;
for_each.hpp 32 namespace aux { namespace in namespace:boost::mpl
75 aux::unwrap(f, 0)(boost::get(x));
83 } // namespace aux
100 aux::for_each_impl< boost::is_same<first,last>::value >
iter_fold_if.hpp 35 namespace aux { namespace in namespace:boost::mpl
57 } // namespace aux
85 aux::iter_fold_if_impl<
89 , protect< aux::iter_fold_if_pred< ForwardPredicate,last_ > >
quote.hpp 132 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value
138 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value
143 : quote_impl< aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value >
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 1463 int32_t *aux = NULL; local
1555 int32_t *aux = NULL; local
1848 TA* aux = reinterpret_cast<TA*>(t->auxBuffer); local
    [all...]
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 441 Packet4i aux = _mm_srai_epi32(a,31);
442 return _mm_sub_epi32(_mm_xor_si128(a,aux),aux);
553 EIGEN_ALIGN16 int aux[4]; local
554 pstore(aux, a);
555 return (aux[0] * aux[1]) * (aux[2] * aux[3]);;
572 EIGEN_ALIGN16 int aux[4] local
    [all...]
  /external/eigen/bench/
BenchSparseUtil.h 48 std::set<int> aux; local
52 while (aux.find(k)!=aux.end())
54 aux.insert(k);
103 cs* aux = cs_spalloc (0, 0, 1, 1, 1); local
106 if (!cs_entry(aux, it.index(), j, it.value()))
111 dst = cs_compress(aux);
112 // cs_spfree(aux);
BenchUtil.h 35 int aux; \
37 "stmxcsr %[aux] \n\t" \
38 "orl $32832, %[aux] \n\t" \
39 "ldmxcsr %[aux] \n\t" \
40 : : [aux] "m" (aux)); \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
iterator.hpp 38 typedef aux::v_iter_tag tag;
104 template<> struct advance_impl<aux::v_iter_tag>
116 template<> struct distance_impl<aux::v_iter_tag>
  /external/boringssl/src/crypto/asn1/
tasn_fre.c 82 const ASN1_AUX *aux = it->funcs; local
89 if (aux && aux->asn1_cb)
90 asn1_cb = aux->asn1_cb;
  /external/boringssl/src/crypto/x509/
x_x509.c 105 ret->aux = NULL;
117 X509_CERT_AUX_free(ret->aux);
196 if(!d2i_X509_CERT_AUX(&ret->aux, pp, length)) goto err;
212 if(a) length += i2d_X509_CERT_AUX(a->aux, pp);

Completed in 1446 milliseconds

1 2 3 45 6 7 8 91011>>