Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
H A Dcore-rtclock.c120 mach_timebase_info_data_t tbi; in pa_rtclock_hrtimer() local
123 mach_timebase_info(&tbi); in pa_rtclock_hrtimer()
126 time_nsec = tbi.numer / tbi.denom; in pa_rtclock_hrtimer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h262 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace() argument
/third_party/mksh/
H A Dexec.c1172 struct tbl *tp = NULL, *tbi; in findcom() local
1185 tbi = (flags & FC_BI) ? ktsearch(&builtins, name, h) : NULL; in findcom()
1190 if ((flags & FC_SPECBI) && tbi && (tbi->flag & SPEC_BI)) in findcom()
1191 tp = tbi; in findcom()
1203 if (!tp && (flags & FC_NORMBI) && tbi) in findcom()
1204 tp = tbi; in findcom()

Completed in 4 milliseconds