Home
last modified time | relevance | path

Searched refs:high_offset (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/processor/
Dstatic_range_map_unittest.cc222 AddressType high_offset = 1; in RetrieveTest() local
225 high_offset = 0; // don't check one over the target. in RetrieveTest()
230 for (AddressType offset = low_offset; offset <= high_offset; ++offset) { in RetrieveTest()
Drange_map_unittest.cc142 AddressType high_offset = 1; in RetrieveTest() local
145 high_offset = 0; // don't check one over the target. in RetrieveTest()
150 for (AddressType offset = low_offset; offset <= high_offset; ++offset) { in RetrieveTest()
/external/ImageMagick/MagickCore/
Dnt-base.c1708 high_offset, in NTMapMemory() local
1728 high_offset=(DWORD) ((offset >> 32) & 0xFFFFFFFFUL); in NTMapMemory()
1755 map=(void *) MapViewOfFile(map_handle,access_mode,high_offset,low_offset, in NTMapMemory()
/external/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c641 unsigned high_offset = high->offset_signed - low->offset_signed; in new_bitsize_acceptable() local
646 if (high_offset > 0) in new_bitsize_acceptable()
647 common_bit_size = MIN2(common_bit_size, (1u << (ffs(high_offset * 8) - 1))); in new_bitsize_acceptable()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2228 unsigned num_components, unsigned high_offset, in ntt_should_vectorize_io() argument
/external/mesa3d/docs/relnotes/
D20.3.0.rst1567 - nir: Drop the high_offset argument to the load_store_vectorizer filter.