/external/libppp/src/ |
D | link.c | 97 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/ |
D | IntArray.java | 142 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/ |
D | toy.ml | 11 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toy.ml | 13 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/sepolicy/ |
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/eigen/unsupported/test/ |
D | mpreal_support.cpp | 19 std::cerr << "highest = " << NumTraits<mpreal>::highest() << "\n"; in test_mpreal_support()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/eigen/Eigen/src/Core/ |
D | NumTraits.h | 77 static inline T highest() { return (std::numeric_limits<T>::max)(); } in highest() function
|
/external/chromium/googleurl/ |
D | README.txt | 78 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/ |
D | bitset | 28 // order bits in the highest word.) It is a class invariant
|
/external/openssl/crypto/des/ |
D | README | 38 Just turn you optimiser up to the highest settings and run destest
|
/external/webkit/Source/WebCore/editing/ |
D | htmlediting.cpp | 640 Node* highest = 0; in highestEnclosingNodeOfType() local 646 highest = n; in highestEnclosingNodeOfType() 651 return highest; in highestEnclosingNodeOfType()
|
/external/iproute2/examples/ |
D | README.cbq | 75 # PRIO: shaper's priority from 1 to 8 where 1 is the highest one.
|
/external/eigen/unsupported/Eigen/ |
D | MPRealSupport | 81 …inline static mpfr::mpreal highest() { return mpfr::mpreal_max(mpfr::mpreal::get_default_prec());…
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 96 m_min.setConstant( ScalarTraits::highest() ); in setEmpty()
|
/external/libvorbis/doc/ |
D | 09-helper.tex | 17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two'…
|
D | 04-codec.tex | 226 …\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/ |
D | hostapd.eap_user | 42 # authenticator advertises the highest supported version and select the version
|
/external/hyphenation/ |
D | README.hyphen | 45 in the same place, the highest number wins. Here's the example:
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-HS20 | 33 network selection, wpa_supplicant picks the highest priority enabled 118 # with the highest priority value will be selected.
|
/external/valgrind/main/ |
D | README_DEVELOPERS | 179 Then re-run with 999999 changed to the highest bb number shown.
|
/external/quake/quake/src/WinQuake/docs/ |
D | readme.glquake | 117 This is the highest quality texture mapping (trilinear), but only very high
|