Home
last modified time | relevance | path

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

1234

/external/libppp/src/
Dlink.c97 struct mqueue *queue, *highest; in link_SequenceQueue() local
101 highest = LINK_HIGHQ(l); in link_SequenceQueue()
102 for (queue = l->Queue; queue < highest; queue++) in link_SequenceQueue()
104 m_enqueue(highest, m_dequeue(queue)); in link_SequenceQueue()
110 struct mqueue *queue, *highest; in link_DeleteQueue() local
112 highest = LINK_HIGHQ(l); in link_DeleteQueue()
113 for (queue = l->Queue; queue <= highest; queue++) in link_DeleteQueue()
153 struct mqueue *queue, *highest; in link_PendingLowPriorityData() local
168 highest = LINK_HIGHQ(l); in link_PendingLowPriorityData()
170 for (queue = l->Queue; queue < highest; queue++) { in link_PendingLowPriorityData()
/external/bouncycastle/bcprov/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/sepolicy/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) 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/eigen/unsupported/test/
Dmpreal_support.cpp19 std::cerr << "highest = " << NumTraits<mpreal>::highest() << "\n"; in test_mpreal_support()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
/external/eigen/Eigen/src/Core/
DNumTraits.h77 static inline T highest() { return (std::numeric_limits<T>::max)(); } in highest() function
/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/eigen/unsupported/Eigen/
DMPRealSupport81 …inline static mpfr::mpreal highest() { return mpfr::mpreal_max(mpfr::mpreal::get_default_prec());…
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h96 m_min.setConstant( ScalarTraits::highest() ); in setEmpty()
/external/libvorbis/doc/
D09-helper.tex17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two'…
D04-codec.tex226 …\item if the value is greater than the highest numbered submap (\varname{[vorbis_mapping_submaps]}…
233 …\item verify the floor number is not greater than the highest number floor configured for the bits…
235 …\item verify the residue number is not greater than the highest number residue configured for the …
259 …ormtype]}. \varname{[vorbis_mode_mapping]} must not be greater than the highest number mapping in…
/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/wpa_supplicant_8/wpa_supplicant/
DREADME-HS2033 network selection, wpa_supplicant picks the highest priority enabled
118 # with the highest priority value will be selected.
/external/valgrind/main/
DREADME_DEVELOPERS179 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

1234