Home
last modified time | relevance | path

Searched refs:old_loc (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/resize/
H A Dextent.c23 __u64 old_loc, new_loc; member
106 if ((ent->old_loc + ent->size == old_loc) && in ext2fs_add_extent_entry()
114 if (ent->old_loc + ent->size > old_loc) in ext2fs_add_extent_entry()
118 ent->old_loc = old_loc; in ext2fs_add_extent_entry()
136 return (db_a->old_loc - db_b->old_loc); in extent_cmp()
182 if ((old_loc >= extent->list[mid].old_loc) && in ext2fs_extent_translate()
185 (old_loc - extent->list[mid].old_loc)); in ext2fs_extent_translate()
186 if (old_loc < extent->list[mid].old_loc) in ext2fs_extent_translate()
224 if (!old_loc) { in ext2fs_iterate_extent()
230 *old_loc = 0; in ext2fs_iterate_extent()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/resize/
H A Dextent.c23 __u64 old_loc, new_loc; member
106 if ((ent->old_loc + ent->size == old_loc) && in ext2fs_add_extent_entry()
114 if (ent->old_loc + ent->size > old_loc) in ext2fs_add_extent_entry()
118 ent->old_loc = old_loc; in ext2fs_add_extent_entry()
136 return (db_a->old_loc - db_b->old_loc); in extent_cmp()
182 if ((old_loc >= extent->list[mid].old_loc) && in ext2fs_extent_translate()
185 (old_loc - extent->list[mid].old_loc)); in ext2fs_extent_translate()
186 if (old_loc < extent->list[mid].old_loc) in ext2fs_extent_translate()
224 if (!old_loc) { in ext2fs_iterate_extent()
230 *old_loc = 0; in ext2fs_iterate_extent()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/resize/
H A Dextent.c23 __u64 old_loc, new_loc; member
106 if ((ent->old_loc + ent->size == old_loc) && in ext2fs_add_extent_entry()
114 if (ent->old_loc + ent->size > old_loc) in ext2fs_add_extent_entry()
118 ent->old_loc = old_loc; in ext2fs_add_extent_entry()
136 return (db_a->old_loc - db_b->old_loc); in extent_cmp()
182 if ((old_loc >= extent->list[mid].old_loc) && in ext2fs_extent_translate()
185 (old_loc - extent->list[mid].old_loc)); in ext2fs_extent_translate()
186 if (old_loc < extent->list[mid].old_loc) in ext2fs_extent_translate()
224 if (!old_loc) { in ext2fs_iterate_extent()
230 *old_loc = 0; in ext2fs_iterate_extent()
[all …]
/dports/math/chaco/Chaco-2.2/code/refine_map/
H A Dupdate_mesh_vdata.c10 void update_mesh_vdata(old_loc, new_loc, dim, ewgt, vdata, mesh_dims, in update_mesh_vdata() argument
12 int old_loc; /* previous node for moved vertex in moved dimension */ in update_mesh_vdata()
44 if (!((old_loc < my_loc && new_loc < my_loc) ||
45 (old_loc > my_loc && new_loc > my_loc))) {
46 if (old_loc < my_loc) { /* Old moves to the right to line up with me. */
51 else if (old_loc > my_loc) { /* Old moves to the left to line up with me. */
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1380 old_loc = gfc_current_locus; in gfc_next_char_literal()
1391 old_loc = gfc_current_locus; in gfc_next_char_literal()
1409 old_loc = gfc_current_locus; in gfc_next_char_literal()
1608 locus old_loc; in gfc_peek_char() local
[all …]
H A Dmatchexp.c44 locus old_loc; in gfc_match_defined_op_name() local
48 old_loc = gfc_current_locus; in gfc_match_defined_op_name()
61 gfc_current_locus = old_loc; in gfc_match_defined_op_name()
83 gfc_current_locus = old_loc; in gfc_match_defined_op_name()
113 locus old_loc; in next_operator() local
115 old_loc = gfc_current_locus; in next_operator()
119 gfc_current_locus = old_loc; in next_operator()
352 locus where, old_loc; in match_add_operand() local
381 gfc_current_locus = old_loc; in match_add_operand()
595 locus old_loc; in match_level_4() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Dscanner.c734 openacc_locus = old_loc; in skip_free_oacc_sentinel()
774 openmp_locus = old_loc; in skip_free_omp_sentinel()
866 gfc_current_locus = old_loc; in skip_free_comments()
891 gfc_current_locus = old_loc; in skip_free_comments()
916 gfc_current_locus = old_loc; in skip_free_comments()
1216 locus old_loc; in gfc_next_char_literal() local
1378 old_loc = gfc_current_locus; in gfc_next_char_literal()
1389 old_loc = gfc_current_locus; in gfc_next_char_literal()
1407 old_loc = gfc_current_locus; in gfc_next_char_literal()
1601 locus old_loc; in gfc_peek_char() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1380 old_loc = gfc_current_locus; in gfc_next_char_literal()
1391 old_loc = gfc_current_locus; in gfc_next_char_literal()
1409 old_loc = gfc_current_locus; in gfc_next_char_literal()
1608 locus old_loc; in gfc_peek_char() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1380 old_loc = gfc_current_locus; in gfc_next_char_literal()
1391 old_loc = gfc_current_locus; in gfc_next_char_literal()
1409 old_loc = gfc_current_locus; in gfc_next_char_literal()
1608 locus old_loc; in gfc_peek_char() local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1380 old_loc = gfc_current_locus; in gfc_next_char_literal()
1391 old_loc = gfc_current_locus; in gfc_next_char_literal()
1409 old_loc = gfc_current_locus; in gfc_next_char_literal()
1608 locus old_loc; in gfc_peek_char() local
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1380 old_loc = gfc_current_locus; in gfc_next_char_literal()
1391 old_loc = gfc_current_locus; in gfc_next_char_literal()
1409 old_loc = gfc_current_locus; in gfc_next_char_literal()
1608 locus old_loc; in gfc_peek_char() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1380 old_loc = gfc_current_locus; in gfc_next_char_literal()
1391 old_loc = gfc_current_locus; in gfc_next_char_literal()
1409 old_loc = gfc_current_locus; in gfc_next_char_literal()
1608 locus old_loc; in gfc_peek_char() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Dscanner.c734 openacc_locus = old_loc; in skip_free_oacc_sentinel()
774 openmp_locus = old_loc; in skip_free_omp_sentinel()
866 gfc_current_locus = old_loc; in skip_free_comments()
891 gfc_current_locus = old_loc; in skip_free_comments()
916 gfc_current_locus = old_loc; in skip_free_comments()
1216 locus old_loc; in gfc_next_char_literal() local
1378 old_loc = gfc_current_locus; in gfc_next_char_literal()
1389 old_loc = gfc_current_locus; in gfc_next_char_literal()
1407 old_loc = gfc_current_locus; in gfc_next_char_literal()
1601 locus old_loc; in gfc_peek_char() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1388 old_loc = gfc_current_locus; in gfc_next_char_literal()
1399 old_loc = gfc_current_locus; in gfc_next_char_literal()
1417 old_loc = gfc_current_locus; in gfc_next_char_literal()
1624 locus old_loc; in gfc_peek_char() local
[all …]
H A Dmatchexp.c44 locus old_loc; in gfc_match_defined_op_name() local
48 old_loc = gfc_current_locus; in gfc_match_defined_op_name()
61 gfc_current_locus = old_loc; in gfc_match_defined_op_name()
83 gfc_current_locus = old_loc; in gfc_match_defined_op_name()
113 locus old_loc; in next_operator() local
115 old_loc = gfc_current_locus; in next_operator()
119 gfc_current_locus = old_loc; in next_operator()
352 locus where, old_loc; in match_add_operand() local
381 gfc_current_locus = old_loc; in match_add_operand()
595 locus old_loc; in match_level_4() local
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1380 old_loc = gfc_current_locus; in gfc_next_char_literal()
1391 old_loc = gfc_current_locus; in gfc_next_char_literal()
1409 old_loc = gfc_current_locus; in gfc_next_char_literal()
1608 locus old_loc; in gfc_peek_char() local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1388 old_loc = gfc_current_locus; in gfc_next_char_literal()
1399 old_loc = gfc_current_locus; in gfc_next_char_literal()
1417 old_loc = gfc_current_locus; in gfc_next_char_literal()
1624 locus old_loc; in gfc_peek_char() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1388 old_loc = gfc_current_locus; in gfc_next_char_literal()
1399 old_loc = gfc_current_locus; in gfc_next_char_literal()
1417 old_loc = gfc_current_locus; in gfc_next_char_literal()
1624 locus old_loc; in gfc_peek_char() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1388 old_loc = gfc_current_locus; in gfc_next_char_literal()
1399 old_loc = gfc_current_locus; in gfc_next_char_literal()
1417 old_loc = gfc_current_locus; in gfc_next_char_literal()
1624 locus old_loc; in gfc_peek_char() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
918 gfc_current_locus = old_loc; in skip_free_comments()
1218 locus old_loc; in gfc_next_char_literal() local
1388 old_loc = gfc_current_locus; in gfc_next_char_literal()
1399 old_loc = gfc_current_locus; in gfc_next_char_literal()
1417 old_loc = gfc_current_locus; in gfc_next_char_literal()
1624 locus old_loc; in gfc_peek_char() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
911 gfc_current_locus = old_loc; in skip_free_comments()
1208 locus old_loc; in gfc_next_char_literal() local
1378 old_loc = gfc_current_locus; in gfc_next_char_literal()
1389 old_loc = gfc_current_locus; in gfc_next_char_literal()
1407 old_loc = gfc_current_locus; in gfc_next_char_literal()
1614 locus old_loc; in gfc_peek_char() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
911 gfc_current_locus = old_loc; in skip_free_comments()
1208 locus old_loc; in gfc_next_char_literal() local
1378 old_loc = gfc_current_locus; in gfc_next_char_literal()
1389 old_loc = gfc_current_locus; in gfc_next_char_literal()
1407 old_loc = gfc_current_locus; in gfc_next_char_literal()
1614 locus old_loc; in gfc_peek_char() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Dscanner.c736 openacc_locus = old_loc; in skip_free_oacc_sentinel()
776 openmp_locus = old_loc; in skip_free_omp_sentinel()
868 gfc_current_locus = old_loc; in skip_free_comments()
893 gfc_current_locus = old_loc; in skip_free_comments()
911 gfc_current_locus = old_loc; in skip_free_comments()
1208 locus old_loc; in gfc_next_char_literal() local
1378 old_loc = gfc_current_locus; in gfc_next_char_literal()
1389 old_loc = gfc_current_locus; in gfc_next_char_literal()
1407 old_loc = gfc_current_locus; in gfc_next_char_literal()
1614 locus old_loc; in gfc_peek_char() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Dscanner.c785 openacc_locus = old_loc; in skip_free_oacc_sentinel()
825 openmp_locus = old_loc; in skip_free_omp_sentinel()
917 gfc_current_locus = old_loc; in skip_free_comments()
942 gfc_current_locus = old_loc; in skip_free_comments()
960 gfc_current_locus = old_loc; in skip_free_comments()
1261 locus old_loc; in gfc_next_char_literal() local
1431 old_loc = gfc_current_locus; in gfc_next_char_literal()
1442 old_loc = gfc_current_locus; in gfc_next_char_literal()
1630 gfc_current_locus = old_loc; in gfc_next_char_literal()
1673 locus old_loc; in gfc_peek_char() local
[all …]
H A Dmatchexp.c44 locus old_loc; in gfc_match_defined_op_name() local
48 old_loc = gfc_current_locus; in gfc_match_defined_op_name()
61 gfc_current_locus = old_loc; in gfc_match_defined_op_name()
83 gfc_current_locus = old_loc; in gfc_match_defined_op_name()
113 locus old_loc; in next_operator() local
115 old_loc = gfc_current_locus; in next_operator()
119 gfc_current_locus = old_loc; in next_operator()
352 locus where, old_loc; in match_add_operand() local
381 gfc_current_locus = old_loc; in match_add_operand()
595 locus old_loc; in match_level_4() local
[all …]

12345678910>>...19