Home
last modified time | relevance | path

Searched refs:first_size (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/util/
H A Dbitset.h218 const unsigned first_size = BITSET_WORDBITS - start_mod;
220 return __bitset_test_range(r, start, start + first_size - 1) ||
221 __bitset_test_range(r, start + first_size, end);
237 const unsigned first_size = BITSET_WORDBITS - start_mod;
239 __bitset_set_range(r, start, start + first_size - 1);
240 __bitset_set_range(r, start + first_size, end);
256 const unsigned first_size = BITSET_WORDBITS - start_mod;
258 __bitclear_clear_range(r, start, start + first_size - 1);
259 __bitclear_clear_range(r, start + first_size, end);
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc306 size_t first_size = first; in SliceHelper() local
315 if (first_size > from_byte_length) { in SliceHelper()
318 if (new_len_size > from_byte_length - first_size) { in SliceHelper()
319 new_len_size = from_byte_length - first_size; in SliceHelper()
322 DCHECK(first_size <= from_byte_length); in SliceHelper()
323 DCHECK(from_byte_length - first_size >= new_len_size); in SliceHelper()
325 reinterpret_cast<uint8_t*>(array_buffer->backing_store()) + first_size; in SliceHelper()
/third_party/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c501 unsigned first_size = 0, last_size = 6*6 - 1; in run_htile_address_test() local
520 first_size = last_size = 0; in run_htile_address_test()
526 for (unsigned size = first_size; size <= last_size; size++) { in run_htile_address_test()
676 unsigned first_size = 0, last_size = 6*6 - 1, max_bpp = 32; in run_cmask_address_test() local
684 first_size = last_size = 0; in run_cmask_address_test()
690 for (unsigned size = first_size; size <= last_size; size++) { in run_cmask_address_test()
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc348 uint64_t first_size = get_var_size_in_bits(o), in maybe_show_relative_size_change() local
353 if (first_size < second_size) in maybe_show_relative_size_change()
356 change = second_size - first_size; in maybe_show_relative_size_change()
358 else if (first_size > second_size) in maybe_show_relative_size_change()
361 change = first_size - second_size; in maybe_show_relative_size_change()
/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp298 unsigned first_size = BITSET_WORDBITS - start_mod; in set_bitset_range() local
300 set_bitset_range(words, start + first_size, size - first_size); in set_bitset_range()
312 unsigned first_size = BITSET_WORDBITS - start_mod; in test_bitset_range() local
314 test_bitset_range(words, start + first_size, size - first_size); in test_bitset_range()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A 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/mesa/main/
H A 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()
487 memcpy(variable_data, first, first_size); in multi_draw_arrays_async()
488 variable_data += first_size; in multi_draw_arrays_async()

Completed in 10 milliseconds