Home
last modified time | relevance | path

Searched defs:bt (Results 1 – 25 of 113) sorted by relevance

12345

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Drdtsc_buckets.h130 BUCKET_THREAD& bt = mThreads[tlsThreadId]; in StartBucket() local
156 BUCKET_THREAD& bt = mThreads[tlsThreadId]; in StopBucket() local
187 BUCKET_THREAD& bt = mThreads[tlsThreadId]; in AddEvent() local
/external/llvm-project/openmp/runtime/src/
Dkmp_barrier.cpp47 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_gather_template()
154 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_release_template()
263 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_gather()
270 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_gather_cancellable()
277 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_release()
284 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_linear_barrier_release_cancellable()
292 __kmp_tree_barrier_gather(enum barrier_type bt, kmp_info_t *this_thr, int gtid, in __kmp_tree_barrier_gather()
404 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_tree_barrier_release()
512 __kmp_hyper_barrier_gather(enum barrier_type bt, kmp_info_t *this_thr, int gtid, in __kmp_hyper_barrier_gather()
637 enum barrier_type bt, kmp_info_t *this_thr, int gtid, int tid, in __kmp_hyper_barrier_release()
[all …]
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dmuloti4_test.c23 twords bt; in test__muloti4() local
42 twords bt; in test__muloti4() local
Ducmpti2_test.c23 utwords bt; in test__ucmpti2() local
Dcmpti2_test.c23 twords bt; in test__cmpti2() local
Dsubvti3_test.c25 twords bt; in test__subvti3() local
Daddvti3_test.c24 twords bt; in test__addvti3() local
Dumodti3_test.c21 utwords bt; in test__umodti3() local
/external/compiler-rt/test/builtins/Unit/
Dmuloti4_test.c32 twords bt; in test__muloti4() local
51 twords bt; in test__muloti4() local
Ducmpti2_test.c32 utwords bt; in test__ucmpti2() local
Dcmpti2_test.c32 twords bt; in test__cmpti2() local
Daddvti3_test.c33 twords bt; in test__addvti3() local
Dmulvti3_test.c32 twords bt; in test__mulvti3() local
Dsubvti3_test.c34 twords bt; in test__subvti3() local
Dudivti3_test.c30 utwords bt; in test__udivti3() local
Dumodti3_test.c30 utwords bt; in test__umodti3() local
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h146 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode) in BugReport()
150 BugReport(BugType& bt, StringRef shortDesc, StringRef desc, in BugReport()
156 BugReport(BugType &bt, StringRef desc, PathDiagnosticLocation l) in BugReport()
167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, in BugReport()
/external/pdfium/core/fxcrt/
Dfx_unicode.cpp24 #define CHARPROP____(mirror, ct, bd, bt) \ argument
57 #define CHARPROP____(mirror, ct, bd, bt) \ argument
129 #define CHARPROP____(mirror, ct, bd, bt) \ argument
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/PowerPC/
Dbranch-offset.s35 bt: label
/external/llvm-project/clang/test/CoverageMapping/
Dlogical.cpp4 bool bt = true; in main() local
/external/clang/test/CoverageMapping/
Dlogical.cpp4 bool bt = true; in main() local
/external/iproute2/ip/
Diplink_can.c115 struct can_bittiming bt = {}, dbt = {}; in can_parse_opt() local
316 struct can_bittiming *bt = RTA_DATA(tb[IFLA_CAN_BITTIMING]); in can_print_opt() local
380 struct can_bittiming *bt = in can_print_opt() local
/external/testng/src/test/java/test/configuration/
DSingleConfigurationTest.java32 public void bt() { in bt() method in SingleConfigurationTest
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
DAsPropertyTypeDeserializer.java30 public AsPropertyTypeDeserializer(JavaType bt, TypeIdResolver idRes, in AsPropertyTypeDeserializer()
39 public AsPropertyTypeDeserializer(JavaType bt, TypeIdResolver idRes, in AsPropertyTypeDeserializer()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h138 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport()
258 BasicBugReport(const BugType &bt, StringRef desc, PathDiagnosticLocation l) in BasicBugReport()
371 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()
375 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport()
388 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()

12345