Searched refs:block1 (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_sync_test.cpp | 82 u64 block1[4] = {}; // fake malloc block in TEST() local 84 m->AllocBlock(thr, 0, (uptr)&block1[0], 3 * sizeof(u64)); in TEST() 85 m->AllocBlock(thr, 0, (uptr)&block1[3], 1 * sizeof(u64)); in TEST() 86 SyncVar *s1 = m->GetSyncOrCreate(thr, 0, (uptr)&block1[0], false); in TEST() 87 SyncVar *s2 = m->GetSyncOrCreate(thr, 0, (uptr)&block1[1], false); in TEST() 88 m->MoveMemory((uptr)&block1[0], (uptr)&block2[0], 4 * sizeof(u64)); in TEST() 89 MBlock *mb1 = m->GetBlock((uptr)&block1[0]); in TEST() 91 MBlock *mb2 = m->GetBlock((uptr)&block1[3]); in TEST() 99 s1 = m->GetSyncIfExists((uptr)&block1[0]); in TEST() 101 s2 = m->GetSyncIfExists((uptr)&block1[1]); in TEST()
|
/openbsd/lib/libcrypto/modes/ |
H A D | xts128.c | 94 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt() 137 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt() 173 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt() 184 (*ctx->block1)(scratch.c, scratch.c, ctx->key1); in CRYPTO_xts128_encrypt()
|
H A D | modes_local.h | 108 block128_f block1, block2; member
|
/openbsd/lib/libcrypto/evp/ |
H A D | e_aes.c | 311 xctx->xts.block1 = (block128_f)aesni_encrypt; in aesni_xts_init_key() 316 xctx->xts.block1 = (block128_f)aesni_decrypt; in aesni_xts_init_key() 1846 xctx->xts.block1 = (block128_f)vpaes_encrypt; in aes_xts_init_key() 1850 xctx->xts.block1 = (block128_f)vpaes_decrypt; in aes_xts_init_key() 1865 xctx->xts.block1 = (block128_f)AES_encrypt; in aes_xts_init_key() 1868 xctx->xts.block1 = (block128_f)AES_decrypt; in aes_xts_init_key()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 637 HANDLE_DW_FORM(0x0a, block1, 2, DWARF)
|
/openbsd/gnu/usr.bin/binutils/ |
H A D | md5.sum | 1835 b0dd08d05ad154fa1797fbb7b65f1b3a gas/testsuite/gas/hppa/parse/block1.s
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | md5.sum | 2253 324e688a23442952378a5807132d00be gas/testsuite/gas/hppa/parse/block1.s
|