HomeSort by: relevance | last modified time | path
    Searched defs:aff2 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/arm/apple/
apple_platform.c 215 * On Apple M1 (and hopefully later models), AFF2 is 0 for
221 const u_int aff2 = __SHIFTOUT(cpuid, MPIDR_AFF2); local
222 prop_dictionary_set_uint32(prop, "capacity_dmips_mhz", aff2);
  /src/sys/arch/arm/cortex/
gicv3.c 341 u_int aff3, aff2, aff1, aff0; local
346 aff2 = __SHIFTOUT(mpidr, MPIDR_AFF2);
351 __SHIFTIN(aff2, GICR_TYPER_Affinity_Value_Aff2) |
371 const u_int aff2 = __SHIFTOUT(cpu_identity, GICR_TYPER_Affinity_Value_Aff2); local
375 cpu_name(curcpu()), aff3, aff2, aff1, aff0);
385 const u_int aff2 = __SHIFTOUT(cpu_identity, GICR_TYPER_Affinity_Value_Aff2); local
390 __SHIFTIN(aff2, ICC_SGIR_EL1_Aff2) |
926 const u_int aff2 = __SHIFTOUT(gicr_typer, GICR_TYPER_Affinity_Value_Aff2); local
930 i, aff3, aff2, aff1, aff0);
  /src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc 1344 aff_tree aff1, aff2;
1374 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map);
1376 aff_combination_scale (&aff2, -1);
1377 aff_combination_add (&aff1, &aff2);
1340 aff_tree aff1, aff2; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 1315 aff_tree aff1, aff2;
1345 tree_to_aff_combination_expand (step_val, type, &aff2, &peeled_chrec_map);
1347 aff_combination_scale (&aff2, -1);
1348 aff_combination_add (&aff1, &aff2);
1311 aff_tree aff1, aff2; local
  /src/external/mit/isl/dist/
isl_aff.c 766 /* Are "aff1" and "aff2" obviously equal?
771 __isl_keep isl_aff *aff2)
775 if (!aff1 || !aff2)
778 if (isl_aff_is_nan(aff1) || isl_aff_is_nan(aff2))
781 equal = isl_local_space_is_equal(aff1->ls, aff2->ls);
785 return isl_vec_is_equal(aff1->v, aff2->v);
1909 __isl_take isl_aff *aff2)
1914 if (!aff1 || !aff2)
1923 isl_int_gcd(gcd, aff1->v->el[0], aff2->v->el[0]);
1924 isl_int_divexact(f, aff2->v->el[0], gcd)
4593 isl_aff *aff1, *aff2; local
    [all...]
isl_test.c 5530 __isl_take isl_aff *aff2);
5589 isl_aff *aff1, *aff2, *res; local
5591 __isl_take isl_aff *aff2);
5596 aff2 = isl_aff_read_from_str(ctx, aff_bin_tests[i].arg2);
5599 aff1 = fn(aff1, aff2);
6903 isl_aff *aff, *aff2; local
6907 aff2 = isl_aff_read_from_str(ctx, "{ [x] -> [1 + x//2] }");
6908 aff = isl_aff_sub(aff2, aff);
  /src/external/public-domain/sqlite/dist/
sqlite3.c 21153 SQLITE_PRIVATE char sqlite3CompareAffinity(const Expr *pExpr, char aff2);
159861 char aff1, aff2; local
    [all...]

Completed in 133 milliseconds