OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:highest
(Results
1 - 25
of
892
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/net/base/
request_priority.h
14
HIGHEST
= 0, // 0 must be the
highest
priority.
/dalvik/dx/tests/003-magic-version-access/
class-version-49.0.txt
2
# classfile with the
highest
valid version, 49.0 (0x31.0x00)
class-version-49.1.txt
2
# classfile with a minor version 1 higher than the
highest
valid
class-version-49.65535.txt
3
# as the
highest
valid version. 49.65535 (0x31.0xffff)
class-version-50.0.txt
3
# than the
highest
valid version. 50.0 (0x32.0x00)
class-version-50.1.txt
3
# than the
highest
valid version. 50.0 (0x32.0x00)
class-version-50.65535.txt
3
# than the
highest
valid version. 50.0 (0x32.0x00)
class-version-51.0.txt
3
# than the
highest
valid version. 50.0 (0x32.0x00)
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
IntArray.java
45
// First byte is 0 to enforce
highest
(=sign) bit is zero.
142
int
highest
= m_ints[last];
local
146
if ((
highest
& 0xffff0000) != 0)
148
if ((
highest
& 0xff000000) != 0)
151
highest
>>>= 24;
156
highest
>>>= 16;
159
else if (
highest
> 0x000000ff)
162
highest
>>>= 8;
165
while (
highest
!= 1)
168
highest
>>>= 1
[
all
...]
/packages/inputmethods/LatinIME/dictionaries/
sample.xml
5
Highest
frequency words get more weight in the prediction algorithm.
/external/chromium/chrome/browser/net/
preconnect.cc
61
// It almost doesn't matter whether we use net::LOWEST or net::
HIGHEST
67
// the speculation didn't help :-/. By using net::
HIGHEST
, we ensure that
72
request_info.priority = net::
HIGHEST
;
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nl80211.h
40
* @NL80211_CMD_MAX:
highest
used command number
78
* @NL80211_ATTR_MAX:
highest
attribute number currently defined
108
* @NL80211_IFTYPE_MAX:
highest
interface type number currently defined
/external/kernel-headers/original/linux/sunrpc/
msg_prot.h
85
* XDR integers, the byte order is from
highest
to lowest. The number
90
*
highest
-order bit of the header; the length is the 31 low-order bits.
/dalvik/vm/alloc/
MarkSweep.h
23
/*
Highest
address (exclusive)
HeapBitmap.h
66
/* The
highest
pointer value ever returned by an allocation
67
* from this heap. I.e., the
highest
address that may correspond
/external/apache-http/src/org/apache/commons/codec/
Encoder.java
20
* <p>Provides the
highest
level of abstraction for Encoders.
Decoder.java
20
* <p>Provides the
highest
level of abstraction for Decoders.
/external/kernel-headers/original/linux/
ioprio.h
60
* For inheritance, return the
highest
of the two given priorities
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml
11
Hashtbl.add Parser.binop_precedence '*' 40; (*
highest
. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml
13
Hashtbl.add Parser.binop_precedence '*' 40; (*
highest
. *)
/external/dropbear/libtommath/
bn_mp_prime_random_ex.c
24
* LTM_PRIME_2MSB_OFF - make the 2nd
highest
bit zero
25
* LTM_PRIME_2MSB_ON - make the 2nd
highest
bit one
/packages/apps/Contacts/src/com/android/contacts/
TypePrecedence.java
78
* Returns the precedence (1 being the
highest
) of a type in the context of it's mimetype.
82
* @return The integer precedence, where 1 is the
highest
.
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
TypePrecedence.java
71
* Returns the precedence (1 being the
highest
) of a type in the context of it's mimetype.
75
* @return The integer precedence, where 1 is the
highest
.
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mqueue.h
67
/* Receive the oldest from
highest
priority messages in message queue
77
/* Receive the oldest from
highest
priority messages in message queue
/cts/apps/CtsVerifier/jni/audioquality/
LinearityTest.cpp
54
sampleRate in pcm: the RMS of the
highest
amplitude 30ms segment
86
// Find the absolute
highest
topN peaks in the signal and compute
88
int topN = 50; // The number of
highest
peaks over which to average.
102
// The RMS is taken bacause we want the values of the
highest
peaks
Completed in 1667 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>