Searched refs:resync (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/openct/
H A Dproto-t1.c197 goto resync;
225 goto resync;
245 goto resync;
271 goto resync;
296 goto resync;
341 goto resync;
367 goto resync;
408 goto resync;
440 /* the card is not allowed to send a resync. */
441 goto resync;
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DDisassembler.cpp175 DC->CommentStream.resync();
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A Draw_ostream.h483 /// resync - This is called when the SmallVector we're appending to is changed
486 void resync();
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb.c755 int resync, ret, t_ret; local
830 resync = TAILQ_FIRST(&dbp->active_queue) == NULL ? 0 : 1;
848 * the resync flag here, because join cursors aren't write cursors.
866 if (resync && !LF_ISSET(DB_NOSYNC) &&
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Draw_ostream.cpp723 /// resync - This is called when the SmallVector we're appending to is changed
726 void raw_svector_ostream::resync() { function in class:raw_svector_ostream
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCAsmStreamer.cpp284 CommentStream.resync();
309 CommentStream.resync();
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDKeyboard.cpp289 bool resync = _resyncLED; local
297 if (resync)
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DType.cpp491 TmpStream.resync();
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1292 S.resync();
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Didlw-shell.el650 "Command used by `idlwave-shell-resync-dirs' to query IDL for
785 ;;; resync our idea of where IDL execution currently is.
934 \\[idlwave-shell-resync-dirs] queries IDL in order to change Emacs current directory
1926 (defun idlwave-shell-resync-dirs ()
2217 ;; CWD might have changed, resync, to set default directory
2218 (idlwave-shell-resync-dirs)
2257 "Tries to resync the display with where execution has stopped.
4233 ([(control ?w)] ?w idlwave-shell-resync-dirs)
4521 ["Update Working Dir" idlwave-shell-resync-dirs t]

Completed in 230 milliseconds