Home
last modified time | relevance | path

Searched defs:begin_bit (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A Dcub-RadixSortKeys.cu13 int64_t begin_bit, in radix_sort_keys()
H A Dcub-RadixSortPairs.cu15 int64_t begin_bit, in radix_sort_pairs_impl()
H A Dcub.cuh129 bool descending=false, int64_t begin_bit=0, int64_t end_bit=sizeof(key_t)*8 in segmented_sort_pairs()
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Daddress_pool_manager.cc222 const size_t begin_bit = (address - address_begin_) / kSuperPageSize; in TryReserveChunk() local