Home
last modified time | relevance | path

Searched refs:highest (Results 1 – 25 of 70) sorted by relevance

123

/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
DIntArray.java142 int highest = m_ints[last]; in bitLength() local
146 if ((highest & 0xffff0000) != 0) in bitLength()
148 if ((highest & 0xff000000) != 0) in bitLength()
151 highest >>>= 24; in bitLength()
156 highest >>>= 16; in bitLength()
159 else if (highest > 0x000000ff) in bitLength()
162 highest >>>= 8; in bitLength()
165 while (highest != 1) in bitLength()
168 highest >>>= 1; in bitLength()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoy.ml11 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoy.ml13 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/chromium/googleurl/
DREADME.txt78 to the highest; you can use any portion of the library as long as you embed the
100 At the next highest level is canonicalization. The files encompasing this are
146 The highest level is the "URL" object that a C++ application would use to
/external/stlport/stlport/
Dbitset28 // order bits in the highest word.) It is a class invariant
/external/openssl/crypto/des/
DREADME38 Just turn you optimiser up to the highest settings and run destest
/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp640 Node* highest = 0; in highestEnclosingNodeOfType() local
646 highest = n; in highestEnclosingNodeOfType()
651 return highest; in highestEnclosingNodeOfType()
/external/iproute2/examples/
DREADME.cbq75 # PRIO: shaper's priority from 1 to 8 where 1 is the highest one.
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user42 # authenticator advertises the highest supported version and select the version
/external/hyphenation/
DREADME.hyphen45 in the same place, the highest number wins. Here's the example:
/external/valgrind/main/
DREADME_DEVELOPERS162 Then re-run with 999999 changed to the highest bb number shown.
/external/quake/quake/src/WinQuake/docs/
Dreadme.glquake117 This is the highest quality texture mapping (trilinear), but only very high
/external/quake/quake/src/QW/docs/
Dglqwcl-readme.txt97 This is the highest quality texture mapping (trilinear), but only very high
/external/quake/quake/src/WinQuake/kit/
DREADME.TXT126 This is the highest quality texture mapping (trilinear), but only very high
/external/quake/quake/src/WinQuake/
Dglqnotes.txt126 This is the highest quality texture mapping (trilinear), but only very high
/external/quake/quake/src/QW/
Dqwchangelog.txt220 select camera view on player with the highest frags
/external/libvpx/
Dusage.dox128 possible to yield the highest quality frame.
/external/wpa_supplicant/
Deap_testing.txt100 though server reported v0 as the highest supported version)
/external/wpa_supplicant_6/wpa_supplicant/
Deap_testing.txt132 though server reported v0 as the highest supported version)
/external/iptables/include/
Dxtables.h.in125 * @max: highest allowed value (for singular integral types)
/external/wpa_supplicant_8/wpa_supplicant/
Deap_testing.txt132 though server reported v0 as the highest supported version)

123