Home
last modified time | relevance | path

Searched refs:mvl (Results 1 – 3 of 3) sorted by relevance

/dragonfly/games/backgammon/common_source/
HDtable.c48 static int mvl; /* working copy of move->mvlim */ variable
91 ist = mvl = ncin = 0; in checkmove()
163 if (n == -1 && mvl >= mm->mvlim) in checkmove()
165 if (n == -1 && mvl < mm->mvlim - 1) in checkmove()
170 if (movokay(mm, mvl + 1)) { in checkmove()
172 movback(mm, mvl + 1); in checkmove()
179 if (movokay(mm, mvl + 1)) { in checkmove()
181 movback(mm, mvl + 1); in checkmove()
217 if (mm->p[mvl] == -1) in dotable()
218 mm->p[mvl] = c - '0'; in dotable()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c1261 tree mvl = TREE_TYPE (ttl); in comp_target_types() local
1263 addr_space_t asl = TYPE_ADDR_SPACE (mvl); in comp_target_types()
1276 if (TREE_CODE (mvl) == ARRAY_TYPE in comp_target_types()
1278 val_ped = comptypes (mvl, mvr); in comp_target_types()
1283 mvl = (TYPE_ATOMIC (strip_array_types (mvl)) in comp_target_types()
1284 ? c_build_qualified_type (TYPE_MAIN_VARIANT (mvl), TYPE_QUAL_ATOMIC) in comp_target_types()
1285 : TYPE_MAIN_VARIANT (mvl)); in comp_target_types()
1292 val = comptypes_check_enum_int (mvl, mvr, &enum_and_int_p); in comp_target_types()
6706 tree mvl = ttl; in convert_for_assignment() local
6713 if (TREE_CODE (mvl) != ARRAY_TYPE) in convert_for_assignment()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDc-typeck.c1199 tree mvl = TREE_TYPE (ttl); in comp_target_types() local
1201 addr_space_t asl = TYPE_ADDR_SPACE (mvl); in comp_target_types()
1212 if (TREE_CODE (mvl) != ARRAY_TYPE) in comp_target_types()
1213 mvl = TYPE_MAIN_VARIANT (mvl); in comp_target_types()
1217 val = comptypes_check_enum_int (mvl, mvr, &enum_and_int_p); in comp_target_types()
5529 tree mvl = ttl; in convert_for_assignment() local
5536 if (TREE_CODE (mvl) != ARRAY_TYPE) in convert_for_assignment()
5537 mvl = TYPE_MAIN_VARIANT (mvl); in convert_for_assignment()
5547 && (TREE_CODE (mvl) == RECORD_TYPE || TREE_CODE(mvl) == UNION_TYPE) in convert_for_assignment()
5549 && mvl != mvr) in convert_for_assignment()
[all …]