HomeSort by relevance Sort by last modified time
    Searched defs:res_type (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/syscalls/getrlimit/
getrlimit02.c 88 int res_type; /* resource type */ member in struct:test_case_t
121 TEST(getrlimit(testcases[i].res_type,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
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_type.h 214 struct lp_type res_type; local
216 memset(&res_type, 0, sizeof res_type);
217 res_type.floating = TRUE;
218 res_type.sign = TRUE;
219 res_type.width = width;
220 res_type.length = 1;
222 return res_type;
230 struct lp_type res_type; local
232 memset(&res_type, 0, sizeof res_type)
246 struct lp_type res_type; local
261 struct lp_type res_type; local
276 struct lp_type res_type; local
290 struct lp_type res_type; local
303 struct lp_type res_type; local
317 struct lp_type res_type; local
332 struct lp_type res_type; local
    [all...]
lp_bld_gather.c 263 struct lp_type res_type = dst_type; local
264 res_type.length *= length;
353 res = LLVMBuildBitCast(builder, res, lp_build_vec_type(gallivm, res_type), "");
487 struct lp_type res_type, gather_res_type; local
490 res_type = fetch_dst_type;
491 res_type.length *= length;
492 gather_res_type = res_type;
514 res_t = lp_build_vec_type(gallivm, res_type);
533 lp_build_const_int_vec(gallivm, res_type, sv), "");
549 assert(res_type.length * res_type.width =
    [all...]
lp_bld_tgsi_soa.c 3905 struct lp_type res_type; local
    [all...]
  /frameworks/base/tools/aapt2/format/proto/
ProtoDeserialize.cpp 387 const ResourceType* res_type = ParseResourceType(pb_type.name()); local
388 if (res_type == nullptr) {
395 ResourceTableType* type = pkg->FindOrCreateType(*res_type);
    [all...]
  /art/runtime/verifier/
method_verifier.cc 2113 const RegType& res_type = GetCaughtExceptionType(); local
2280 const RegType& res_type = ResolveClass<CheckAccess::kYes>(dex::TypeIndex(inst->VRegB_21c())); local
2363 const RegType& res_type = ResolveClass<CheckAccess::kYes>(type_idx); local
2418 const RegType& res_type = work_line_->GetRegisterType(this, inst->VRegB_12x()); local
2434 const RegType& res_type = ResolveClass<CheckAccess::kYes>(dex::TypeIndex(inst->VRegB_21c())); local
2499 const RegType& res_type = work_line_->GetRegisterType(this, inst->VRegA_11x()); local
4410 const RegType& res_type = ResolveClass<CheckAccess::kYes>(type_idx); local
    [all...]

Completed in 220 milliseconds