Home
last modified time | relevance | path

Searched refs:aligned16 (Results 1 – 23 of 23) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/containers/
H A Dstack_container_unittest.cc125 StackVector<AlignedData<16>, 1> aligned16; in TEST() local
126 aligned16->push_back(AlignedData<16>()); in TEST()
127 EXPECT_TRUE(IsAligned(&aligned16[0], 16)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/containers/
H A Dstack_container_unittest.cc127 StackVector<AlignedData<16>, 1> aligned16; in TEST() local
128 aligned16->push_back(AlignedData<16>()); in TEST()
129 EXPECT_ALIGNED(&aligned16[0], 16); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/unittests/
H A DStackContainerTests.cpp124 StackVector<AlignedData<16>, 1> aligned16; in TEST() local
125 aligned16->push_back(AlignedData<16>()); in TEST()
126 EXPECT_ALIGNED(&aligned16[0], 16); in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/test/Instrumentation/EfficiencySanitizer/
H A Dworking_set_strict.ll94 define i128 @aligned16(i128* %a) {
H A Dworking_set_basic.ll93 define i128 @aligned16(i128* %a) {
/dports/devel/llvm70/llvm-7.0.1.src/test/Instrumentation/EfficiencySanitizer/
H A Dworking_set_strict.ll94 define i128 @aligned16(i128* %a) {
H A Dworking_set_basic.ll93 define i128 @aligned16(i128* %a) {
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dspnego.c318 } aligned16; typedef
320 static aligned16 gss_krb5_mech_oid_bytes = { { 0x2a, 0x86, 0x48, 0x86, 0xf7,
327 static aligned16 gss_mskrb5_mech_oid_bytes = { { 0x2a, 0x86, 0x48, 0x82, 0xf7,
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c1723 static inline Bool aligned16 ( Addr a ) { in aligned16() function
5617 if (UNLIKELY(!aligned16(a))) goto slowcase; in zsm_sapply16__msmcread()
6019 if (!aligned16(a) && len >= 1) { in zsm_sset_range_SMALL()
6023 tl_assert(aligned16(a)); in zsm_sset_range_SMALL()
6064 tl_assert(aligned16(a)); in zsm_sset_range_SMALL()
6260 if (!aligned16(a) && len >= 1) { in zsm_sapplyNN_f__msmcwrite()
6264 tl_assert(aligned16(a)); in zsm_sapplyNN_f__msmcwrite()
6305 tl_assert(aligned16(a)); in zsm_sapplyNN_f__msmcwrite()
6376 if (!aligned16(a) && len >= 1) { in zsm_sapplyNN_f__msmcread()
6380 tl_assert(aligned16(a)); in zsm_sapplyNN_f__msmcread()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c1723 static inline Bool aligned16 ( Addr a ) { in aligned16() function
5617 if (UNLIKELY(!aligned16(a))) goto slowcase; in zsm_sapply16__msmcread()
6019 if (!aligned16(a) && len >= 1) { in zsm_sset_range_SMALL()
6023 tl_assert(aligned16(a)); in zsm_sset_range_SMALL()
6064 tl_assert(aligned16(a)); in zsm_sset_range_SMALL()
6260 if (!aligned16(a) && len >= 1) { in zsm_sapplyNN_f__msmcwrite()
6264 tl_assert(aligned16(a)); in zsm_sapplyNN_f__msmcwrite()
6305 tl_assert(aligned16(a)); in zsm_sapplyNN_f__msmcwrite()
6376 if (!aligned16(a) && len >= 1) { in zsm_sapplyNN_f__msmcread()
6380 tl_assert(aligned16(a)); in zsm_sapplyNN_f__msmcread()
[all …]
/dports/lang/gambit-c/gambit-4.9.3/contrib/GambitREPL/
H A Ddigest.scm541 (aligned16 (fx+ i 1) 0))
542 (aligned16 (fx+ i 1) new-bit-pos))))))
545 (define (aligned16 i bit-pos)
576 (aligned16 (fx+ i 2) 0))
577 (aligned16 (fx+ i 2) new-bit-pos))))
582 (aligned16 start bit-pos))
/dports/lang/gambit-c/gambit-4.9.3/lib/
H A Ddigest.scm541 (aligned16 (fx+ i 1) 0))
542 (aligned16 (fx+ i 1) new-bit-pos))))))
545 (define (aligned16 i bit-pos)
576 (aligned16 (fx+ i 2) 0))
577 (aligned16 (fx+ i 2) new-bit-pos))))
582 (aligned16 start bit-pos))
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_instruction_selection.cpp4336 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
4340 if (byte >= 16 && aligned16 && large_ds_write) { in store_lds()
4343 } else if (byte >= 12 && aligned16 && large_ds_write) { in store_lds()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/
H A Daco_instruction_selection.cpp4336 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
4340 if (byte >= 16 && aligned16 && large_ds_write) { in store_lds()
4343 } else if (byte >= 12 && aligned16 && large_ds_write) { in store_lds()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/compiler/
H A Daco_instruction_selection.cpp4336 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
4340 if (byte >= 16 && aligned16 && large_ds_write) { in store_lds()
4343 } else if (byte >= 12 && aligned16 && large_ds_write) { in store_lds()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/
H A Daco_instruction_selection.cpp4336 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
4340 if (byte >= 16 && aligned16 && large_ds_write) { in store_lds()
4343 } else if (byte >= 12 && aligned16 && large_ds_write) { in store_lds()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/
H A Daco_instruction_selection.cpp4336 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
4340 if (byte >= 16 && aligned16 && large_ds_write) { in store_lds()
4343 } else if (byte >= 12 && aligned16 && large_ds_write) { in store_lds()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/amd/compiler/
H A Daco_instruction_selection.cpp4336 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
4340 if (byte >= 16 && aligned16 && large_ds_write) { in store_lds()
4343 } else if (byte >= 12 && aligned16 && large_ds_write) { in store_lds()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/amd/compiler/
H A Daco_instruction_selection.cpp4336 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
4340 if (byte >= 16 && aligned16 && large_ds_write) { in store_lds()
4343 } else if (byte >= 12 && aligned16 && large_ds_write) { in store_lds()
/dports/graphics/mesa-dri/mesa-21.3.6/src/amd/compiler/
H A Daco_instruction_selection.cpp4336 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
4340 if (byte >= 16 && aligned16 && large_ds_write) { in store_lds()
4343 } else if (byte >= 12 && aligned16 && large_ds_write) { in store_lds()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/compiler/
H A Daco_instruction_selection.cpp4493 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
4497 if (byte >= 16 && aligned16 && large_ds_write) { in store_lds()
4500 } else if (byte >= 12 && aligned16 && large_ds_write) { in store_lds()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/
H A Daco_instruction_selection.cpp3843 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
3847 if (bytes >= 16 && aligned16 && large_ds_write) { in store_lds()
3850 } else if (bytes >= 12 && aligned16 && large_ds_write) { in store_lds()
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/
H A Daco_instruction_selection.cpp4336 bool aligned16 = offset % 16 == 0 && align % 16 == 0; in store_lds() local
4340 if (byte >= 16 && aligned16 && large_ds_write) { in store_lds()
4343 } else if (byte >= 12 && aligned16 && large_ds_write) { in store_lds()