Searched refs:partition (Results 1 - 25 of 157) sorted by relevance

1234567

/freebsd-10-stable/contrib/binutils/include/
H A Dpartition.h1 /* List implementation of a partition of consecutive integers.
22 /* This package implements a partition of consecutive integers. The
26 on a partition are FIND, which takes an element, determines its
33 it is able to perform unions over all the classes in the partition
61 /* The number of elements in this partition. */
63 /* The elements in the partition. */
65 } *partition; typedef in typeref:struct:partition_def
67 extern partition partition_new (int);
68 extern void partition_delete (partition);
69 extern int partition_union (partition, in
[all...]
/freebsd-10-stable/contrib/gcclibs/include/
H A Dpartition.h1 /* List implementation of a partition of consecutive integers.
22 /* This package implements a partition of consecutive integers. The
26 on a partition are FIND, which takes an element, determines its
33 it is able to perform unions over all the classes in the partition
61 /* The number of elements in this partition. */
63 /* The elements in the partition. */
65 } *partition; typedef in typeref:struct:partition_def
67 extern partition partition_new (int);
68 extern void partition_delete (partition);
69 extern int partition_union (partition, in
[all...]
/freebsd-10-stable/contrib/gdb/include/
H A Dpartition.h1 /* List implementation of a partition of consecutive integers.
22 /* This package implements a partition of consecutive integers. The
26 on a partition are FIND, which takes an element, determines its
33 it is able to perform unions over all the classes in the partition
61 /* The number of elements in this partition. */
63 /* The elements in the partition. */
65 } *partition; typedef in typeref:struct:partition_def
67 extern partition partition_new PARAMS((int));
68 extern void partition_delete PARAMS((partition));
69 extern int partition_union PARAMS((partition,
[all...]
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dimx28-apf28.dts30 partition@0 {
35 partition@300000 {
40 partition@380000 {
45 partition@400000 {
50 partition@480000 {
55 partition@500000 {
60 partition@d00000 {
H A Dstih41x-b2020x.dtsi21 partition@0 {
26 partition@500000 {
H A Dimx28-m28.dtsi31 partition@0 {
37 partition@1 {
42 partition@2 {
47 partition@3 {
52 partition@4 {
H A Dspear600-evb.dts66 partition@0 {
70 partition@10000 {
74 partition@60000 {
78 partition@70000 {
82 partition@80000 {
86 partition@390000 {
H A Dexynos5440-ssdk5440.dts35 partition@00000 {
41 partition@e0000 {
47 partition@3e0000 {
53 partition@ae0000 {
H A Dimx27-apf27.dts90 partition@0 {
95 partition@100000 {
100 partition@180000 {
105 partition@200000 {
110 partition@280000 {
115 partition@300000 {
120 partition@800000 {
H A Dkirkwood-db.dtsi63 partition@0 {
68 partition@100000 {
73 partition@500000 {
H A Dmoxart-uc7112lx.dts34 partition@0 {
38 partition@40000 {
42 partition@200000 {
46 partition@a00000 {
H A Domap2420-h4.dts49 partition@0 {
53 partition@20000 {
57 partition@40000 {
61 partition@240000 {
H A Domap3430-sdp.dts87 partition@0 {
91 partition@40000 {
95 partition@80000 {
99 partition@280000 {
127 partition@0 {
131 partition@80000 {
135 partition@1c0000 {
139 partition@280000 {
143 partition@780000 {
172 partition
[all...]
H A Dkirkwood-openrd.dtsi76 partition@0 {
81 partition@100000 {
86 partition@600000 {
H A Dkirkwood-rd88f6281.dtsi109 partition@0 {
115 partition@100000 {
120 partition@300000 {
H A Dspear320-hmi.dts108 partition@0 {
112 partition@80000 {
116 partition@1C0000 {
120 partition@200000 {
124 partition@240000 {
128 partition@E40000 {
184 partition@0 {
188 partition@10000 {
192 partition@60000 {
196 partition
[all...]
H A Dkirkwood-pogo_e02.dts99 partition@0 {
105 partition@100000 {
110 partition@500000 {
115 partition@2500000 {
H A Dkirkwood-openblocks_a7.dts150 partition@0 {
155 partition@1c0000 {
160 partition@480000 {
165 partition@5e0000 {
170 partition@b20000 {
175 partition@4860000 {
H A Dspear300-evb.dts97 partition@0 {
101 partition@10000 {
105 partition@60000 {
109 partition@70000 {
113 partition@80000 {
117 partition@390000 {
H A Dspear310-evb.dts111 partition@0 {
115 partition@10000 {
119 partition@60000 {
123 partition@70000 {
127 partition@80000 {
131 partition@390000 {
/freebsd-10-stable/etc/
H A Dmac.conf16 default_labels process ?biba,?lomac,?mls,?partition,?sebsd
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dpartition.c1 /* List implementation of a partition of consecutive integers.
35 #include "partition.h"
39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
42 partition
47 partition part = (partition)
61 /* Freeds a partition. */
64 partition_delete (partition part)
70 of partition PART. If ELEM1 and ELEM2 are already in the same
75 partition_union (partition par
[all...]
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dpartition.c1 /* List implementation of a partition of consecutive integers.
35 #include "partition.h"
39 /* Creates a partition of NUM_ELEMENTS elements. Initially each
42 partition
47 partition part = (partition)
61 /* Freeds a partition. */
64 partition_delete (partition part)
70 of partition PART. If ELEM1 and ELEM2 are already in the same
75 partition_union (partition par
[all...]
/freebsd-10-stable/contrib/gperf/src/
H A Dsearch.h87 unsigned int count_possible_collisions (EquivalenceClass *partition, unsigned int c) const;
89 bool unchanged_partition (EquivalenceClass *partition, unsigned int c) const;
/freebsd-10-stable/contrib/gcc/
H A DFREEBSD-libiberty17 partition.c \
32 partition.h \

Completed in 188 milliseconds

1234567