OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:growth
(Results
1 - 25
of
143
) sorted by null
1
2
3
4
5
6
/external/icu4c/test/perf/usetperf/
bitset.cpp
14
// zero in the clearAll() method, and
growth
can be smarter.
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c
63
growth
for your system; otherwise it will be automatically
68
STACK_DIRECTION = 0 => direction of
growth
unknown
148
if (STACK_DIR == 0) /* unknown
growth
direction */
/external/bison/lib/
hash.h
48
float growth_threshold; /* ratio of used buckets to trigger a
growth
*/
hash.c
111
than the
growth
threshold (a number between 0.0 and 1.0), then increase
112
the table size by multiplying by the
growth
factor (a number greater than
113
1.0). The
growth
threshold defaults to 0.8, and the
growth
factor
510
may insert at least CANDIDATE different user entries before any
growth
of
814
those already in the table, before any other
growth
of the hash table size
945
/* If the
growth
threshold of the buckets in use has been reached, increase
/external/webkit/JavaScriptCore/runtime/
ArgList.cpp
71
// 4x
growth
would be excessive for a normal vector, but it's OK for Lists
/external/libffi/darwin-x86/
fficonfig.h
126
direction of stack
growth
for your system; otherwise it will be
130
STACK_DIRECTION = 0 => direction of
growth
unknown */
/external/libffi/
fficonfig.h.in
125
direction of stack
growth
for your system; otherwise it will be
129
STACK_DIRECTION = 0 => direction of
growth
unknown */
/external/libffi/linux-arm/
fficonfig.h
125
direction of stack
growth
for your system; otherwise it will be
129
STACK_DIRECTION = 0 => direction of
growth
unknown */
/external/libffi/linux-x86/
fficonfig.h
125
direction of stack
growth
for your system; otherwise it will be
129
STACK_DIRECTION = 0 => direction of
growth
unknown */
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c
87
growth
for your system; otherwise it will be automatically
92
STACK_DIRECTION = 0 => direction of
growth
unknown */
169
if (STACK_DIR == 0) /* Unknown
growth
direction. */
/external/oprofile/libpopt/
config.h
283
direction of stack
growth
for your system; otherwise it will be
287
STACK_DIRECTION = 0 => direction of
growth
unknown */
/external/qemu/slirp/
tcp_timer.c
234
* exponential
growth
results in dropped packet(s)
243
*
growth
is 2 mss. We don't allow the threshold
/external/qemu/slirp-android/
tcp_timer.c
234
* exponential
growth
results in dropped packet(s)
243
*
growth
is 2 mss. We don't allow the threshold
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
Services.java
51
// initialization adds a few entries more than the
growth
threshold.
/external/v8/test/mjsunit/regress/
regress-231.js
29
// A stack
growth
during a look-ahead could restore a pointer to the old stack.
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunSegment.java
159
* @return amount of
growth
or shrink of the segment
/external/ppp/pppd/include/net/
ppp-comp.h
171
#define MPPE_PAD 4 /* MPPE
growth
per frame */
/external/webkit/WebCore/html/
HTMLFrameElementBase.cpp
70
// exponential
growth
in the number of frames.
/external/webkit/WebCore/loader/
Cache.h
48
// depending on the live resource load. Here's an example of cache
growth
over time,
/dalvik/libcore/luni/src/main/java/java/util/
ArrayList.java
170
* This method controls the
growth
of ArrayList capacities. It represents
202
int newCapacity = newCapacity(newSize - 1); // ~33%
growth
room
243
int newCapacity = newCapacity(newSize - 1); // ~33%
growth
room
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Exchanger.java
130
* based on a target load factor, except here,
growth
steps are
131
* just one-by-one rather than proportional.)
Growth
requires
162
* reverse order, to mesh best with table
growth
and shrinkage
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java
91
* This array grows as necessary; see addDTM().
Growth
is uncommon... but
104
* This array grows as necessary; see addDTM().
Growth
is uncommon... but
159
// Various
growth
strategies are possible. I think we don't want
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemCallTemplate.java
306
// Expensive 1 at a time
growth
, but this is done at build time, so
/external/bluetooth/glib/gio/
gmemoryoutputstream.c
389
for greater than linear
growth
*/
/external/e2fsprogs/lib/ext2fs/
initialize.c
62
* Calculate the number of GDT blocks to reserve for online filesystem
growth
.
Completed in 200 milliseconds
1
2
3
4
5
6