OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:largest
(Results
176 - 200
of
1679
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/MC/COFF/
linkonce.s
31
.linkonce
largest
159
// CHECK: Selection:
Largest
(0x6)
/external/qemu/distrib/zlib-1.2.3/
adler32.c
11
#define BASE 65521UL /*
largest
prime smaller than 65536 */
13
/* NMAX is the
largest
n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
/external/zlib/src/
adler32.c
14
#define BASE 65521 /*
largest
prime smaller than 65536 */
16
/* NMAX is the
largest
n such that 255n(n+1)/2 + (n+1)(BASE-1) <= 2^32-1 */
/frameworks/base/media/java/android/media/
Image.java
93
* are subsampled, this is the width of the
largest
-resolution plane.
99
* are subsampled, this is the height of the
largest
-resolution plane.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
heapq.py
26
- Our heappop() method returns the smallest item, not the
largest
.
182
# Transform bottom-up. The
largest
index there's any point to looking at
183
# is the
largest
with a child index in-range, so must have 2*i + 1 < n,
185
# j-1 is the
largest
, which is n//2 - 1. If n is odd = 2*j+1, this is
186
# (2*j+1-1)/2 = j so j-1 is the
largest
, and that's again n//2-1.
204
"""Find the n
largest
elements in a dataset.
362
the input streams is already sorted (smallest to
largest
).
432
"""Find the n
largest
elements in a dataset.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
heapq.py
26
- Our heappop() method returns the smallest item, not the
largest
.
182
# Transform bottom-up. The
largest
index there's any point to looking at
183
# is the
largest
with a child index in-range, so must have 2*i + 1 < n,
185
# j-1 is the
largest
, which is n//2 - 1. If n is odd = 2*j+1, this is
186
# (2*j+1-1)/2 = j so j-1 is the
largest
, and that's again n//2-1.
204
"""Find the n
largest
elements in a dataset.
362
the input streams is already sorted (smallest to
largest
).
432
"""Find the n
largest
elements in a dataset.
/external/chromium/base/
process_util_unittest.cc
307
// Typical values here is ~1900 for total and ~1000 for
largest
. Obviously
312
EXPECT_LT(10u, free_mem1.
largest
);
314
EXPECT_GT(2048u, free_mem1.
largest
);
315
EXPECT_GE(free_mem1.total, free_mem1.
largest
);
322
size_t expected_largest = free_mem1.
largest
;
326
EXPECT_GE(free_mem2.total, free_mem2.
largest
);
328
EXPECT_GE(expected_largest, free_mem2.
largest
);
/external/chromium_org/third_party/icu/source/common/
putilimp.h
131
* Return the
largest
positive number that can be represented by an integer
242
* @return the
largest
possible pointer greater than the base
253
* - return the
largest
possible pointer greater than base
/external/chromium_org/third_party/smhasher/src/
SpeedTest.cpp
13
// preemption, etcetera. To filter out the outliers, we search for the
largest
63
// Return true if the
largest
value in v[0,len) is more than three
92
// Do a binary search to find the
largest
subset of v that does not contain
/bionic/tests/
signal_test.cpp
57
// Other C libraries (or bionic for MIPS) are perfectly capable of using their
largest
signal.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
Tree.as
73
/** What is the
largest
token index (indexing from 0) for this node
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
XResources_el.java
62
//
largest
numerical value
XResources_hy.java
62
//
largest
numerical value
XResources_ja_JP_A.java
64
//
largest
numerical value
XResources_ja_JP_HA.java
64
//
largest
numerical value
XResources_ja_JP_HI.java
65
//
largest
numerical value
XResources_ja_JP_I.java
65
//
largest
numerical value
/external/chromium/chrome/browser/chromeos/status/
status_area_button.cc
69
// size will always be as large as the
largest
text ever put in it.
/external/chromium/chrome/browser/
process_singleton_mac.cc
18
// From "man 2 intro", the
largest
errno is |EOPNOTSUPP|, which is
/external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.h
27
// 2 - the vector is in sorted (smallest to
largest
) order.
/external/chromium/chrome/browser/ui/cocoa/extensions/
extension_view_mac.mm
87
// the
largest
size view allowed. The view will be resized to make
/external/chromium_org/base/metrics/
sample_vector.cc
76
// smallest to
largest
, so the sample value must be invalid.
/external/chromium_org/base/
rand_util_unittest.cc
74
// top half. A bit of calculus care of jar@ shows that the
largest
/external/chromium_org/chrome/browser/chromeos/login/
user_image_loader.cc
102
// Auto crop the image, taking the
largest
square in the center.
/external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.h
38
// The
largest
index for the uniquification suffix that we will try while
Completed in 1458 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>