OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SMALLEST
(Results
1 - 8
of
8
) sorted by null
/external/qemu/distrib/zlib-1.2.3/
trees.c
426
#define
SMALLEST
1
431
* Remove the
smallest
element from the heap and recreate the heap with
436
top = s->heap[
SMALLEST
]; \
437
s->heap[
SMALLEST
] = s->heap[s->heap_len--]; \
438
pqdownheap(s, tree,
SMALLEST
); \
451
* exchanging a node with the
smallest
of its two sons if necessary, stopping
463
/* Set j to the
smallest
of the two sons: */
471
/* Exchange v with the
smallest
son */
631
* heap[
SMALLEST
]. The sons of heap[n] are heap[2*n] and heap[2*n+1].
670
m = s->heap[
SMALLEST
]; /* m = node of next least frequency *
[
all
...]
/external/zlib/
trees.c
426
#define
SMALLEST
1
431
* Remove the
smallest
element from the heap and recreate the heap with
436
top = s->heap[
SMALLEST
]; \
437
s->heap[
SMALLEST
] = s->heap[s->heap_len--]; \
438
pqdownheap(s, tree,
SMALLEST
); \
451
* exchanging a node with the
smallest
of its two sons if necessary, stopping
463
/* Set j to the
smallest
of the two sons: */
471
/* Exchange v with the
smallest
son */
631
* heap[
SMALLEST
]. The sons of heap[n] are heap[2*n] and heap[2*n+1].
670
m = s->heap[
SMALLEST
]; /* m = node of next least frequency *
[
all
...]
/frameworks/base/core/java/android/webkit/
WebSettings.java
54
*
SMALLEST
is 50%
61
SMALLEST
(50),
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 168 milliseconds