HomeSort by: relevance | last modified time | path
    Searched refs:CLUSTER (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/lvm2/dist/
configure.in 43 CLUSTER=internal
57 CLUSTER=none
251 AC_MSG_CHECKING(whether to include support for cluster locking)
252 AC_ARG_WITH(cluster,
253 [ --with-cluster=TYPE Cluster LVM locking support: internal/shared/none
255 [ CLUSTER="$withval" ])
256 AC_MSG_RESULT($CLUSTER)
258 if [[ "x$CLUSTER" != xnone -a "x$CLUSTER" != xinternal -a "x$CLUSTER" != xshared ]]
    [all...]
configure 693 CLUSTER
1512 --enable-cmirrord Enable the cluster mirror log daemon
1543 --with-cluster=TYPE Cluster LVM locking support: internal/shared/none
1549 --with-clvmd=TYPE Build cluster LVM Daemon.
1550 The following cluster manager combinations are valid:
2229 CLUSTER=internal
2243 CLUSTER=none
9240 { $as_echo "$as_me:$LINENO: checking whether to include support for cluster locking" >&5
9241 $as_echo_n "checking whether to include support for cluster locking... " >&6;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 2300 Strongly Connected Clusters. Each cluster is streamed
2362 unsigned cluster; /* Strongly connected cluster, later entity number */ member in class:elf::depset
2632 :entity (entity), discriminator (0), cluster (0), section (0)
2786 tt_entity, /* A extra-cluster entity. */
4165 CLUSTER = TDF_BLOCKS, /* -blocks:Clusters. */
7733 u (dep ? dep->cluster + 1 : 0);
7744 *slot = ~dep->cluster;
8551 one (we're in a different cluster
8948 unsigned index = dep->cluster;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 2255 Strongly Connected Clusters. Each cluster is streamed
2321 unsigned cluster; /* Strongly connected cluster, later entity number */ member in class:elf::depset
2600 :entity (entity), discriminator (0), cluster (0), section (0)
2747 tt_entity, /* A extra-cluster entity. */
3997 CLUSTER = TDF_BLOCKS, /* -blocks:Clusters. */
7444 u (dep ? dep->cluster + 1 : 0);
7455 *slot = ~dep->cluster;
8191 one (we're in a different cluster
8564 unsigned index = dep->cluster;
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 353 $(P $(DEF Grapheme cluster) Defined as the text between
358 $(LI The grapheme cluster represents a horizontally segmentable
363 $(LI A grapheme cluster typically starts with a grapheme base
365 A grapheme cluster is most directly relevant to text rendering and
369 $(LI For many processes, a grapheme cluster behaves as if it was a
703 CLUSTER = $(S_LINK Grapheme cluster, grapheme cluster)
7094 Computes the length of grapheme cluster starting at `index`.
7104 length of grapheme cluster
    [all...]

Completed in 42 milliseconds