Home
last modified time | relevance | path

Searched refs:placed (Results 1 – 25 of 12415) sorted by relevance

12345678910>>...497

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/test/ELF/linkerscript/
H A Dorphan-report.s8 # DEFAULT-NOT: placed
17 # REPORT: {{.*}}.o:(.text) is being placed in '.text'
18 # REPORT-NEXT: {{.*}}.o:(.text.2) is being placed in '.text'
19 # REPORT-NEXT: <internal>:(.comment) is being placed in '.comment'
20 # REPORT-NEXT: <internal>:(.bss) is being placed in '.bss'
22 # REPORT-NEXT: <internal>:(.dynsym) is being placed in '.dynsym'
26 # REPORT-NEXT: <internal>:(.hash) is being placed in '.hash'
28 # REPORT-NEXT: <internal>:(.dynstr) is being placed in '.dynstr'
31 # REPORT-NEXT: <internal>:(.got) is being placed in '.got'
36 # REPORT-NEXT: <internal>:(.plt) is being placed in '.plt'
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/test/ELF/linkerscript/
H A Dorphan-report.s8 # DEFAULT-NOT: placed
17 # REPORT: {{.*}}.o:(.text) is being placed in '.text'
18 # REPORT-NEXT: {{.*}}.o:(.text.2) is being placed in '.text'
19 # REPORT-NEXT: <internal>:(.comment) is being placed in '.comment'
20 # REPORT-NEXT: <internal>:(.bss) is being placed in '.bss'
22 # REPORT-NEXT: <internal>:(.dynsym) is being placed in '.dynsym'
26 # REPORT-NEXT: <internal>:(.hash) is being placed in '.hash'
28 # REPORT-NEXT: <internal>:(.dynstr) is being placed in '.dynstr'
31 # REPORT-NEXT: <internal>:(.got) is being placed in '.got'
36 # REPORT-NEXT: <internal>:(.plt) is being placed in '.plt'
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/test/ELF/linkerscript/
H A Dorphan-report.s8 # DEFAULT-NOT: placed
17 # REPORT: {{.*}}.o:(.text) is being placed in '.text'
18 # REPORT-NEXT: {{.*}}.o:(.text.2) is being placed in '.text'
19 # REPORT-NEXT: <internal>:(.comment) is being placed in '.comment'
20 # REPORT-NEXT: <internal>:(.bss) is being placed in '.bss'
22 # REPORT-NEXT: <internal>:(.dynsym) is being placed in '.dynsym'
26 # REPORT-NEXT: <internal>:(.hash) is being placed in '.hash'
28 # REPORT-NEXT: <internal>:(.dynstr) is being placed in '.dynstr'
31 # REPORT-NEXT: <internal>:(.got) is being placed in '.got'
36 # REPORT-NEXT: <internal>:(.plt) is being placed in '.plt'
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/test/ELF/linkerscript/
H A Dorphan-report.s8 # DEFAULT-NOT: placed
17 # REPORT: {{.*}}.o:(.text) is being placed in '.text'
18 # REPORT-NEXT: {{.*}}.o:(.text.2) is being placed in '.text'
19 # REPORT-NEXT: <internal>:(.comment) is being placed in '.comment'
20 # REPORT-NEXT: <internal>:(.bss) is being placed in '.bss'
22 # REPORT-NEXT: <internal>:(.dynsym) is being placed in '.dynsym'
26 # REPORT-NEXT: <internal>:(.hash) is being placed in '.hash'
28 # REPORT-NEXT: <internal>:(.dynstr) is being placed in '.dynstr'
30 # REPORT-NEXT: <internal>:(.got) is being placed in '.got'
35 # REPORT-NEXT: <internal>:(.plt) is being placed in '.plt'
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/test/ELF/linkerscript/
H A Dorphan-report.s8 # DEFAULT-NOT: placed
17 # REPORT: {{.*}}.o:(.text) is being placed in '.text'
18 # REPORT-NEXT: {{.*}}.o:(.text.2) is being placed in '.text'
19 # REPORT-NEXT: <internal>:(.comment) is being placed in '.comment'
20 # REPORT-NEXT: <internal>:(.bss) is being placed in '.bss'
22 # REPORT-NEXT: <internal>:(.dynsym) is being placed in '.dynsym'
26 # REPORT-NEXT: <internal>:(.hash) is being placed in '.hash'
28 # REPORT-NEXT: <internal>:(.dynstr) is being placed in '.dynstr'
30 # REPORT-NEXT: <internal>:(.got) is being placed in '.got'
35 # REPORT-NEXT: <internal>:(.plt) is being placed in '.plt'
[all …]
/dports/biology/canu/canu-2.2/src/bogart/
H A DAS_BAT_MergeOrphans.C518 nPlaces += placed[fi].size(); in findOrphanReadPlacements()
530 return(placed); in findOrphanReadPlacements()
844 (t->placed[aa].frgID != t->placed[bb].frgID) || in assignReadsToTargets()
851 if (t->placed[aa].erate() < t->placed[bb].erate()) { in assignReadsToTargets()
861 t->placed[save].tigID, t->placed[save].frgID, in assignReadsToTargets()
862 … t->placed[save].position.bgn, t->placed[save].position.end, t->placed[save].erate(), in assignReadsToTargets()
863 … t->placed[remo].position.bgn, t->placed[remo].position.end, t->placed[remo].erate()); in assignReadsToTargets()
873 t->placed[aa] = t->placed.back(); in assignReadsToTargets()
874 t->placed.pop_back(); in assignReadsToTargets()
1029 targets[tt]->placed[op].position.bgn, targets[tt]->placed[op].position.end); in mergeOrphans()
[all …]
/dports/math/py-or-tools/or-tools-9.2/examples/contrib/
H A Dstrimko2.py50 def main(streams='', placed=''): argument
65 placed = [[2, 1, 1], [2, 3, 7], [2, 5, 6], [2, 7, 4], [3, 2, 7], [3, 6, 1],
69 num_placed = len(placed)
108 solver.Add(x[placed[i][0] - 1, placed[i][1] - 1] == placed[i][2])
140 main(streams, placed)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/llvm-objcopy/ELF/
H A Dihex-writer-empty-sections.test3 ## Show that the presence of an empty section placed at the same address of a
5 ## an empty section placed behind the filled section doesn't affect the hex
41 ## An empty section that's placed at the same address as a populated section.
55 ## An empty section that's placed at the end of .data0. This won't be in the
62 ## An empty section declared before .data1, but placed behind .data1. This
75 ## An empty section declared after .data1, but placed at the start of .data1.
90 ## The sections below are placed into segments of varying configurations.
152 ## .data2 in various ways. Declared before, placed behind .data2 segment.
159 ## Declared before, placed at .data2 segment.
173 ## Declared after, placed at .data2 segment.
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
H A Dihex-writer-empty-sections.test3 ## Show that the presence of an empty section placed at the same address of a
5 ## an empty section placed behind the filled section doesn't affect the hex
41 ## An empty section that's placed at the same address as a populated section.
55 ## An empty section that's placed at the end of .data0. This won't be in the
62 ## An empty section declared before .data1, but placed behind .data1. This
75 ## An empty section declared after .data1, but placed at the start of .data1.
90 ## The sections below are placed into segments of varying configurations.
152 ## .data2 in various ways. Declared before, placed behind .data2 segment.
159 ## Declared before, placed at .data2 segment.
173 ## Declared after, placed at .data2 segment.
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/llvm-objcopy/ELF/
H A Dihex-writer-empty-sections.test3 ## Show that the presence of an empty section placed at the same address of a
5 ## an empty section placed behind the filled section doesn't affect the hex
41 ## An empty section that's placed at the same address as a populated section.
55 ## An empty section that's placed at the end of .data0. This won't be in the
62 ## An empty section declared before .data1, but placed behind .data1. This
75 ## An empty section declared after .data1, but placed at the start of .data1.
90 ## The sections below are placed into segments of varying configurations.
152 ## .data2 in various ways. Declared before, placed behind .data2 segment.
159 ## Declared before, placed at .data2 segment.
173 ## Declared after, placed at .data2 segment.
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/llvm-objcopy/ELF/
H A Dihex-writer-empty-sections.test3 ## Show that the presence of an empty section placed at the same address of a
5 ## an empty section placed behind the filled section doesn't affect the hex
41 ## An empty section that's placed at the same address as a populated section.
55 ## An empty section that's placed at the end of .data0. This won't be in the
62 ## An empty section declared before .data1, but placed behind .data1. This
75 ## An empty section declared after .data1, but placed at the start of .data1.
90 ## The sections below are placed into segments of varying configurations.
152 ## .data2 in various ways. Declared before, placed behind .data2 segment.
159 ## Declared before, placed at .data2 segment.
173 ## Declared after, placed at .data2 segment.
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/llvm-objcopy/ELF/
H A Dihex-writer-empty-sections.test3 ## Show that the presence of an empty section placed at the same address of a
5 ## an empty section placed behind the filled section doesn't affect the hex
41 ## An empty section that's placed at the same address as a populated section.
55 ## An empty section that's placed at the end of .data0. This won't be in the
62 ## An empty section declared before .data1, but placed behind .data1. This
75 ## An empty section declared after .data1, but placed at the start of .data1.
90 ## The sections below are placed into segments of varying configurations.
152 ## .data2 in various ways. Declared before, placed behind .data2 segment.
159 ## Declared before, placed at .data2 segment.
173 ## Declared after, placed at .data2 segment.
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/llvm-objcopy/ELF/
H A Dihex-writer-empty-sections.test3 ## Show that the presence of an empty section placed at the same address of a
5 ## an empty section placed behind the filled section doesn't affect the hex
41 ## An empty section that's placed at the same address as a populated section.
55 ## An empty section that's placed at the end of .data0. This won't be in the
62 ## An empty section declared before .data1, but placed behind .data1. This
75 ## An empty section declared after .data1, but placed at the start of .data1.
90 ## The sections below are placed into segments of varying configurations.
152 ## .data2 in various ways. Declared before, placed behind .data2 segment.
159 ## Declared before, placed at .data2 segment.
173 ## Declared after, placed at .data2 segment.
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DColSmartPlacement.cc52 bool placed = false; in placeWindow() local
76 while (!placed && in placeWindow()
91 while (!placed && in placeWindow()
94 placed = true; in placeWindow()
100 for (; it != it_end && placed; ++it) { in placeWindow()
113 placed = false; in placeWindow()
137 if (placed) { in placeWindow()
148 return placed; in placeWindow()
H A DRowSmartPlacement.cc46 bool placed = false; in placeWindow() local
84 while (!placed && in placeWindow()
102 while (!placed && in placeWindow()
106 placed = true; in placeWindow()
115 for (; win_it != win_it_end && placed; ++win_it) { in placeWindow()
129 placed = false; in placeWindow()
154 if (placed) { in placeWindow()
168 return placed; in placeWindow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/chart/
H A DChartAxisLabelPosition.idl33 …/** The labels are placed adjacent to the axis. When the axis itself is placed at the minimum or m…
34 …the labels are placed outside the coordinate system. Otherwise the labels are placed adjacent to t…
35 … ChartAxisLabelPosition is set to NEAR_AXIS for an y axis the labels are placed adjacent to the y …
40 /** The labels are placed adjacent to the axis on the opposite side as for NEAR_AXIS.
45 …/** The labels are placed outside the coordinate region on that side where the crossing axis has i…
46 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t…
51 …/** The labels are placed outside the coordinate region on that side where the crossing axis has i…
52 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/chart/
H A DChartAxisLabelPosition.idl33 …/** The labels are placed adjacent to the axis. When the axis itself is placed at the minimum or m…
34 …the labels are placed outside the coordinate system. Otherwise the labels are placed adjacent to t…
35 … ChartAxisLabelPosition is set to NEAR_AXIS for an y axis the labels are placed adjacent to the y …
40 /** The labels are placed adjacent to the axis on the opposite side as for NEAR_AXIS.
45 …/** The labels are placed outside the coordinate region on that side where the crossing axis has i…
46 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t…
51 …/** The labels are placed outside the coordinate region on that side where the crossing axis has i…
52 …E.g. when this is set for an y axis the labels are placed outside the diagram on that side where t…
/dports/cad/openroad/OpenROAD-2.0/src/replace/test/
H A Dsimple04.ok16 [WARNING GPL-0001] resp_msg[9] toplevel port is not placed!
17 Replace will regard resp_msg[9] is placed in (0, 0)
18 [WARNING GPL-0001] resp_msg[8] toplevel port is not placed!
19 Replace will regard resp_msg[8] is placed in (0, 0)
20 [WARNING GPL-0001] resp_msg[7] toplevel port is not placed!
21 Replace will regard resp_msg[7] is placed in (0, 0)
22 [WARNING GPL-0001] resp_msg[6] toplevel port is not placed!
23 Replace will regard resp_msg[6] is placed in (0, 0)
24 [WARNING GPL-0001] resp_msg[5] toplevel port is not placed!
25 Replace will regard resp_msg[5] is placed in (0, 0)
/dports/lang/mosh/mosh-0.2.7/misc/bench/gambit-benchmarks/
H A Dnqueens.scm21 (define (ok? row dist placed)
22 (if (null? placed)
24 (and (not (= (car placed) (+ row dist)))
25 (not (= (car placed) (- row dist)))
26 (ok? row (+ dist 1) (cdr placed)))))
/dports/lang/gambit-c/gambit-4.9.3/bench/src/
H A Dnqueens.scm21 (define (ok? row dist placed)
22 (if (null? placed)
24 (and (not (= (car placed) (+ row dist)))
25 (not (= (car placed) (- row dist)))
26 (ok? row (+ dist 1) (cdr placed)))))
/dports/lang/ypsilon/ypsilon-0.9.6-update3/bench/gambit-benchmarks/
H A Dnqueens.scm21 (define (ok? row dist placed)
22 (if (null? placed)
24 (and (not (= (car placed) (+ row dist)))
25 (not (= (car placed) (- row dist)))
26 (ok? row (+ dist 1) (cdr placed)))))
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/bench/gambit-benchmarks/
H A Dnqueens.scm21 (define (ok? row dist placed)
22 (if (null? placed)
24 (and (not (= (car placed) (+ row dist)))
25 (not (= (car placed) (- row dist)))
26 (ok? row (+ dist 1) (cdr placed)))))
/dports/games/freeciv/freeciv-2.6.6/server/advisors/
H A Dadvspace.c38 bool placed; in adv_spaceship_autoplace() local
41 placed = next_spaceship_component(pplayer, ship, &place); in adv_spaceship_autoplace()
43 if (placed) { in adv_spaceship_autoplace()
54 } while (placed); in adv_spaceship_autoplace()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/advisors/
H A Dadvspace.c38 bool placed; in adv_spaceship_autoplace() local
41 placed = next_spaceship_component(pplayer, ship, &place); in adv_spaceship_autoplace()
43 if (placed) { in adv_spaceship_autoplace()
54 } while (placed); in adv_spaceship_autoplace()
/dports/math/topcom/topcom-0.17.8/lib-src/
H A DPlacingTriang.cc50 IntegerSet placed(start); in _place() local
59 _place(placed, *iter); in _place()
66 void PlacingTriang::_place(IntegerSet& placed, in _place() argument
79 if (_is_visible_from(placed, facet, i)) { in _place()
91 placed += i; in _place()
94 const bool PlacingTriang::_is_visible_from(const IntegerSet placed, in _is_visible_from() argument

12345678910>>...497