Home
last modified time | relevance | path

Searched refs:for_each_set_bit (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/c10/test/util/
H A DBitset_test.cpp113 b.for_each_set_bit(callback); in TEST()
123 b.for_each_set_bit(callback); in TEST()
140 b.for_each_set_bit(callback); in TEST()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
H A Dvmx_msrs_test.c23 for_each_set_bit(bit, &mask, 64) { in vmx_fixed1_msr_test()
/aosp_15_r20/external/pytorch/c10/util/
H A DBitset.h59 void for_each_set_bit(Func&& func) const { in for_each_set_bit() function
/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatchKeyExtractor.h147 dispatch_arg_indices_reverse_.for_each_set_bit([&] (size_t reverse_arg_index) { in getDispatchKeySetBoxed()