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

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 300 uint semantic = vp->info.output_semantic_name[i]; local
302 if (vroute_add(r, attrib, semantic, &index)) {
  /external/v8/src/
machine-type.h 46 MachineType(MachineRepresentation representation, MachineSemantic semantic)
47 : representation_(representation), semantic_(semantic) {}
51 semantic() == other.semantic();
58 MachineSemantic semantic() const { return semantic_; } function in class:v8::internal::MachineType
61 return semantic() == MachineSemantic::kInt32 ||
62 semantic() == MachineSemantic::kInt64;
65 return semantic() == MachineSemantic::kUint32 ||
66 semantic() == MachineSemantic::kUint64;
164 static_cast<size_t>(type.semantic()) * 16
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader.h 152 struct sh_semantic semantic; member in union:sh_dcl::__anon19987
  /external/selinux/policycoreutils/sepolicy/
search.c 84 bool semantic; member in struct:options
277 if (!(opt->semantic) && qpol_policy_has_capability(apol_policy_get_qpol(policy), QPOL_CAP_SYN_RULES)) {
719 if (!(opt->semantic) && qpol_policy_has_capability(apol_policy_get_qpol(policy), QPOL_CAP_SYN_RULES)) {
917 if (!cmd_opts.semantic && qpol_policy_has_capability(apol_policy_get_qpol(policy), QPOL_CAP_SYN_RULES)) {
924 /* if syntactic rules are not available always do semantic search */
926 cmd_opts.semantic = 1;
929 /* supress line numbers if doing semantic search or not available */
930 if (cmd_opts.semantic || !qpol_policy_has_capability(apol_policy_get_qpol(policy), QPOL_CAP_LINE_NUMBERS)) {
  /external/v8/test/cctest/
test-types.cc 256 TypeHandle semantic = T.Semantic(type1); local
257 TypeHandle composed = T.Union(representation, semantic);
267 TypeHandle semantic1 = T.Semantic(type1);
269 TypeHandle semantic2 = T.Semantic(type2);
286 TypeHandle semantic1 = T.Semantic(type1);
288 TypeHandle semantic2 = T.Semantic(type2);
305 TypeHandle semantic1 = T.Semantic(type1);
307 TypeHandle semantic2 = T.Semantic(type2);
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 2548 const Expr *semantic = *i; local
    [all...]
CGExpr.cpp 3984 const Expr *semantic = *i; local
    [all...]
  /external/jetty/lib/
javax.servlet-3.0.0.v201112011016.jar 

Completed in 388 milliseconds