Home
last modified time | relevance | path

Searched refs:multiblock (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d1209 ParentAllocator = NullAllocator, Flag!"multiblock" f = Yes.multiblock)
1386 mixin BitmappedBlockImpl!(false, f == Yes.multiblock);
1413 auto a = BitmappedBlock!(blockSize, 8, Mallocator, Yes.multiblock)(numBlocks * blockSize);
1441 auto a = BitmappedBlock!(blockSize, 8, Mallocator, No.multiblock)(1024 * blockSize);
1470 …auto a = BitmappedBlock!(chooseAtRuntime, 8, Region!Mallocator*, No.multiblock)(&r, 1024 * 64, 102…
1491 ParentAllocator = NullAllocator, Flag!"multiblock" f = Yes.multiblock)
1661 mixin BitmappedBlockImpl!(true, f == Yes.multiblock);
1720 …auto alloc1 = SharedBitmappedBlock!(blockSize, platformAlignment, Mallocator, Yes.multiblock)(1024…
1721 …auto alloc2 = SharedBitmappedBlock!(blockSize, platformAlignment, Mallocator, No.multiblock)(1024 …
1744 …auto a = (() @trusted => BitmappedBlock!(64, 64, NullAllocator, Yes.multiblock)(new ubyte[10_240])…
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dbuild.info3 #Needed for the multiblock code in rec_layer_s3.c
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_lib.c343 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; in evp_cipher_cache_constants() local
359 &multiblock); in evp_cipher_cache_constants()
375 if (multiblock) in evp_cipher_cache_constants()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c1395 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main() local
1627 multiblock = 1; in speed_main()
1755 if (multiblock) { in speed_main()
2608 if (multiblock && (EVP_CIPHER_flags(evp_cipher) & in speed_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c1371 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main() local
1603 multiblock = 1; in speed_main()
1758 if (multiblock) { in speed_main()
2220 if (multiblock && (EVP_CIPHER_get_flags(evp_cipher) & in speed_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DINSTALL422 no-multiblock
H A DCHANGES3160 OpenSSL 1.0.2 introduced the "multiblock" performance improvement. This
3162 NI instructions. A defect in the implementation of "multiblock" can cause