Searched refs:block (Results 151 - 175 of 929) sorted by relevance

1234567891011>>

/external/openssl/crypto/modes/
H A Dccm128.c64 unsigned int M,unsigned int L,void *key,block128_f block)
69 ctx->block = block;
107 block128_f block = ctx->block; local
112 (*block)(ctx->nonce.c,ctx->cmac.c,ctx->key),
146 (*block)(ctx->cmac.c,ctx->cmac.c,ctx->key),
177 block128_f block = ctx->block; local
182 (*block)(ct
63 CRYPTO_ccm128_init(CCM128_CONTEXT *ctx, unsigned int M,unsigned int L,void *key,block128_f block) argument
252 block128_f block = ctx->block; local
331 block128_f block = ctx->block; local
388 block128_f block = ctx->block; local
[all...]
H A Dcfb128.c64 * 128bit block we have used is contained in *num;
69 int enc, block128_f block)
91 (*block)(ivec, ivec, key);
102 (*block)(ivec, ivec, key);
115 (*block)(ivec, ivec, key);
136 (*block)(ivec, ivec, key);
148 (*block)(ivec, ivec, key);
163 (*block)(ivec, ivec, key);
173 /* This expects a single block of size nbits for both in and out. Note that
178 block128_f block)
66 CRYPTO_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) argument
175 cfbr_encrypt_block(const unsigned char *in,unsigned char *out, int nbits,const void *key, unsigned char ivec[16],int enc, block128_f block) argument
209 CRYPTO_cfb128_1_encrypt(const unsigned char *in, unsigned char *out, size_t bits, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) argument
229 CRYPTO_cfb128_8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const void *key, unsigned char ivec[16], int *num, int enc, block128_f block) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_debuglog.c76 volatile Int block[2]; local
77 block[0] = (Int)buf;
78 block[1] = n;
81 "movl %0, %%ebx\n" /* ebx = &block */
82 "pushl %%ebx\n" /* save &block */
88 "popl %%ebx\n" /* reestablish &block */
89 "movl %%eax, 0(%%ebx)\n" /* block[0] = result */
92 : /*rd*/ "r" (block)
95 if (block[0] < 0)
96 block[
117 volatile Long block[2]; local
160 volatile Int block[2]; local
203 volatile Long block[2]; local
246 volatile Int block[2]; local
[all...]
/external/clang/lib/ARCMigrate/
H A DTransBlockObjCVariable.cpp14 // This transformation checks whether a reference of the variable for the block
77 bool VisitBlockDecl(BlockDecl *block) { argument
81 I = block->capture_begin(), E = block->capture_end(); I != E; ++I) {
94 bool onlyValueOfVarIsNeeded = checker.TraverseStmt(block->getBody());
119 bool TraverseBlockDecl(BlockDecl *block) { argument
120 RootBlockObjCVarRewriter(VarsToChange).TraverseDecl(block);
/external/valgrind/main/memcheck/tests/
H A Drealloc3.stderr.exp3 Address 0x........ is 15 bytes after a block of size 5 alloc'd
9 Address 0x........ is 15 bytes after a block of size 5 alloc'd
15 Address 0x........ is 15 bytes after a block of size 5 alloc'd
H A Dexitprog.stderr.exp3 Address 0x........ is 0 bytes after a block of size 1,000,000 alloc'd
H A Dfwrite.stderr.exp4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
H A Dinline.stderr.exp4 Address 0x........ is 0 bytes after a block of size 40 alloc'd
H A Dbadaddrvalue.stderr.exp3 Address 0x........ is 1 bytes before a block of size 8 alloc'd
9 Address 0x........ is 1 bytes before a block of size 8 alloc'd
/external/elfutils/libdw/
H A Ddwarf_getlocation.c115 getlocation (struct Dwarf_CU *cu, const Dwarf_Block *block, argument
121 struct loc_s fake = { .addr = block->data };
132 const unsigned char *data = block->data;
133 const unsigned char *const end_data = data + block->length;
138 block of size zero. */
145 newloc->offset = data - block->data;
332 newp->addr = block->data;
350 /* If it has a block form, it's a single location expression. */
351 Dwarf_Block block;
352 if (INTUSE(dwarf_formblock) (attr, &block) !
373 Dwarf_Block block; local
[all...]
/external/clang/lib/Analysis/
H A DLiveVariables.cpp29 void enqueueBlock(const CFGBlock *block);
30 void enqueueSuccessors(const CFGBlock *block);
31 void enqueuePredecessors(const CFGBlock *block);
40 void DataflowWorklist::enqueueBlock(const clang::CFGBlock *block) { argument
41 if (block && !enqueuedBlocks[block->getBlockID()]) {
42 enqueuedBlocks[block->getBlockID()] = true;
43 worklist.push_back(block);
47 void DataflowWorklist::enqueueSuccessors(const clang::CFGBlock *block) { argument
49 for (CFGBlock::const_succ_iterator I = block
60 enqueuePredecessors(const clang::CFGBlock *block) argument
452 runOnBlock(const CFGBlock *block, LiveVariables::LivenessValues val, LiveVariables::Observer *obs) argument
517 const CFGBlock *block = *it; local
[all...]
/external/clang/test/CodeGenCXX/
H A Dinstantiate-blocks.cpp6 void (^block)(int);
23 T1 (^block)(char, T, T1, double) =
/external/clang/test/SemaCXX/
H A Dblocks.cpp25 int repeat(int value, int (^block)(int), unsigned n) { argument
26 while (n--) value = block(value);
H A Dinstantiate-blocks.cpp9 T1 (^block)(T) = ^ T1 (T arg) {
22 return r; // expected-error {{return type 'double' must match previous return type 'float' when block literal has unspecified explicit return type}}
/external/dbus/bus/
H A Dtest.h46 dbus_bool_t block);
47 void bus_test_run_clients_loop (dbus_bool_t block);
/external/e2fsprogs/lib/ext2fs/
H A Dtst_iscan.c38 static void test_read_blk(unsigned long block, int count, errcode_t err) argument
48 printf("%lu-%lu", block, block+count-1);
50 printf("%lu", block);
52 for (i=0; i < count; i++, block++) {
53 if (ext2fs_test_block_bitmap(touched_map, block)) {
54 printf("\nDuplicate block?!? --- %lu\n", block);
58 ext2fs_mark_block_bitmap(touched_map, block);
92 retval = ext2fs_allocate_block_bitmap(test_fs, "bad block ma
[all...]
/external/freetype/include/freetype/
H A Dftsystem.h85 * Address of new memory block. 0~in case of failure.
99 * A function used to release a given block of memory.
105 * block ::
106 * The address of the target memory block.
111 void* block );
120 * A function used to re-allocate a given block of memory.
127 * The block's current size in bytes.
130 * The block's requested new size.
132 * block ::
133 * The block'
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dblktrans.h6 * Interface to Linux block layer for MTD 'translation layers'.
42 unsigned long block, char *buffer);
44 unsigned long block, char *buffer);
/external/libvpx/vp8/decoder/arm/
H A Darm_dsystemdependent.c31 pbi->dequant.block = vp8_dequantize_b_v6;
43 pbi->dequant.block = vp8_dequantize_b_neon;
/external/llvm/utils/
H A Dprofile.pl11 # -block - Enable basicblock profiling
32 if (/^-?-block$/) { $ProfilePass = "-insert-block-profiling"; next; }
46 print " -block - Enable basicblock profiling\n";
/external/webkit/Source/WebCore/css/
H A Dsvg.css55 display: block
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRootInlineBox.h37 SVGRootInlineBox(RenderBlock* block) argument
38 : RootInlineBox(block)
/external/skia/src/gpu/
H A DGrBufferAllocPool.cpp107 BufferBlock& block = fBlocks.back(); local
108 if (block.fBuffer->isLocked()) {
109 block.fBuffer->unlock();
111 size_t flushSize = block.fBuffer->sizeInBytes() - block.fBytesFree;
231 BufferBlock& block = fBlocks.back(); local
232 size_t bytesUsed = block.fBuffer->sizeInBytes() - block.fBytesFree;
238 if (block.fBuffer->isLocked()) {
239 block
264 BufferBlock& block = fBlocks.push_back(); local
316 BufferBlock& block = fBlocks.back(); local
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h33 const CFGBlock *block; member in class:clang::ento::WorkListUnit
41 block(B),
47 block(NULL),
53 /// Returns the block counter map associated with the worklist unit.
57 const CFGBlock *getBlock() const { return block; }
/external/dropbear/libtomcrypt/src/mac/pmac/
H A Dpmac_process.c40 if ((pmac->buflen > (int)sizeof(pmac->block)) || (pmac->buflen < 0) ||
41 (pmac->block_len > (int)sizeof(pmac->block)) || (pmac->buflen > pmac->block_len)) {
66 /* ok if the block is full we xor in prev, encrypt and replace prev */
70 Z[x] = pmac->Li[x] ^ pmac->block[x];
83 XMEMCPY(pmac->block + pmac->buflen, in, n);

Completed in 8547 milliseconds

1234567891011>>