Searched defs:cache_offset (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/sort/spreadsort/detail/ |
D | float_sort.hpp | 167 std::vector<RandomAccessIter> &bin_cache, unsigned cache_offset in positive_float_sort_rec() 227 unsigned cache_offset, size_t *bin_sizes) in negative_float_sort_rec() 288 std::vector<RandomAccessIter> &bin_cache, unsigned cache_offset in negative_float_sort_rec() 346 std::vector<RandomAccessIter> &bin_cache, unsigned cache_offset, in negative_float_sort_rec() 405 std::vector<RandomAccessIter> &bin_cache, unsigned cache_offset in float_sort_rec() 503 std::vector<RandomAccessIter> &bin_cache, unsigned cache_offset in float_sort_rec() 601 std::vector<RandomAccessIter> &bin_cache, unsigned cache_offset, in float_sort_rec()
|
D | spreadsort_common.hpp | 108 &bin_cache, unsigned cache_offset, unsigned &cache_end, unsigned bin_count) in size_bins()
|
D | string_sort.hpp | 164 unsigned cache_offset, size_t *bin_sizes) in string_sort_rec() 269 unsigned cache_offset, in reverse_string_sort_rec() 380 unsigned cache_offset, size_t *bin_sizes, in string_sort_rec() 483 unsigned cache_offset, size_t *bin_sizes, in string_sort_rec() 584 unsigned cache_offset, size_t *bin_sizes, in reverse_string_sort_rec()
|
D | integer_sort.hpp | 109 std::vector<RandomAccessIter> &bin_cache, unsigned cache_offset in spreadsort_rec() 253 std::vector<RandomAccessIter> &bin_cache, unsigned cache_offset in spreadsort_rec() 310 std::vector<RandomAccessIter> &bin_cache, unsigned cache_offset in spreadsort_rec()
|
/third_party/boost/libs/sort/test/ |
D | sort_detail_test.cpp | 210 unsigned cache_offset = 1; in size_bins_test() local
|
/third_party/boost/boost/math/special_functions/detail/ |
D | hypergeometric_1F1_bessel.hpp | 149 int n, log_scale, cache_offset; member 519 int n, cache_offset, scale; member
|
D | hypergeometric_1F1_large_abz.hpp | 68 int cache_offset; member
|
/third_party/mesa3d/src/util/ |
D | fossilize_db.c | 151 uint64_t cache_offset; in update_foz_index() local
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | tensor_py.cc | 314 size_t cache_offset = single_col_bytes * LongToSize(hashmap_data[i].value_); in MemCopyFromCacheToHost() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/ |
D | cache_embedding.cc | 153 size_t cache_offset = single_col_bytes * static_cast<size_t>(hashmap_data[i].value_); in MemCopyFromHostToCache() local
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbaseparse.c | 3330 gint64 cache_offset = GST_BUFFER_OFFSET (parse->priv->cache); in gst_base_parse_get_cached_available() local 3354 gint64 cache_offset = GST_BUFFER_OFFSET (parse->priv->cache); in gst_base_parse_pull_range() local
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-read-common.c | 2857 guint64 cache_offset = GST_BUFFER_OFFSET (common->cached_buffer); in gst_matroska_read_common_peek_bytes() local
|