Home
last modified time | relevance | path

Searched refs:first_size (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/program_options/test/
Dprogram_options_size_test.py36 first_size = None
43 first_size = size
45 print "Avarage: ", (last_size-first_size)/(range[-1]-range[0])
/third_party/boost/boost/test/data/monomorphic/
Djoin.hpp63 explicit iterator( dataset1_iter&& it1, dataset2_iter&& it2, data::size_t first_size ) in iterator()
66 , m_first_size( first_size ) in iterator()
/third_party/mesa3d/src/amd/common/
Dac_surface_meta_address_test.c483 unsigned first_size = 0, last_size = 6*6 - 1, max_bpp = 32; in run_htile_address_test() local
487 first_size = last_size = 0; in run_htile_address_test()
493 for (unsigned size = first_size; size <= last_size; size++) { in run_htile_address_test()
641 unsigned first_size = 0, last_size = 6*6 - 1, max_bpp = 32; in run_cmask_address_test() local
645 first_size = last_size = 0; in run_cmask_address_test()
651 for (unsigned size = first_size; size <= last_size; size++) { in run_cmask_address_test()
/third_party/mesa3d/src/util/
Dbitset.h217 const unsigned first_size = BITSET_WORDBITS - start_mod; in __bitset_set_range() local
219 __bitset_set_range(r, start, start + first_size - 1); in __bitset_set_range()
220 __bitset_set_range(r, start + first_size, end); in __bitset_set_range()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc556 size_t first_size = data.size() - (flats - 1) * kMaxFlatLength; in Prepend() local
557 CordRepFlat* flat = CordRepFlat::New(first_size + extra); in Prepend()
558 flat->length = first_size + extra; in Prepend()
559 memcpy(flat->Data() + extra, data.data(), first_size); in Prepend()
560 data.remove_prefix(first_size); in Prepend()
562 pos -= first_size; in Prepend()
/third_party/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp292 unsigned first_size = BITSET_WORDBITS - start_mod; in set_bitset_range() local
294 set_bitset_range(words, start + first_size, size - first_size); in set_bitset_range()
306 unsigned first_size = BITSET_WORDBITS - start_mod; in test_bitset_range() local
308 test_bitset_range(words, start + first_size, size - first_size); in test_bitset_range()
/third_party/mesa3d/src/mesa/main/
Dglthread_draw.c468 int first_size = sizeof(GLint) * draw_count; in multi_draw_arrays_async() local
472 first_size + count_size + buffers_size; in multi_draw_arrays_async()
482 memcpy(variable_data, first, first_size); in multi_draw_arrays_async()
483 variable_data += first_size; in multi_draw_arrays_async()
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dslice_prepose_pass.cc434 auto first_size = GetSliceBeginAndSize(first_slice_cnode, SliceSizeIndex); in SiblingsAreSameSlice() local
436 …MS_CHECK_TRUE_MSG(first_size.size() >= first_axes.size(), RET_ERROR, "first_size.size() is wrong"); in SiblingsAreSameSlice()
465 if (size[j] != first_size[k]) { in SiblingsAreSameSlice()
470 … auto actual_first_size = first_size[k] > 0 ? first_size[k] : ref_shape[axe] - first_begin[k]; in SiblingsAreSameSlice()
/third_party/python/Doc/library/
Dtracemalloc.rst268 first_size, first_peak = tracemalloc.get_traced_memory()
277 print(f"{first_size=}, {first_peak=}")
282 first_size=664, first_peak=3592984