HomeSort by relevance Sort by last modified time
    Searched defs:highest (Results 1 - 14 of 14) sorted by null

  /external/bouncycastle/bcprov/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...]
  /external/libppp/src/
link.c 97 struct mqueue *queue, *highest; local
101 highest = LINK_HIGHQ(l);
102 for (queue = l->Queue; queue < highest; queue++)
104 m_enqueue(highest, m_dequeue(queue));
110 struct mqueue *queue, *highest; local
112 highest = LINK_HIGHQ(l);
113 for (queue = l->Queue; queue <= highest; queue++)
153 struct mqueue *queue, *highest; local
159 * everything that's not in the highest priority queue, we must be able to
168 highest = LINK_HIGHQ(l)
    [all...]
  /external/webkit/Source/WebCore/editing/
htmlediting.cpp 222 // Since enclosingNodeOfType won't search beyond the highest root editable node,
582 // Create new range with the highest editable node contained within the range
640 Node* highest = 0; local
646 highest = n;
651 return highest;
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 954 int highest = mItemTops[nextCol]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 7069 milliseconds