| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
| udivmodsi4.S | 57 * This depends on the fixed instruction size of block. 60 * block(shift) implements the test-and-update-quotient core. 109 /* Last block, no need to update r3 or r4. */ 121 #define block(shift) \ define 127 block(31) 128 block(30) 129 block(29) 130 block(28) 131 block(27) 132 block(26 [all...] |
| udivsi3.S | 57 * This depends on the fixed instruction size of block. 60 * block(shift) implements the test-and-update-quotient core. 107 /* Last block, no need to update r2 or r3. */ 118 #define block(shift) \ define 124 block(31) 125 block(30) 126 block(29) 127 block(28) 128 block(27) 129 block(26 [all...] |
| umodsi3.S | 55 * This depends on the fixed instruction size of block. 58 * block(shift) implements the test-and-update-quotient core. 103 /* Last block, no need to update r2 or r3. */ 112 #define block(shift) \ define 117 block(31) 118 block(30) 119 block(29) 120 block(28) 121 block(27) 122 block(26 [all...] |
| /src/sys/dev/hdaudio/ |
| hdafg_dd.c | 50 struct eld_baseline_block *block = &hdi->eld; local 59 if (datalen < sizeof(block->header)) { 66 memcpy(&block->header, data, sizeof(block->header)); 67 data += sizeof(block->header); 68 datalen -= sizeof(block->header); 70 if (datalen < block->header.baseline_eld_len * 4 || 71 datalen < sizeof(*block) - sizeof(block->header)) { 78 datalen = block->header.baseline_eld_len * 4 [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa2012/ref/ |
| stream_salsa2012_ref.c | 18 unsigned char block[64]; local 47 crypto_core_salsa2012(block, in, kcopy, NULL); 49 c[i] = block[i]; 52 sodium_memzero(block, sizeof block); 64 unsigned char block[64]; local 82 crypto_core_salsa2012(block, in, kcopy, NULL); 84 c[i] = m[i] ^ block[i]; 97 crypto_core_salsa2012(block, in, kcopy, NULL); 99 c[i] = m[i] ^ block[i] [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa208/ref/ |
| stream_salsa208_ref.c | 18 unsigned char block[64]; local 47 crypto_core_salsa208(block, in, kcopy, NULL); 49 c[i] = block[i]; 52 sodium_memzero(block, sizeof block); 64 unsigned char block[64]; local 82 crypto_core_salsa208(block, in, kcopy, NULL); 84 c[i] = m[i] ^ block[i]; 97 crypto_core_salsa208(block, in, kcopy, NULL); 99 c[i] = m[i] ^ block[i] [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| e_camellia.c | 29 block128_f block; member in struct:__anon2032 90 dat->block = (block128_f) cmll_t4_decrypt; 106 dat->block = (block128_f) cmll_t4_encrypt; 228 dat->block = (block128_f) Camellia_decrypt; 232 dat->block = (block128_f) Camellia_encrypt; 251 EVP_CIPHER_CTX_iv_noconst(ctx), dat->block); 254 EVP_CIPHER_CTX_iv_noconst(ctx), dat->block); 270 (*dat->block) (in + i, out + i, &dat->ks); 282 EVP_CIPHER_CTX_iv_noconst(ctx), &num, dat->block); 294 EVP_CIPHER_CTX_iv_noconst(ctx), &num, EVP_CIPHER_CTX_encrypting(ctx), dat->block); [all...] |
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| nxt.h | 34 uint8_t block = (uint8_t)(code / 8), highest_block = block; local 36 memset(rdata->octets, 0, block + 1); 37 rdata->octets[block] = (uint8_t)(1 << (7 - bit)); 44 block = (uint8_t)(code / 8); 45 if (block > highest_block) { 46 memset(&rdata->octets[highest_block+1], 0, block - highest_block); 47 highest_block = block; 49 rdata->octets[block] |= 1 << (7 - bit);
|
| /src/external/gpl2/libmalloc/dist/ |
| malloc-find.c | 3 /* Find the starting address of a malloc'd block, from anywhere inside it. 36 __malloc_size_t block = BLOCK (ptr); local 37 int type = _heapinfo[block].busy.type; 42 __malloc_ptrdiff_t sizevalue = _heapinfo[block].busy.info.size; 47 block += sizevalue; 49 /* BLOCK is now the first block of the object. 51 return ADDRESS (block); 55 /* Get the size of fragments in this block. * [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/ |
| scm-frame.c | 11 int block (void) function 21 return 0; /* Block break here. */ 28 block ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-frame.c | 11 int block (void) function 21 return 0; /* Block break here. */ 28 block ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/ |
| scm-frame.c | 11 int block (void) function 21 return 0; /* Block break here. */ 28 block ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-frame.c | 11 int block (void) function 21 return 0; /* Block break here. */ 28 block ();
|
| /src/external/mit/isl/dist/ |
| isl_vec_private.h | 17 struct isl_blk block; member in struct:isl_vec
|
| /src/external/public-domain/xz/dist/src/liblzma/common/ |
| stream_buffer_encoder.c | 28 // Get the maximum possible size of a Block. 59 // getting too big and still being accepted with LZMA_OK, and Block 88 // Encode a Block but only if there is at least one byte of input. 89 lzma_block block = { local 96 return_if_error(lzma_block_buffer_encode(&block, allocator, 112 lzma_block_unpadded_size(&block), 113 block.uncompressed_size);
|
| /src/sbin/fsck_msdos/ |
| boot.c | 48 u_char *block; local 63 block = calloc(1, secsize); 64 if (block == NULL) 67 if ((size_t)read(dosfs, block, secsize) != secsize) { 68 perr("could not read boot block"); 69 free(block); 73 if (block[510] != 0x55 || block[511] != 0xaa) { 74 pfatal("Invalid signature in boot block: %02x%02x", block[511], block[510]) [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/ref/ |
| salsa20_ref.c | 23 unsigned char block[64]; local 52 crypto_core_salsa20(block, in, kcopy, NULL); 54 c[i] = block[i]; 57 sodium_memzero(block, sizeof block); 69 unsigned char block[64]; local 88 crypto_core_salsa20(block, in, kcopy, NULL); 90 c[i] = m[i] ^ block[i]; 103 crypto_core_salsa20(block, in, kcopy, NULL); 105 c[i] = m[i] ^ block[i] [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| sm4_internal_test.c | 55 uint8_t block[SM4_BLOCK_SIZE]; local 58 memcpy(block, input, SM4_BLOCK_SIZE); 60 ossl_sm4_encrypt(block, block, &key); 61 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected, SM4_BLOCK_SIZE)) 65 ossl_sm4_encrypt(block, block, &key); 67 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected_iter, SM4_BLOCK_SIZE)) 71 ossl_sm4_decrypt(block, block, &key) [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| sm4_internal_test.c | 55 uint8_t block[SM4_BLOCK_SIZE]; local 58 memcpy(block, input, SM4_BLOCK_SIZE); 60 ossl_sm4_encrypt(block, block, &key); 61 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected, SM4_BLOCK_SIZE)) 65 ossl_sm4_encrypt(block, block, &key); 67 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected_iter, SM4_BLOCK_SIZE)) 71 ossl_sm4_decrypt(block, block, &key) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| sm4_internal_test.c | 55 uint8_t block[SM4_BLOCK_SIZE]; local 58 memcpy(block, input, SM4_BLOCK_SIZE); 60 SM4_encrypt(block, block, &key); 61 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected, SM4_BLOCK_SIZE)) 65 SM4_encrypt(block, block, &key); 67 if (!TEST_mem_eq(block, SM4_BLOCK_SIZE, expected_iter, SM4_BLOCK_SIZE)) 71 SM4_decrypt(block, block, &key) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| CFGReachabilityAnalysis.cpp | 10 // analysis based on Clang's CFGs. Clients can query if a given basic block 55 const CFGBlock *block = worklist.pop_back_val(); local 57 if (visited[block->getBlockID()]) 59 visited[block->getBlockID()] = true; 64 DstReachability[block->getBlockID()] = true; 70 for (CFGBlock::const_pred_iterator i = block->pred_begin(), 71 e = block->pred_end(); i != e; ++i) {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| m2-exp.y | 45 #include "block.h" 88 const struct block *bval; 99 %type <bval> block 493 block : fblock 507 fblock : block COLONCOLON BLOCKNAME 532 variable: block COLONCOLON NAME 492 block : fblock label
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| btrace-common.cc | 141 /* We copy blocks in reverse order to have the oldest block at 146 const btrace_block &block local 148 dst->variant.bts.blocks->push_back (block);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| m2-exp.y | 45 #include "block.h" 88 const struct block *bval; 99 %type <bval> block 493 block : fblock 507 fblock : block COLONCOLON BLOCKNAME 532 variable: block COLONCOLON NAME 492 block : fblock label
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| btrace-common.cc | 141 /* We copy blocks in reverse order to have the oldest block at 146 const btrace_block &block local 148 dst->variant.bts.blocks->push_back (block);
|