Searched refs:tbi (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/libdispatch-442.1.4/src/
H A Dbenchmark.c25 mach_timebase_info_data_t tbi; member in struct:__dispatch_benchmark_data_s
52 kr = mach_timebase_info(&bdata->tbi);
65 lcost *= bdata->tbi.numer;
66 lcost /= bdata->tbi.denom;
118 conversion *= bdata.tbi.numer;
119 big_denom = bdata.tbi.denom;
H A Dtime.c55 mach_timebase_info_data_t tbi; local
56 (void)dispatch_assume_zero(mach_timebase_info(&tbi));
57 _dispatch_host_time_data.frac = tbi.numer;
58 _dispatch_host_time_data.frac /= tbi.denom;
59 _dispatch_host_time_data.ratio_1_to_1 = (tbi.numer == tbi.denom);
/macosx-10.10/IOGraphics-485/tools/
H A Dgaussblur.c42 struct mach_timebase_info tbi; local
47 r = mach_timebase_info(&tbi);
51 num = tbi.numer;
52 denom = tbi.denom;
/macosx-10.10/Libc-1044.1.2/os/
H A Ddebug_private.c161 mach_timebase_info_data_t tbi; local
162 if (mach_timebase_info(&tbi) == 0) {
164 tbi.numer, tbi.denom);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineTraceMetrics.h223 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.c10154 // tbi.numer = 1000 million
10155 // tbi.denom = 33 million
10163 // tbi.denom is at least 1, and not more than 2^32-1.
10164 // Therefore (tbi.denom * 1000000) is at least one million, but cannot overflow a uint64_t.
10165 // tbi.denom is at least 1, and not more than 2^32-1.
10171 struct mach_timebase_info tbi; local
10172 kern_return_t result = mach_timebase_info(&tbi);
10173 if (result == KERN_SUCCESS) mDNSPlatformClockDivisor = ((uint64_t)tbi.denom * 1000000) / tbi.numer;
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim521 call <SID>BinOptionG("tbi", &tbi)
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim31 syn keyword vimOption contained aleph ar autoindent backspace ballooneval bg bkc bsdir cb cfu cinkeys cmdwinheight columns completeopt cot cscopepathcomp csprg cursorbind define diffexpr dy ef eol esckeys fcs fdn ff fillchars foldclose foldmarker formatlistpat gcr ghr guicursor guitablabel hi hkmapp icon imcmdline inc indk isfname joinspaces kmp lcs listchars lw mat maxmempattern mis mmt mouse mouseshape mzquantum odev osfiletype patchmode ph preserveindent printheader pvh relativenumber rightleftcmd ru sbr scrolloff selection shellcmdflag shellxquote showcmd sidescroll smartindent sol spellsuggest sr stal sua swf ta taglength tbi termbidi tf title to ts tty ttytype ul updatetime ve viewoptions wak weirdinvert wig wildoptions winheight wm wrapmargin ws

Completed in 233 milliseconds