Searched refs:CeedElemRestriction_count_max (Results 1 – 1 of 1) sorted by relevance
226 static int CeedElemRestriction_count_max = 0; variable231 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreate()232 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreate()233 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreate()251 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreateOriented()252 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreateOriented()253 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreateOriented()273 if (CeedElemRestriction_count == CeedElemRestriction_count_max) { in fCeedElemRestrictionCreateCurlOriented()274 CeedElemRestriction_count_max += CeedElemRestriction_count_max / 2 + 1; in fCeedElemRestrictionCreateCurlOriented()275 CeedRealloc(CeedElemRestriction_count_max, &CeedElemRestriction_dict); in fCeedElemRestrictionCreateCurlOriented()[all …]