Searched refs:lastValue (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclLink.c47 } lastValue; /* Last known value of C variable; used to member in struct:Link
308 changed = (LinkedVar(int) != linkPtr->lastValue.i);
311 changed = (LinkedVar(double) != linkPtr->lastValue.d);
314 changed = (LinkedVar(Tcl_WideInt) != linkPtr->lastValue.w);
317 changed = (LinkedVar(Tcl_WideUInt) != linkPtr->lastValue.uw);
320 changed = (LinkedVar(char) != linkPtr->lastValue.c);
323 changed = (LinkedVar(unsigned char) != linkPtr->lastValue.uc);
326 changed = (LinkedVar(short) != linkPtr->lastValue.s);
329 changed = (LinkedVar(unsigned short) != linkPtr->lastValue.us);
332 changed = (LinkedVar(unsigned int) != linkPtr->lastValue
[all...]
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMStore.c59 CFTypeRef lastValue = NULL; local
64 lastValue = CFDictionaryGetValue(gPMStore, key);
66 if (lastValue && CFEqual(lastValue, value)) {
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclLink.c39 } lastValue; /* Last known value of C variable; used to member in struct:Link
300 changed = *(int *)(linkPtr->addr) != linkPtr->lastValue.i;
303 changed = *(double *)(linkPtr->addr) != linkPtr->lastValue.d;
306 changed = *(Tcl_WideInt *)(linkPtr->addr) != linkPtr->lastValue.w;
356 if (Tcl_GetIntFromObj(interp, valueObj, &linkPtr->lastValue.i)
367 *(int *)(linkPtr->addr) = linkPtr->lastValue.i;
371 if (Tcl_GetWideIntFromObj(interp, valueObj, &linkPtr->lastValue.w)
382 *(Tcl_WideInt *)(linkPtr->addr) = linkPtr->lastValue.w;
386 if (Tcl_GetDoubleFromObj(interp, valueObj, &linkPtr->lastValue.d)
397 *(double *)(linkPtr->addr) = linkPtr->lastValue
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DLiteralParser.cpp548 JSValue lastValue; local
568 lastValue = objectStack.last();
578 array->putDirectIndex(m_exec, array->length(), lastValue);
589 lastValue = objectStack.last();
621 lastValue = objectStack.last();
654 object->putDirectIndex(m_exec, i, lastValue);
656 object->putDirect(m_exec->vm(), ident, lastValue);
665 lastValue = objectStack.last();
680 lastValue = jsString(m_exec, makeIdentifier(stringToken.stringToken8, stringToken.stringLength).string());
682 lastValue
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DPackedIntegerTest.java113 long lastValue,
119 for (long longI = firstValue; longI <= lastValue; longI += 1) {
137 for (long longI = firstValue; longI <= lastValue; longI += 1) {
153 long lastValue,
159 for (long longI = firstValue; longI <= lastValue; longI += 1) {
177 for (long longI = firstValue; longI <= lastValue; longI += 1) {
112 testIntRange(long firstValue, long lastValue, int bytesExpected) argument
152 testLongRange(long firstValue, long lastValue, int bytesExpected) argument
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DPreciseJumpTargets.cpp119 unsigned lastValue = UINT_MAX; local
122 if (value == lastValue)
125 lastValue = value;
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DFormatterContentBuilder.js139 console.assert(this._formattedContent.lastValue === "\n");
226 console.assert(this._formattedContent.lastValue === "\n");
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DFormatterContentBuilder.js139 console.assert(this._formattedContent.lastValue === "\n");
226 console.assert(this._formattedContent.lastValue === "\n");
H A DCodeMirrorEditingController.js94 var endColumn = lines.length > 1 ? lines.lastValue.length : this._range.startColumn + text.length;
H A DTimelineManager.js332 var entry = stack.lastValue;
H A DCodeMirrorCompletionController.js413 if ((!ignoreInitialUnmatchedOpenBracket || i !== firstOffset) && (!bracketStack.length || matchingBracketCharacter(character) !== bracketStack.lastValue))
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DHoverMenu.js213 var maxY = rects.lastValue.maxY() + PADDING;
215 var lastLineMaxX = rects.lastValue.maxX() + PADDING;
220 var lastLineMinY = rects.lastValue.minY() + PADDING;
239 if (rects.lastValue.maxX() === maxX - PADDING)
H A DNetworkTimelineOverviewGraph.js129 var lastRecord = rowRecords.lastValue;
143 var lastRecord = rowRecords.lastValue;
H A DHierarchicalPathNavigationItem.js76 return this._components.lastValue || null;
H A DLogContentView.js510 this._ensureMessageIsVisible(this._selectedMessages.lastValue);
723 this._updateMessagesSelection(messages.lastValue, false, false);
727 var lastMessage = this._selectedMessages.lastValue;
749 var lastMessage = this._selectedMessages.lastValue;
755 this._updateMessagesSelection(messages.lastValue, false, false);
H A DTimelineContentView.js385 var lastRecord = timeline.records.lastValue;
H A DDOMTreeElement.js375 var lastChild = this.children.lastValue;
855 this._triggerEditAttribute(attributes.lastValue.name);
H A DDataGrid.js1786 while (node && ((!skipHidden || (node.revealed && node.expanded)) ? node.children.lastValue : null)) {
1789 node = ((!skipHidden || (node.revealed && node.expanded)) ? node.children.lastValue : null);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DProbeSetDataTable.js126 var previousFrame = this._frames.lastValue;
H A DProfileNode.js105 this._endTime = Math.min(this._calls.lastValue.endTime, Infinity);
166 var endTime = Math.min(this._calls.lastValue.endTime, rangeEndTime);
H A DDOMNode.js152 return children.lastValue;
H A DScriptTimelineRecord.js331 var entry = stack.lastValue;
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dvertical_meter.tcl402 $self needleTo $lastValue
427 $self needleTo $lastValue
553 variable lastValue 0
677 return $lastValue
693 set lastValue $newCoords
778 variable lastValue {}
909 return $lastValue
949 set lastValue $newCoords
993 set lastValue [set ::$options(-variable)]
995 # puts "$y -- $lastValue
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp191 SInt32 lastValue; member in struct:ScrollAxisAccelInfo
1289 directionChange[type] = ((info->axis[type].lastValue == 0) ||
1290 ((info->axis[type].lastValue < 0) && (*(pDeltaAxis[type]) > 0)) ||
1291 ((info->axis[type].lastValue > 0) && (*(pDeltaAxis[type]) < 0)));
1292 info->axis[type].lastValue = *(pDeltaAxis[type]);
1296 *(pScrollPointDeltaAxis[type]) = info->axis[type].lastValue << 16;
1320 info->axis[type].consumeState.consumeCount += abs(info->axis[type].lastValue);
1323 ((abs(info->axis[type].lastValue) >= (SInt32)info->axis[type].consumeClearThreshold) ||
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorBackend.js410 var callback = typeof commandArguments.lastValue === "function" ? commandArguments.pop() : null;

Completed in 186 milliseconds

12