/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_type.h | 179 struct lp_type res_type; local 181 memset(&res_type, 0, sizeof res_type); 182 res_type.floating = TRUE; 183 res_type.sign = TRUE; 184 res_type.width = width; 185 res_type.length = 1; 187 return res_type; 195 struct lp_type res_type; local 197 memset(&res_type, 0, sizeof res_type) 211 struct lp_type res_type; local 226 struct lp_type res_type; local 241 struct lp_type res_type; local 255 struct lp_type res_type; local 268 struct lp_type res_type; local 282 struct lp_type res_type; local 297 struct lp_type res_type; local [all...] |
lp_bld_type.c | 183 struct lp_type res_type; local 186 res_type = type; 187 res_type.length = 1; 189 return res_type; 199 struct lp_type res_type; local 202 memset(&res_type, 0, sizeof res_type); 203 res_type.width = type.width; 204 res_type.length = type.length; 206 return res_type; 216 struct lp_type res_type; local 234 struct lp_type res_type; local [all...] |
lp_bld_tgsi_soa.c | 2066 struct lp_type res_type; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
tag.py | 60 def __init__(self, connection=None, res_id=None, res_type=None, 64 self.res_type = res_type 78 self.res_type = value
|
/external/opencv3/modules/cudaarithm/src/cuda/ |
sum.cu | 65 typedef typename MakeVec<R, cn>::type res_type; 68 GpuMat_<res_type>& dst = (GpuMat_<res_type>&) _dst; 80 typedef typename MakeVec<R, cn>::type res_type; 83 GpuMat_<res_type>& dst = (GpuMat_<res_type>&) _dst; 86 gridCalcSum(abs_(cvt_<res_type>(src)), dst, stream); 88 gridCalcSum(abs_(cvt_<res_type>(src)), dst, globPtr<uchar>(mask), stream); 95 typedef typename MakeVec<R, cn>::type res_type; 98 GpuMat_<res_type>& dst = (GpuMat_<res_type>&) _dst [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
named_params.hpp | 122 typedef typename NP::ref_type res_type; typedef in struct:boost::nfp::nfp_detail::named_parameter_combine 132 res_type operator[]( keyword<typename NP::id,true> kw ) const { return m_param[kw]; } 133 res_type operator[]( keyword<typename NP::id,false> kw ) const { return m_param[kw]; }
|
/art/runtime/verifier/ |
method_verifier.cc | 2101 const RegType& res_type = GetCaughtExceptionType(); local 2268 const RegType& res_type = ResolveClassAndCheckAccess(inst->VRegB_21c()); local 2339 const RegType& res_type = ResolveClassAndCheckAccess(type_idx); local 2393 const RegType& res_type = work_line_->GetRegisterType(this, inst->VRegB_12x()); local 2408 const RegType& res_type = ResolveClassAndCheckAccess(inst->VRegB_21c()); local 2473 const RegType& res_type = work_line_->GetRegisterType(this, inst->VRegA_11x()); local 4283 const RegType& res_type = ResolveClassAndCheckAccess(type_idx); local [all...] |
/external/webrtc/ |
PRESUBMIT.py | 195 res_type = output_api.PresubmitPromptWarning 197 res_type = output_api.PresubmitPromptWarning 198 result = [res_type('Changelist failed cpplint.py check.')]
|
/external/libvorbis/lib/ |
vorbisenc.c | 39 int res_type; member in struct:__anon17848 470 ci->residue_type[number]=res->res_type; [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiStateMachine.java | 8008 String res_type = "UMTS-AUTH"; local [all...] |