Searched refs:topValue (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclProfile.c90 long int* topValue; local
99 topValue = 0;
103 if (val && (!topValue || (topValue && *val >= *topValue))) {
104 topValue = val;
111 fprintf(stderr, " %15ld %s\n", *topValue, topKey);
112 ckfree((char*) topValue);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGStructureAbstractValue.h62 m_structure = topValue();
74 m_structure = topValue();
246 bool isTop() const { return m_structure == topValue(); }
248 bool isClearOrTop() const { return m_structure <= topValue(); }
328 static Structure* topValue() { return reinterpret_cast<Structure*>(1); } function in class:JSC::DFG::StructureAbstractValue
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.cpp3104 RefPtr<CSSValue> topValue = propertyValue(shorthand.properties()[0], DoNotUpdateLayout); local
3110 if (!topValue || !rightValue || !bottomValue || !leftValue)
3114 bool showBottom = !compareCSSValuePtr(topValue, bottomValue) || showLeft;
3115 bool showRight = !compareCSSValuePtr(topValue, rightValue) || showBottom;
3117 list->append(topValue.release());

Completed in 81 milliseconds