Searched defs:rank (Results 1 - 21 of 21) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DExplicitOrdering.java40 return rank(left) - rank(right); // safe because both are nonnegative
43 private int rank(T value) { method in class:ExplicitOrdering
44 Integer rank = rankMap.get(value);
45 if (rank == null) {
48 return rank;
54 int rank = 0;
56 builder.put(value, rank++);
/external/chromium/chrome/browser/history/
H A Dtop_sites_database.cc149 int rank = GetURLRank(url); local
150 if (rank == -1) {
233 LOG(WARNING) << "Updating rank of an unknown URL: " << url.url.spec();
262 // Set the url's rank.
H A Dhistory_types.h617 int rank; member in struct:history::MostVisitedURLWithRank
/external/openssl/crypto/des/
H A Ddes_opts.c427 int rank[16]; local
437 rank[i]=0;
/external/valgrind/main/mpi/
H A Dmpiwrap_type_test.c224 int rank, size; local
244 MPI_Comm_rank( MPI_COMM_WORLD, &rank );
246 if (rank == 0) {
H A Dlibmpiwrap.c1898 /* pre: must-be-readable (buffer,count,datatype) for rank==root
1899 must-be-writable (buffer,count,datatype) for rank!=root
2050 wr: (recvbuf,count,datatype) but only for rank == root
2178 /* wr: (rank, sizeof(*rank)) */
2179 int WRAPPER_FOR(PMPI_Comm_rank)(MPI_Comm comm, int *rank) argument
2185 check_mem_is_addressable_untyped(rank, sizeof(*rank));
2187 CALL_FN_W_WW(err, fn, comm,rank);
2189 make_mem_defined_if_addressable_if_success_untyped(err, rank, sizeo
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DOrderingTest.java853 final int rank; field in class:OrderingTest.Composite
855 Composite(T value, int rank) { argument
857 this.rank = rank;
860 // natural order is by rank only; the test will compound() this with the
864 return rank < that.rank ? -1 : rank > that.rank ? 1 : 0;
/external/llvm/lib/CodeGen/
H A DStrongPHIElimination.cpp82 Node(unsigned v) : value(v), rank(0) { parent.setPointer(this); }
88 unsigned rank; member in struct:__anon8740::StrongPHIElimination::Node
442 if (Node1->rank > Node2->rank) {
444 } else if (Node1->rank < Node2->rank) {
448 Node1->rank++;
/external/qemu/distrib/zlib-1.2.3/
H A Dtrees.c842 int rank; /* index in bl_order */ local
851 for (rank = 0; rank < blcodes; rank++) {
852 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
853 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
/external/zlib/src/
H A Dtrees.c840 int rank; /* index in bl_order */ local
849 for (rank = 0; rank < blcodes; rank++) {
850 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
851 send_bits(s, s->bl_tree[bl_order[rank]].Len, 3);
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp2586 int rank; member in struct:CvPTreeNode
2685 if( root->rank > root2->rank )
2690 root2->rank += root->rank == root2->rank;
2732 if( node->rank >= 0 )
2733 node->rank = ~class_idx++;
2734 idx = ~node->rank;
/external/chromium/chrome/common/extensions/
H A Dextension.cc181 // with the higher rank, as returned by this function. The actual
185 int rank = kInvalidRank; // Will CHECK that rank is not kInvalidRank. local
190 rank = 6;
196 rank = 5;
202 rank = 4;
208 rank = 3;
212 rank = 2;
216 rank = 1;
221 rank
[all...]
/external/valgrind/main/memcheck/
H A Dmc_main.c503 static void insert_into_auxmap_L1_at ( Word rank, AuxMapEnt* ent ) argument
507 tl_assert(rank >= 0 && rank < N_AUXMAP_L1);
508 for (i = N_AUXMAP_L1-1; i > rank; i--)
510 auxmap_L1[rank].base = ent->base;
511 auxmap_L1[rank].ent = ent;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jar ... .String, int) String genericTypeKey char boundKind String boundTypeKey int rank String wildCardKey String wildCardKey String wildCardKey String wildCardKey public java ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 8592 milliseconds