Searched refs:delta (Results 51 - 75 of 692) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Delement.tcl194 set delta [geo::- $destination $origin]
196 #puts \tdelta=$delta
199 $self Move $id $delta $canvas
203 method move {delta corners} {
206 #puts PLACE|$key|$location|$delta|
212 [list $cmd [geo::+ $detail $delta]]
224 method Move {id delta canvas} {
230 $canvas move $item {*}$delta
235 $self Move $sid $delta $canvas
240 set newcorners [$self move $delta
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsDevice.h41 virtual void getVBLTime( AbsoluteTime * time, AbsoluteTime * delta ) = 0;
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Ddebug.c52 int delta; local
121 delta = tmp.tv_sec * 1000000 + tmp.tv_usec;
123 delta = 99999999;
131 (void)fprintf(LOG_STREAM, "%s%.8d%s %s%s%s\n", time_pfx, delta, time_sfx,
/macosx-10.10/ICU-531.30/icuSources/common/
H A Duchriter.cpp295 UCharCharacterIterator::move(int32_t delta, CharacterIterator::EOrigin origin) { argument
298 pos = begin + delta;
301 pos += delta;
304 pos = end + delta;
320 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { argument
326 if(delta > 0) {
327 U16_FWD_N(text, pos, end, delta);
331 if(delta > 0) {
332 U16_FWD_N(text, pos, end, delta);
334 U16_BACK_N(text, begin, pos, -delta);
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dfphdlimp.h26 virtual void shiftLast(int32_t delta);
41 virtual void shiftLast(int32_t delta);
65 virtual void shiftLast(int32_t delta);
H A Dbrktrans.cpp115 int delta = 0; local
119 delta = boundaries->size() * fInsertion.length();
131 offsets.contextLimit += delta;
132 offsets.limit += delta;
133 offsets.start = isIncremental ? lastBoundary + delta : offsets.limit;
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollAnimator.h105 virtual void notifyContentAreaScrolled(const FloatSize& delta) { UNUSED_PARAM(delta); } argument
112 virtual void notifyPositionChanged(const FloatSize& delta);
H A DScrollAnimator.cpp64 float delta = *currentPos - newPos; local
69 notifyPositionChanged(orientation == HorizontalScrollbar ? FloatSize(delta, 0) : FloatSize(0, delta));
76 FloatSize delta = FloatSize(offset.x() - m_currentPosX, offset.y() - m_currentPosY); local
79 notifyPositionChanged(delta);
154 void ScrollAnimator::notifyPositionChanged(const FloatSize& delta) argument
156 UNUSED_PARAM(delta);
H A DScrollbar.cpp275 int delta = pos - m_pressedPos; local
279 delta = pos - m_documentDragPos;
282 int destinationPosition = (m_orientation == HorizontalScrollbar ? currentPosition.x() : currentPosition.y()) + delta;
283 if (delta > 0)
284 destinationPosition = std::min(destinationPosition + delta, maximum());
285 else if (delta < 0)
286 destinationPosition = std::max(destinationPosition + delta, 0);
293 delta += m_pressedPos - m_documentDragPos;
302 if (delta > 0)
303 delta
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DScrollAnimatorIOS.mm142 int delta = touchDelta.width();
143 handled |= m_scrollableAreaForTouchSequence->scroll(delta < 0 ? ScrollLeft : ScrollRight, ScrollByPixel, fabsf(delta));
148 int delta = touchDelta.height();
149 handled |= m_scrollableAreaForTouchSequence->scroll(delta < 0 ? ScrollUp : ScrollDown, ScrollByPixel, fabsf(delta));
/macosx-10.10/ICU-531.30/icuSources/samples/uciter8/
H A Duit_len8.c202 lenient8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) { argument
213 pos=delta;
219 pos=iter->index+delta;
222 /* the current UTF-16 index is unknown after setState(), use only delta */
230 pos=iter->length+delta;
237 if(delta>=0) {
240 /* the current UTF-16 index is unknown, use only delta */
277 delta=pos-iter->index;
278 if(delta==0) {
283 if(delta
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_rmclass.h125 #define TV_DELTA(a, b, delta) { \
128 delta = (a)->tv_usec - (b)->tv_usec; \
136 delta = 0; \
139 delta += 1000000; \
142 delta += 1000000; \
148 #define TV_ADD_DELTA(a, delta, res) { \
149 int xxus = (a)->tv_usec + (delta); \
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Ducharstrie.h433 int32_t delta=*pos++; local
434 if(delta>=kMinTwoUnitDeltaLead) {
435 if(delta==kThreeUnitDeltaLead) {
436 delta=(pos[0]<<16)|pos[1];
439 delta=((delta-kMinTwoUnitDeltaLead)<<16)|*pos++;
442 return pos+delta;
446 int32_t delta=*pos++; local
447 if(delta>=kMinTwoUnitDeltaLead) {
448 if(delta
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFloatRect.h93 void move(const FloatSize& delta) { m_location += delta; } argument
94 void moveBy(const FloatPoint& delta) { m_location.move(delta.x(), delta.y()); } argument
104 float delta = edge - x(); local
106 setWidth(std::max(0.0f, width() - delta));
110 float delta = edge - maxX(); local
111 setWidth(std::max(0.0f, width() + delta));
115 float delta local
121 float delta = edge - maxY(); local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dtabset.rb110 delta = 1 if (delta = cget(:gap)) == 'overlap' ||
111 (delta = self.winfo_pixels(delta) + 1) <= 0
121 find_overlapping(head, 0, head + delta, @canvas.winfo_height) .
132 find_overlapping(0, head, @canvas.winfo_width, head + delta) .
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dclock.c77 int32_t adjdelta; /* Nanosecond time delta for this adjustment period */
268 * If the delta has not yet passed, now is set to the start
270 * the expiry of the delta and the next call to calend_adjust(),
430 * Adjust the boottime based on the delta.
617 * Set delta to the standard, small, adjustment skew.
619 int32_t delta = calend_adjskew; local
627 delta *= 10;
628 if (delta > total)
629 delta = (int32_t)total;
632 * Convert the delta bac
730 int32_t delta; local
[all...]
H A Dtimer.c105 uint64_t delta)
108 timer->all_bits += delta;
112 low = delta + timer->low_bits;
103 timer_advance( timer_t timer, uint64_t delta) argument
/macosx-10.10/tcl-105/tk/tk/library/
H A Dscrlbar.tcl268 set delta [$w delta [expr {$x - $Priv(pressX)}] [expr {$y - $Priv(pressY)}]]
271 $w set [expr {[lindex $Priv(initValues) 0] + $delta}] \
272 [expr {[lindex $Priv(initValues) 1] + $delta}]
274 set delta [expr {round($delta * [lindex $Priv(initValues) 0])}]
276 [expr {[lindex $Priv(initValues) 2] + $delta}] \
277 [expr {[lindex $Priv(initValues) 3] + $delta}]]
280 ScrollToPos $w [expr {$Priv(initPos) + $delta}]
299 set delta [
[all...]
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dpanedwindow.tcl51 horizontal { set delta [expr {$x - $State(pressX)}] }
52 vertical { set delta [expr {$y - $State(pressY)}] }
54 $w sashpos $State(sash) [expr {$State(sashPos) + $delta}]
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dscrlbar.tcl268 set delta [$w delta [expr {$x - $Priv(pressX)}] [expr {$y - $Priv(pressY)}]]
271 $w set [expr {[lindex $Priv(initValues) 0] + $delta}] \
272 [expr {[lindex $Priv(initValues) 1] + $delta}]
274 set delta [expr {round($delta * [lindex $Priv(initValues) 0])}]
276 [expr {[lindex $Priv(initValues) 2] + $delta}] \
277 [expr {[lindex $Priv(initValues) 3] + $delta}]]
280 ScrollToPos $w [expr {$Priv(initPos) + $delta}]
299 set delta [
[all...]
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DGlyphIterator.h39 le_bool next(le_uint32 delta = 1);
40 le_bool prev(le_uint32 delta = 1);
78 le_bool nextInternal(le_uint32 delta = 1);
79 le_bool prevInternal(le_uint32 delta = 1);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebWheelEvent.cpp36 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, Modifiers modifiers, double timestamp) argument
40 , m_delta(delta)
54 WebWheelEvent::WebWheelEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const FloatSize& delta, const FloatSize& wheelTicks, Granularity granularity, bool directionInvertedFromDevice, Phase phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, uint32_t scrollCount, const WebCore::FloatSize& unacceleratedScrollingDelta, Modifiers modifiers, double timestamp) argument
58 , m_delta(delta)
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSDigestVector.c173 int delta = SOSDigestCompare(dv->digest[ix], dv->digest[new_ix]); local
174 assert(delta <= 0);
175 if (delta != 0)
206 int delta = SOSDigestCompare(dv1->digest[i1], dv2->digest[i2]); local
207 if (delta == 0) {
211 } else if (delta < 0) {
226 int delta = SOSDigestCompare(dv1->digest[i1], dv2->digest[i2]); local
227 if (delta == 0) {
231 } else if (delta < 0) {
252 int delta local
289 int delta = SOSDigestCompare(dvA->digest[a_ix], dvB->digest[b_ix]); local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Ddeltavfs.tcl10 A delta virtual filesystem. Requires the template vfs in templatevfs.tcl.
12 Mount the delta vfs first, then mount the versioning vfs using the virtual location created by the
13 delta vfs as its existing directory.
22 The delta vfs inherits the -cache and -volume options of the template vfs.
30 package provide vfs::template::version::delta 1.5.2
32 namespace eval ::vfs::template::version::delta {
77 set referenceFiles [glob -directory [file dirname $fileName] -nocomplain *vfs&delta$timeStamp]
78 if {[lindex [file system $fileName] 0] != "tclvfs"} {append referenceFiles " [glob -directory [file dirname $fileName] -nocomplain -type hidden *vfs&delta$timeStamp]"}
80 regsub {\;vfs&delta[0-9]*$} $referenceFile "" reconFile]
110 if {[string first "vfs&delta"
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSequence.java51 value by <code>delta</code>. The value of <code>delta</code> must be
55 the <code>delta</code> and the next batch of cached values.
70 @param delta
76 public long get(Transaction txn, int delta) argument
79 return seq.get((txn == null) ? null : txn.txn, delta,

Completed in 370 milliseconds

1234567891011>>