Home
last modified time | relevance | path

Searched defs:highest (Results 1 – 8 of 8) sorted by relevance

/external/eigen/Eigen/src/Core/
DNumTraits.h77 static inline T highest() { return (std::numeric_limits<T>::max)(); } in highest() function
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeTraversal.h126 Node* highest = &current; in highestAncestorOrSelf() local
/external/elfutils/0.153/libdwfl/
Dsegment.c175 int highest = -1; in reify_segments() local
Ddwfl_module_getdwarf.c490 GElf_Addr highest; in find_prelink_address_sync() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp615 Node* highest = 0; in highestEnclosingNodeOfType() local
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvoiceengine.cc2879 int highest = GetOutputLevel(voe_channel()); in SetSendCodecs() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp3122 … unsigned highest = ((1U << mode->bitdepth) - 1U); /*highest possible value for this bit depth*/ in getPixelColorRGBA8() local
3240 … unsigned highest = ((1U << mode->bitdepth) - 1U); /*highest possible value for this bit depth*/ in getPixelColorsRGBA8() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp2333 …markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* highest) in markLinesDirtyInBlockRange()