Home
last modified time | relevance | path

Searched defs:tsc (Results 1 – 20 of 20) sorted by relevance

/third_party/libnl/lib/route/qdisc/
Dhfsc.c65 struct tc_service_curve tsc; in hfsc_class_msg_parser() local
73 struct tc_service_curve tsc; in hfsc_class_msg_parser() local
81 struct tc_service_curve tsc; in hfsc_class_msg_parser() local
106 static void hfsc_dump_tsc(struct nl_dump_params *p, struct tc_service_curve *tsc) in hfsc_dump_tsc()
149 struct tc_service_curve tsc; in hfsc_class_msg_fill() local
232 int rtnl_class_hfsc_get_rsc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_rsc()
246 int rtnl_class_hfsc_set_rsc(struct rtnl_class *class, const struct tc_service_curve *tsc) in rtnl_class_hfsc_set_rsc()
260 int rtnl_class_hfsc_get_fsc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_fsc()
274 int rtnl_class_hfsc_set_fsc(struct rtnl_class *class, const struct tc_service_curve *tsc) in rtnl_class_hfsc_set_fsc()
288 int rtnl_class_hfsc_get_usc(const struct rtnl_class *class, struct tc_service_curve *tsc) in rtnl_class_hfsc_get_usc()
[all …]
/third_party/typescript/scripts/
Dbisect-test.ts11 function tsc(tscArgs: string, onExit: (exitCode: number) => void) { function
12 const tsc = cp.exec("node built/local/tsc.js " + tscArgs,() => void 0); constant
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Drdtsc_buckets.h132 uint64_t tsc = __rdtsc(); in StartBucket() local
163 uint64_t tsc = __rdtsc(); in StopBucket() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_stateobj_tex.h9 uint32_t tsc[8]; member
Dnv50_screen.h96 } tsc; member
194 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) in nv50_screen_tsc_unlock()
210 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) in nv50_screen_tsc_free()
Dnv50_tex.c383 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]); in nv50_validate_tsc() local
/third_party/abseil-cpp/absl/base/internal/
Dsysinfo.cc170 int64_t tsc; // From UnscaledCycleClock::Now(). member
183 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dsysinfo.cc237 int64_t tsc; // From UnscaledCycleClock::Now(). member
250 int64_t tsc = UnscaledCycleClockWrapperForInitializeFrequency::Now(); in GetTimeTscPair() local
/third_party/skia/modules/canvaskit/external_test/typescript_browser/
Dpackage-lock.json26 "tsc": "bin/tsc", string
/third_party/skia/modules/canvaskit/external_test/typescript_browser_es6/
Dpackage-lock.json26 "tsc": "bin/tsc", string
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRRecords.h175 uint64_t tsc() const { return TSC; } in tsc() function
197 uint64_t tsc() const { return BaseTSC; } in tsc() function
224 uint64_t tsc() const { return TSC; } in tsc() function
/third_party/libnl/lib/cli/qdisc/
Dhfsc.c166 struct tc_service_curve tsc; in hfsc_parse_class_argv() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.h103 } tsc; member
220 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) in nvc0_screen_tsc_unlock()
236 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) in nvc0_screen_tsc_free()
Dnvc0_tex.c632 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); in nvc0_validate_tsc() local
690 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); in nve4_validate_tsc() local
802 struct nv50_tsc_entry *tsc = pipe->create_sampler_state(pipe, sampler); in nve4_create_texture_handle() local
860 uint32_t tsc = (handle & NVE4_TSC_ENTRY_INVALID) >> 20; in nve4_delete_texture_handle() local
/third_party/typescript/
Dpackage.json28 "tsc": "./bin/tsc", string
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp248 uint16_t tic, uint16_t tsc, in mkTex()
/third_party/mbedtls/programs/test/
Dbenchmark.c246 unsigned long tsc; in mbedtls_timing_hardclock() local
/third_party/skia/experimental/tskit/
Dpackage-lock.json2865 "tsc": "bin/tsc", string
/third_party/css-what/
Dpackage-lock.json4927 "tsc": "bin/tsc", string
/third_party/quickjs/
Dquickjs.c52564 struct TA_sort_context tsc; in js_typed_array_sort() local