Searched refs:delta (Results 176 - 200 of 692) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/cxx/
H A Dcxx_seq.cpp79 (DbTxn *txnid, int32_t delta, db_seq_t *retp, u_int32_t flags),
80 (seq, unwrap(txnid), delta, retp, flags), 0)
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbSequence.java60 public long get(DbTxn txnid, int delta, int flags) throws com.sleepycat.db.DatabaseException { return db_javaJNI.DbSequence_get(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, delta, flags); } argument
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollAnimatorMac.h99 virtual void notifyPositionChanged(const FloatSize& delta);
127 virtual void notifyContentAreaScrolled(const FloatSize& delta) override;
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebFrameView.mm751 - (BOOL)_scrollVerticallyBy:(float)delta
759 point.y += delta;
763 - (BOOL)_scrollHorizontallyBy:(float)delta
766 point.x += delta;
790 float delta = [self _verticalPageScrollDistance];
791 return [self _scrollVerticallyBy:up ? -delta : delta];
802 float delta = [self _horizontalPageScrollDistance];
803 return [self _scrollHorizontallyBy:left ? -delta : delta];
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dtimer.el48 (defun timer-set-time (timer time &optional delta)
60 (aset timer 4 (and (numberp delta) (> delta 0) delta))
150 (defun timer-set-time-with-usecs (timer time usecs &optional delta)
161 (aset timer 4 (and (numberp delta) (> delta 0) delta))
/macosx-10.10/groff-38/groff/font/devps/generate/
H A Dsymbolchars40 delta *d
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtestidn.cpp240 /* ascertain if the value is index or delta */
335 int32_t value, index=0, delta=0; local
361 delta = value;
395 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
396 pTestIDNA->errln("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[0],(codepoint-delta));
/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Dctest.h268 * Append a time delta to str if it is significant (>5 ms) otherwise no change
269 * @param delta a delta in millis
273 str_timeDelta(char *str, UDate delta);
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.cpp133 int32_t delta = MacroAssembler::jumpSizeDelta(jumpsToLink[i].type(), jumpLinkType); local
134 if (delta) {
135 writePtr -= delta;
136 recordLinkOffsets(m_assemblerStorage, jumpsToLink[i].from() - delta, readPtr, readPtr - writePtr);
243 dataLogF("link %p: orig %u, compact %u (delta %u, %.2f%%)\n",
247 dataLogF("\ttotal %u: orig %u, compact %u (delta %u, %.2f%%)\n",
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.h140 bool queryRearmTimer(CFTimeInterval &delta);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.h140 bool queryRearmTimer(CFTimeInterval &delta);
/macosx-10.10/WebCore-7600.1.25/loader/ios/
H A DDiskImageCacheIOS.h124 void updateSize(unsigned delta);
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dgetflags.h173 int delta
/macosx-10.10/groff-38/groff/src/libs/libbib/
H A Dlinear.cpp84 int delta[256]; member in class:bmpattern
100 delta[i] = len;
103 delta[*inv] = len - i - 1;
117 const int *del = delta;
/macosx-10.10/vim-55/runtime/syntax/
H A Dsnnsnet.vim26 syn match snnsnetTitle "delta x"
27 syn match snnsnetTitle "delta y"
/macosx-10.10/xnu-2782.1.97/libkern/x86_64/
H A DOSAtomic.s91 #; SInt32 OSAddAtomic(SInt32 delta, SInt32 *address)
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dubidi_props.c145 int32_t delta=UBIDI_GET_MIRROR_DELTA(props); local
146 if(delta!=UBIDI_ESC_MIRROR_DELTA) {
147 return c+delta;
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWCommand.cpp348 AbsoluteTime delta; local
349 clock_interval_to_absolutetime_interval(fTimeout, kMicrosecondScale, &delta);
351 ADD_ABSOLUTETIME(&fDeadline, &delta);
/macosx-10.10/IOHIDFamily-606.1.7/tools/
H A DIOHIDUserDeviceTest.c433 CFAbsoluteTime delta; local
443 delta = sDeadline - CFAbsoluteTimeGetCurrent();
444 if ( delta > 0 )
445 usleep(delta*1000000);
477 CFAbsoluteTime delta; local
487 delta = sDeadline - CFAbsoluteTimeGetCurrent();
488 if ( delta > 0 )
489 usleep(delta*1000000);
518 CFAbsoluteTime delta; local
540 delta
[all...]
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dkvbuf.c275 kvbuf_grow(kvbuf_t *kv, uint32_t delta) argument
282 if (delta == 0) return;
284 if (kv->databuf == NULL) delta += sizeof(uint32_t);
286 newlen = kv->datalen + delta;
354 uint32_t kl, x, key_count, delta; local
363 delta = (2 * sizeof(uint32_t)) + kl;
364 kvbuf_grow(kv, delta);
396 kv->datalen += delta;
403 uint32_t x, val_count, delta; local
411 delta
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ascTool/
H A DascTool.cpp272 CFAbsoluteTime delta = end - start; local
281 inFileSize, outData.Length, (unsigned)(delta * 1000.0));
284 inSizeD / delta / 1024.0);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorStyleTextEditor.cpp217 void InspectorStyleTextEditor::shiftDisabledProperties(unsigned fromIndex, long delta) argument
221 range.start += delta;
222 range.end += delta;
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtelnet.el167 (delta (- (point) last-insertion))
187 (if (> delta 0)
188 (goto-char (+ (process-mark proc) delta))))))
/macosx-10.10/network_cmds-457/alias/
H A Dalias_irc.c325 int delta; local
328 delta = GetDeltaSeqOut(pip, link);
329 AddSeq(pip, link, delta+copyat+iCopy-dlen);
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixXId.c361 int anyEvents, delta;
382 delta = LastKnownRequestProcessed(dispPtr->display)
384 if (delta < 0) {
355 int anyEvents, delta; local

Completed in 547 milliseconds

1234567891011>>