Home
last modified time | relevance | path

Searched refs:tas (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.h578 struct ident **tas, struct ident *sas) in combine_address_space()
583 as = *tas; in combine_address_space()
585 *tas = sas; in combine_address_space()
587 *tas = &bad_address_space; in combine_address_space()
577 combine_address_space(struct position pos, struct ident **tas, struct ident *sas) combine_address_space() argument
H A Devaluate.c2978 struct ident *tas = NULL, *sas = NULL; in evaluate_cast() local
3078 tas = &bad_address_space; in evaluate_cast()
3081 tas = ttype->ctype.as; in evaluate_cast()
3091 if (!tas && valid_as(sas)) in evaluate_cast()
3093 if (valid_as(tas) && valid_as(sas) && tas != sas) in evaluate_cast()
3094 warning(expr->pos, "cast between address spaces (%s -> %s)", show_as(sas), show_as(tas)); in evaluate_cast()
3095 if (valid_as(tas) && !sas && in evaluate_cast()
3098 "cast adds address space '%s' to expression", show_as(tas)); in evaluate_cast()
3101 !tas in evaluate_cast()
[all...]
/third_party/python/Lib/test/
H A Dtest_pkg.py258 import t7 as tas namespace
259 self.assertEqual(fixdir(dir(tas)),
/third_party/selinux/libsepol/cil/src/
H A Dcil_reset_ast.c206 static void cil_reset_typeattributeset(struct cil_typeattributeset *tas) in cil_reset_typeattributeset() argument
208 cil_list_destroy(&tas->datum_expr, CIL_FALSE); in cil_reset_typeattributeset()
/third_party/ffmpeg/libavformat/
H A Ddashenc.c853 AdaptationSet *tas = &c->as[as->trick_idx]; in write_adaptation_set() local
854 if (!as->ambiguous_frame_rate && !tas->ambiguous_frame_rate) in write_adaptation_set()
855 avio_printf(out, " maxPlayoutRate=\"%d\"", FFMAX((int)av_q2d(av_div_q(tas->min_frame_rate, as->min_frame_rate)), 1)); in write_adaptation_set()

Completed in 11 milliseconds