Home
last modified time | relevance | path

Searched refs:not_aligned (Results 1 – 25 of 114) sorted by relevance

12345

/dports/science/qmcpack/qmcpack-3.11.0/src/Platforms/tests/CPU/
H A Dtest_aligned_allocator.cpp23 bool not_aligned; variable
27 not_aligned = (size_t)a.data() & (QMC_SIMD_ALIGNMENT - 1);
28 REQUIRE(!not_aligned);
31 not_aligned = (size_t)a.data() & (QMC_SIMD_ALIGNMENT - 1);
32 REQUIRE(!not_aligned);
36 not_aligned = (size_t)b.data() & (QMC_SIMD_ALIGNMENT - 1);
37 REQUIRE(!not_aligned);
40 not_aligned = (size_t)b.data() & (QMC_SIMD_ALIGNMENT - 1);
41 REQUIRE(!not_aligned);
/dports/textproc/py-pdfminer.six/pdfminer.six-20201018/tests/
H A Dtest_layout.py54 not_aligned = LTTextLineHorizontal(laparams.word_margin)
55 not_aligned.set_bbox((0, 6, 5, 8))
56 plane.add(not_aligned)
94 not_aligned = LTTextLineVertical(laparams.word_margin)
95 not_aligned.set_bbox((6, 0, 8, 5))
96 plane.add(not_aligned)
/dports/databases/mariadb104-server/mariadb-10.4.24/unittest/mysys/
H A Dbyte_order-t.c34 uchar *not_aligned= buf + CPU_LEVEL1_DCACHE_LINESIZE - 1; in test_byte_order() local
43 STORE_NAME(not_aligned, value); \ in test_byte_order()
44 ok(!memcmp(not_aligned, bytes, sizeof(bytes)), \ in test_byte_order()
46 ok(LOAD_NAME(not_aligned) == value, "not aligned\t" #LOAD_NAME); \ in test_byte_order()
/dports/databases/mariadb104-client/mariadb-10.4.24/unittest/mysys/
H A Dbyte_order-t.c34 uchar *not_aligned= buf + CPU_LEVEL1_DCACHE_LINESIZE - 1; in test_byte_order() local
43 STORE_NAME(not_aligned, value); \ in test_byte_order()
44 ok(!memcmp(not_aligned, bytes, sizeof(bytes)), \ in test_byte_order()
46 ok(LOAD_NAME(not_aligned) == value, "not aligned\t" #LOAD_NAME); \ in test_byte_order()
/dports/databases/mariadb105-client/mariadb-10.5.15/unittest/mysys/
H A Dbyte_order-t.c34 uchar *not_aligned= buf + CPU_LEVEL1_DCACHE_LINESIZE - 1; in test_byte_order() local
43 STORE_NAME(not_aligned, value); \ in test_byte_order()
44 ok(!memcmp(not_aligned, bytes, sizeof(bytes)), \ in test_byte_order()
46 ok(LOAD_NAME(not_aligned) == value, "not aligned\t" #LOAD_NAME); \ in test_byte_order()
/dports/databases/mariadb103-server/mariadb-10.3.34/unittest/mysys/
H A Dbyte_order-t.c34 uchar *not_aligned= buf + CPU_LEVEL1_DCACHE_LINESIZE - 1;
43 STORE_NAME(not_aligned, value); \
44 ok(!memcmp(not_aligned, bytes, sizeof(bytes)), \
46 ok(LOAD_NAME(not_aligned) == value, "not aligned\t" #LOAD_NAME); \
/dports/databases/mariadb103-client/mariadb-10.3.34/unittest/mysys/
H A Dbyte_order-t.c34 uchar *not_aligned= buf + CPU_LEVEL1_DCACHE_LINESIZE - 1;
43 STORE_NAME(not_aligned, value); \
44 ok(!memcmp(not_aligned, bytes, sizeof(bytes)), \
46 ok(LOAD_NAME(not_aligned) == value, "not aligned\t" #LOAD_NAME); \
/dports/databases/mariadb105-server/mariadb-10.5.15/unittest/mysys/
H A Dbyte_order-t.c34 uchar *not_aligned= buf + CPU_LEVEL1_DCACHE_LINESIZE - 1; in test_byte_order() local
43 STORE_NAME(not_aligned, value); \ in test_byte_order()
44 ok(!memcmp(not_aligned, bytes, sizeof(bytes)), \ in test_byte_order()
46 ok(LOAD_NAME(not_aligned) == value, "not aligned\t" #LOAD_NAME); \ in test_byte_order()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/hppa/
H A Dstrlen.S29 comb,<> start,end,$not_aligned
33 $not_aligned:
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/hppa/
H A Dstrlen.S29 comb,<> start,end,$not_aligned
33 $not_aligned:
H A Dmemcpy.S42 comb,<> tmp2,tmp1,not_aligned /* see if s1 is aligned w.r.t. s2. */
82 not_aligned: label
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/hppa/
H A Dstrlen.S29 comb,<> start,end,$not_aligned
33 $not_aligned:
H A Dmemcpy.S42 comb,<> tmp2,tmp1,not_aligned /* see if s1 is aligned w.r.t. s2. */
82 not_aligned: label
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/hppa/
H A Dstrlen.S29 comb,<> start,end,$not_aligned
33 $not_aligned:
H A Dmemcpy.S42 comb,<> tmp2,tmp1,not_aligned /* see if s1 is aligned w.r.t. s2. */
82 not_aligned: label
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/cipher/
H A Dxor_amd64.s14 JNZ not_aligned
42 not_aligned: label
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/crypto/cipher/
H A Dxor_amd64.s14 JNZ not_aligned
42 not_aligned: label
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/templexxx/xorsimd/
H A Dxorbytes_amd64.s10 JNZ not_aligned
38 not_aligned: label
H A Dxorsse2_amd64.s28 JNZ not_aligned
92 not_aligned: label
H A Dxoravx512_amd64.s28 JNZ not_aligned
93 not_aligned: label
H A Dxoravx2_amd64.s28 JNZ not_aligned
93 not_aligned: label
/dports/databases/postgis32/postgis-3.2.0/raster/test/regress/
H A Drt_gdalwarp.sql789 ST_Transform(rast, 994269) AS not_aligned,
796 ST_SameAlignment(not_aligned) AS not_aligned,
/dports/databases/postgis31/postgis-3.1.4/raster/test/regress/
H A Drt_gdalwarp.sql789 ST_Transform(rast, 994269) AS not_aligned,
796 ST_SameAlignment(not_aligned) AS not_aligned,
/dports/databases/postgis30/postgis-3.0.4/raster/test/regress/
H A Drt_gdalwarp.sql789 ST_Transform(rast, 994269) AS not_aligned,
796 ST_SameAlignment(not_aligned) AS not_aligned,
/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/tests/
H A Dtest_pooled_memory.cpp94 bool not_aligned = (((size_t)p.data()) + p.current()) & (QMC_SIMD_ALIGNMENT - 1); variable
95 REQUIRE(!not_aligned);

12345