Searched defs:highest (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeTraversal.h126 Node* highest = &current; local
127 while (highest->parentNode())
128 highest = highest->parentNode();
129 return *highest;
/external/elfutils/0.153/libdwfl/
H A Dsegment.c175 int highest = -1; local
240 if (resized && idx - 1 >= highest)
245 highest = idx - 1;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A Dhtmlediting.cpp206 // Since enclosingNodeOfType won't search beyond the highest root editable node,
615 Node* highest = 0; local
621 highest = n;
626 return highest;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc2878 // return the highest output level of all streams
2879 int highest = GetOutputLevel(voe_channel()); local
2883 highest = rtc::_max(level, highest);
2885 return highest;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp2333 void RenderBlock::markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest) argument
2345 while (afterLowest && afterLowest != highest && (afterLowest->lineBottomWithLeading() >= logicalTop || afterLowest->lineBottomWithLeading() < 0)) {
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp3122 unsigned highest = ((1U << mode->bitdepth) - 1U); /*highest possible value for this bit depth*/ local
3125 *r = *g = *b = (value * 255) / highest;
3240 unsigned highest = ((1U << mode->bitdepth) - 1U); /*highest possible value for this bit depth*/ local
3245 buffer[0] = buffer[1] = buffer[2] = (value * 255) / highest;

Completed in 236 milliseconds