Home
last modified time | relevance | path

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

12345678910>>...35

/aosp_15_r20/external/rust/crates/uefi/src/
Dboot.rs113 let bt = boot_services_raw_panicking(); in raise_tpl() localVariable
114 let bt = unsafe { bt.as_ref() }; in raise_tpl() localVariable
132 let bt = boot_services_raw_panicking(); in allocate_pages() localVariable
133 let bt = unsafe { bt.as_ref() }; in allocate_pages() localVariable
158 let bt = boot_services_raw_panicking(); in free_pages() localVariable
159 let bt = unsafe { bt.as_ref() }; in free_pages() localVariable
173 let bt = boot_services_raw_panicking(); in allocate_pool() localVariable
174 let bt = unsafe { bt.as_ref() }; in allocate_pool() localVariable
194 let bt = boot_services_raw_panicking(); in free_pool() localVariable
195 let bt = unsafe { bt.as_ref() }; in free_pool() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/
Dboot.rs113 let bt = boot_services_raw_panicking(); in raise_tpl() localVariable
114 let bt = unsafe { bt.as_ref() }; in raise_tpl() localVariable
132 let bt = boot_services_raw_panicking(); in allocate_pages() localVariable
133 let bt = unsafe { bt.as_ref() }; in allocate_pages() localVariable
158 let bt = boot_services_raw_panicking(); in free_pages() localVariable
159 let bt = unsafe { bt.as_ref() }; in free_pages() localVariable
173 let bt = boot_services_raw_panicking(); in allocate_pool() localVariable
174 let bt = unsafe { bt.as_ref() }; in allocate_pool() localVariable
194 let bt = boot_services_raw_panicking(); in free_pool() localVariable
195 let bt = unsafe { bt.as_ref() }; in free_pool() localVariable
[all …]
/aosp_15_r20/libcore/ojluni/src/test/jdk/internal/math/FloatingDecimal/
H A DTestFDBigInteger.java138 BigInteger bt = t.toBigInteger(); in testLeftShift() local
188 BigInteger bt = t.toBigInteger(); in testQuoRemIteration() local
218 BigInteger bt = t.toBigInteger(); in testCmp() local
247 BigInteger bt = t.toBigInteger(); in testCmpPow52() local
270 BigInteger bt = t.toBigInteger(); in testAddAndCmp() local
308 BigInteger bt = t.toBigInteger(); in testMultBy10() local
332 BigInteger bt = t.toBigInteger(); in testMultByPow52() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.single.view/
H A Dctor.value.pass.cpp25 BigType bt; in test() local
31 const BigType bt; in test() local
38 BigType bt; in test() local
44 const BigType bt; in test() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c724 const struct crocus_binding_table *bt) in crocus_print_binding_table()
768 rewrite_src_with_bti(nir_builder *b, struct crocus_binding_table *bt, in rewrite_src_with_bti()
791 mark_used_with_src(struct crocus_binding_table *bt, nir_src *src, in mark_used_with_src()
821 struct crocus_binding_table *bt, in crocus_setup_binding_table()
1199 struct crocus_binding_table bt; in crocus_compile_vs() local
1398 struct crocus_binding_table bt; in crocus_compile_tcs() local
1548 struct crocus_binding_table bt; in crocus_compile_tes() local
1691 struct crocus_binding_table bt; in crocus_compile_gs() local
1831 struct crocus_binding_table bt; in crocus_compile_fs() local
2044 struct crocus_binding_table bt; in crocus_compile_clip() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/test/
Dstd_interop_test.cpp40 boost::system::error_category const & bt = boost::system::generic_category(); in test_generic_category() local
80 boost::system::error_category const & bt = boost::system::system_category(); in test_system_category() local
197 boost::system::error_category const & bt = user_category(); in test_user_category() local
334 boost::system::error_category const & bt = user2_category(); in test_user2_category() local
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A 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()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/benches/
H A Dbenchmarks.rs65 let bt = Backtrace::new_unresolved(); in new_unresolved() localVariable
76 let bt = Backtrace::new(); in new() localVariable
87 let mut bt = Backtrace::new_unresolved(); in new_unresolved_and_resolve_separate() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/benches/
H A Dbenchmarks.rs65 let bt = Backtrace::new_unresolved(); in new_unresolved() localVariable
76 let bt = Backtrace::new(); in new() localVariable
87 let mut bt = Backtrace::new_unresolved(); in new_unresolved_and_resolve_separate() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/benches/
H A Dbenchmarks.rs65 let bt = Backtrace::new_unresolved(); in new_unresolved() localVariable
76 let bt = Backtrace::new(); in new() localVariable
87 let mut bt = Backtrace::new_unresolved(); in new_unresolved_and_resolve_separate() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/benches/
H A Dbenchmarks.rs65 let bt = Backtrace::new_unresolved(); in new_unresolved() localVariable
76 let bt = Backtrace::new(); in new() localVariable
87 let mut bt = Backtrace::new_unresolved(); in new_unresolved_and_resolve_separate() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/benches/
H A Dbenchmarks.rs65 let bt = Backtrace::new_unresolved(); in new_unresolved() localVariable
76 let bt = Backtrace::new(); in new() localVariable
87 let mut bt = Backtrace::new_unresolved(); in new_unresolved_and_resolve_separate() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/benches/
H A Dbenchmarks.rs65 let bt = Backtrace::new_unresolved(); in new_unresolved() localVariable
76 let bt = Backtrace::new(); in new() localVariable
87 let mut bt = Backtrace::new_unresolved(); in new_unresolved_and_resolve_separate() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/benches/
H A Dbenchmarks.rs65 let bt = Backtrace::new_unresolved(); in new_unresolved() localVariable
76 let bt = Backtrace::new(); in new() localVariable
87 let mut bt = Backtrace::new_unresolved(); in new_unresolved_and_resolve_separate() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/benches/
H A Dbenchmarks.rs65 let bt = Backtrace::new_unresolved(); in new_unresolved() localVariable
76 let bt = Backtrace::new(); in new() localVariable
87 let mut bt = Backtrace::new_unresolved(); in new_unresolved_and_resolve_separate() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/benches/
H A Dbenchmarks.rs65 let bt = Backtrace::new_unresolved(); in new_unresolved() localVariable
76 let bt = Backtrace::new(); in new() localVariable
87 let mut bt = Backtrace::new_unresolved(); in new_unresolved_and_resolve_separate() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/benches/
H A Dbenchmarks.rs65 let bt = Backtrace::new_unresolved(); in new_unresolved() localVariable
76 let bt = Backtrace::new(); in new() localVariable
87 let mut bt = Backtrace::new_unresolved(); in new_unresolved_and_resolve_separate() localVariable
/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c272 bt_init(prof_bt_t *bt, void **vec) { in bt_init()
320 prof_backtrace(prof_bt_t *bt) { in prof_backtrace()
362 prof_backtrace(prof_bt_t *bt) { in prof_backtrace()
371 prof_backtrace(prof_bt_t *bt) { in prof_backtrace()
534 prof_backtrace(prof_bt_t *bt) { in prof_backtrace()
553 prof_gctx_create(tsdn_t *tsdn, prof_bt_t *bt) { in prof_gctx_create()
720 prof_lookup_global(tsd_t *tsd, prof_bt_t *bt, prof_tdata_t *tdata, in prof_lookup_global()
785 prof_lookup(tsd_t *tsd, prof_bt_t *bt) { in prof_lookup()
1348 const prof_bt_t *bt, prof_gctx_tree_t *gctxs) { in prof_dump_gctx()
1870 prof_bt_t *bt = (prof_bt_t *)key; in prof_bt_hash() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h136 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport()
256 BasicBugReport(const BugType &bt, StringRef desc, PathDiagnosticLocation l) in BasicBugReport()
369 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()
373 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport()
386 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h136 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport()
256 BasicBugReport(const BugType &bt, StringRef desc, PathDiagnosticLocation l) in BasicBugReport()
369 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()
373 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport()
386 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h136 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport()
256 BasicBugReport(const BugType &bt, StringRef desc, PathDiagnosticLocation l) in BasicBugReport()
369 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()
373 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport()
386 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h136 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport()
256 BasicBugReport(const BugType &bt, StringRef desc, PathDiagnosticLocation l) in BasicBugReport()
369 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()
373 PathSensitiveBugReport(const BugType &bt, StringRef shortDesc, StringRef desc, in PathSensitiveBugReport()
386 PathSensitiveBugReport(const BugType &bt, StringRef desc, in PathSensitiveBugReport()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c494 const struct iris_binding_table *bt) in iris_finalize_program()
1242 const struct iris_binding_table *bt) in iris_print_binding_table()
1291 iris_group_index_to_bti(const struct iris_binding_table *bt, in iris_group_index_to_bti()
1310 iris_bti_to_group_index(const struct iris_binding_table *bt, in iris_bti_to_group_index()
1328 rewrite_src_with_bti(nir_builder *b, struct iris_binding_table *bt, in rewrite_src_with_bti()
1351 mark_used_with_src(struct iris_binding_table *bt, nir_src *src, in mark_used_with_src()
1381 struct iris_binding_table *bt, in iris_setup_binding_table()
1859 struct iris_binding_table bt; in iris_compile_vs() local
2066 struct iris_binding_table bt; in iris_compile_tcs() local
2277 struct iris_binding_table bt; in iris_compile_tes() local
[all …]
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_unicode.cpp28 #define CHARPROP____(mirror, ct, bd, bt) \ argument
61 #define CHARPROP____(mirror, ct, bd, bt) \ argument
133 #define CHARPROP____(mirror, ct, bd, bt) \ argument
/aosp_15_r20/external/iproute2/ip/
H A 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

12345678910>>...35