Searched refs:tsr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFDate.c61 CF_PRIVATE CFTimeInterval __CFTSRToTimeInterval(uint64_t tsr) { argument
62 return (CFTimeInterval)((double)tsr * __CF1_TSRRate);
65 CF_PRIVATE CFTimeInterval __CFTimeIntervalUntilTSR(uint64_t tsr) { argument
68 if (tsr >= now) {
69 return __CFTSRToTimeInterval(tsr - now);
71 return -__CFTSRToTimeInterval(now - tsr);
76 CF_PRIVATE uint64_t __CFTSRToNanoseconds(uint64_t tsr) { argument
77 double tsrInNanoseconds = floor(tsr * __CF1_TSRRate * NSEC_PER_SEC);
82 CF_PRIVATE dispatch_time_t __CFTSRToDispatchTime(uint64_t tsr) { argument
83 uint64_t tsrInNanoseconds = __CFTSRToNanoseconds(tsr);
[all...]
H A DCFInternal.h290 extern CFTimeInterval __CFTSRToTimeInterval(uint64_t tsr);
292 CF_PRIVATE CFTimeInterval __CFTimeIntervalUntilTSR(uint64_t tsr);
293 CF_PRIVATE dispatch_time_t __CFTSRToDispatchTime(uint64_t tsr);
294 CF_PRIVATE uint64_t __CFTSRToNanoseconds(uint64_t tsr);
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim779 call <SID>OptionG("tsr", &tsr)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvim.vim27 syn keyword vimOption contained acd ambiwidth arabicshape autowriteall backupdir bdlay binary breakat bufhidden cd ci cinw co commentstring confirm cpoptions cscopetag csto cwh dg dip eadirection ek equalprg ex fdi fen fileencodings flp foldexpr foldnestmax fp gfm grepformat guifontwide helpheight highlight hlg im imi incsearch infercase isk keymap langmenu linespace loadplugins macatsui maxcombine mef mls modelines mousehide mp nu omnifunc paragraphs penc pm printdevice printoptions quoteescape restorescreen rnu rulerformat scr sect sft shellredir shm showmode sj smd spell splitbelow ssl stl sw sxq tabpagemax tags tbis terse thesaurus titleold toolbariconsize tsr ttyfast tx undofile ut verbosefile virtualedit wb wfw wildcharm winaltkeys winminwidth wmnu write
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el3703 (defconst org-tsr-regexp (concat org-ts-regexp "\\(--?-?"
3706 (defconst org-tsr-regexp-both (concat org-ts-regexp-both "\\(--?-?"
3791 (if (re-search-forward org-tsr-regexp-both limit t)
12411 (let* ((tsr (if inactive-ok org-ts-regexp3 org-ts-regexp2))
12413 (ans (or (looking-at tsr)
12417 (and (looking-at tsr)
12504 (let ((tsr org-ts-regexp) diff
12511 (looking-at (concat ".*" tsr))))

Completed in 434 milliseconds