Searched refs:block (Results 51 - 75 of 929) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
H A DOAEPEncoding.java145 byte[] block = new byte[getInputBlockSize() + 1 + 2 * defHash.length];
150 System.arraycopy(in, inOff, block, block.length - inLen, inLen);
155 block[block.length - inLen - 1] = 0x01;
158 // as the block is already zeroed - there's no need to add PS (the >= 0 pad of 0)
164 System.arraycopy(defHash, 0, block, defHash.length, defHash.length);
174 // mask the message block.
176 byte[] mask = maskGeneratorFunction1(seed, 0, seed.length, block.length - defHash.length);
178 for (int i = defHash.length; i != block
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dbug127521-64.c17 ULong block[6]; local
20 block[0] = rdxIn;
21 block[1] = raxIn;
22 block[2] = rcxIn;
23 block[3] = rbxIn;
24 block[4] = (ULong)&mem[0];
25 block[5] = ~(0ULL);
40 : /*in*/ "r"(&block[0])
43 *rdxOut = block[0];
44 *raxOut = block[
70 ULong block[6]; local
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderTextFragment.cpp65 if (RenderBlock* block = blockForAccompanyingFirstLetter()) {
66 block->style()->removeCachedPseudoStyle(FIRST_LETTER);
67 block->updateFirstLetter();
110 for (RenderObject* block = m_firstLetter->parent(); block; block = block->parent()) {
111 if (block->style()->hasPseudoStyle(FIRST_LETTER) && block->canHaveChildren() && block
[all...]
/external/markdown/markdown/
H A Dblockprocessors.py10 different type of block. Extensions may add/replace/remove BlockProcessors
19 """ Base class for block processors.
24 whether the current block should be processed by this processor. If the
60 def test(self, parent, block):
61 """ Test for block type. Must be overridden by subclasses.
64 on each to determine if the given block of text is of that type. This
66 testing is left to the needs of that particular block type. It could
67 be as simple as ``block.startswith(some_string)`` or a complex regular
68 expression. As the block type may be different depending on the parent
69 of the block (
[all...]
H A Dpreprocessors.py81 def _get_left_tag(self, block):
82 return block[1:].replace(">", " ", 1).split()[0].lower()
84 def _get_right_tag(self, left_tag, block):
87 i = block.rfind(tag)
90 return block.rstrip()[-len(left_tag)-2:-1].lower(), len(block)
118 block = text[0]
119 if block.startswith("\n"):
120 block = block[
[all...]
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.c96 word8 block[16], iv[4][4]; local
120 bcopy(cipher->IV, block, 16);
122 ((word32*)block)[0] ^= ((word32*)iv)[0];
123 ((word32*)block)[1] ^= ((word32*)iv)[1];
124 ((word32*)block)[2] ^= ((word32*)iv)[2];
125 ((word32*)block)[3] ^= ((word32*)iv)[3];
127 ((word32*)block)[0] = ((word32*)cipher->IV)[0] ^ ((word32*)input)[0];
128 ((word32*)block)[1] = ((word32*)cipher->IV)[1] ^ ((word32*)input)[1];
129 ((word32*)block)[2] = ((word32*)cipher->IV)[2] ^ ((word32*)input)[2];
130 ((word32*)block)[
210 word8 block[16], *iv, *cp; local
273 word8 block[16], iv[4][4]; local
371 word8 block[16]; local
463 word8 block[4][4]; local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dparameter.rb8 if block then "&#{ name }"
17 attr_accessor :splat, :block
28 @block and names << @block.to_s
41 param.block = options.fetch( :block, false )
51 @block and signature << ", &" << @block.to_s
/external/clang/test/CodeGen/
H A D2009-01-05-BlockInlining.c4 // These will be inlined by the optimizers provided the block descriptors
5 // and block literals are internal constants.
14 static int block(int x) { function
25 print(block(x));
/external/compiler-rt/BlocksRuntime/tests/
H A Dcopynull.c23 void (^block)(void) = (void (^)(void))0;
24 void (^blockcopy)(void) = Block_copy(block);
H A Ddispatch_call_Block_with_release.c16 dispatch_call_Block_with_release2(void *block) argument
18 void (^b)(void) = (void (^)(void))block;
25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now
H A Dk-and-r.c8 // CONFIG error: incompatible block pointer types assigning
25 #error incompatible block pointer types assigning
29 #error incompatible block pointer types assigning
/external/dropbear/libtomcrypt/src/mac/omac/
H A Domac_done.c39 if ((omac->buflen > (int)sizeof(omac->block)) || (omac->buflen < 0) ||
40 (omac->blklen > (int)sizeof(omac->block)) || (omac->buflen > omac->blklen)) {
47 omac->block[omac->buflen++] = 0x80;
51 omac->block[omac->buflen++] = 0x00;
60 omac->block[x] ^= omac->prev[x] ^ omac->Lu[mode][x];
64 if ((err = cipher_descriptor[omac->cipher_idx].ecb_encrypt(omac->block, omac->block, &omac->key)) != CRYPT_OK) {
71 out[x] = omac->block[x];
/external/eigen/doc/examples/
H A DTutorial_BlockOperations_print_block.cpp14 cout << m.block<2,2>(1,1) << endl << endl;
18 cout << m.block(0,0,i,i) << endl << endl;
/external/eigen/doc/snippets/
H A DMatrixBase_set.cpp7 m2.block(0,0, 2,2) << 10, 11, 12, 13;
12 v1, m1.block(1,1,2,2);
/external/valgrind/main/none/tests/ppc32/
H A Dtest_fx.c7 double block[2]; local
8 block[0] = x;
14 : /*in*/ "b" (&block[0])
17 return block[1];
22 double block[2]; local
23 block[0] = x;
29 : /*in*/ "b" (&block[0])
32 return block[1];
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLOperator.h57 inline RenderMathMLOperator* toRenderMathMLOperator(RenderMathMLBlock* block) argument
59 ASSERT(!block || block->isRenderMathMLOperator());
60 return static_cast<RenderMathMLOperator*>(block);
63 inline const RenderMathMLOperator* toRenderMathMLOperator(const RenderMathMLBlock* block) argument
65 ASSERT(!block || block->isRenderMathMLOperator());
66 return static_cast<const RenderMathMLOperator*>(block);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapText.java48 private StringBlock block; field in class:BitmapText
69 this.block = new StringBlock();
70 block.setSize(font.getPreferredSize());
71 letters = new Letters(font, block, rightToLeft);
80 clone.block = block.clone();
94 block.setSize(size);
114 if (text == block.getText() || block.getText().equals(text)) {
118 block
[all...]
/external/dbus/dbus/
H A Ddbus-mempool.c36 * the overhead of a malloc block for each small object, speed is
79 * block that gets chunked up into objects in the memory pool.
83 DBusMemBlock *next; /**< next block in the list, which is already used up;
89 long used_so_far; /**< bytes of this block already allocated as elements. */
91 unsigned char elements[ELEMENT_PADDING]; /**< the block data, actually allocated to required size */
100 int block_size; /**< size of most recently allocated block */
120 * avoiding per-malloc-block memory overhead when allocating a lot of
165 /* pick a size for the first block; it increases
166 * for each block we need to allocate. This is
167 * actually half the initial block siz
186 DBusMemBlock *block; local
214 DBusMemBlock *block; local
272 DBusMemBlock *block; local
343 DBusMemBlock *block; local
[all...]
/external/eigen/test/
H A Dcorners.cpp28 COMPARE_CORNER(topLeftCorner(r,c), block(0,0,r,c));
29 COMPARE_CORNER(topRightCorner(r,c), block(0,cols-c,r,c));
30 COMPARE_CORNER(bottomLeftCorner(r,c), block(rows-r,0,r,c));
31 COMPARE_CORNER(bottomRightCorner(r,c), block(rows-r,cols-c,r,c));
38 COMPARE_CORNER(topRows(r), block(0,0,r,cols));
39 COMPARE_CORNER(middleRows(sr,nr), block(sr,0,nr,cols));
40 COMPARE_CORNER(bottomRows(r), block(rows-r,0,r,cols));
41 COMPARE_CORNER(leftCols(c), block(0,0,rows,c));
42 COMPARE_CORNER(middleCols(sc,nc), block(0,sc,rows,nc));
43 COMPARE_CORNER(rightCols(c), block(
[all...]
/external/qemu/
H A Darch_init.c116 RAMBlock *block = last_block; local
121 if (!block)
122 block = QLIST_FIRST(&ram_list.blocks);
124 current_addr = block->offset + offset;
129 int cont = (block == last_block) ? RAM_SAVE_FLAG_CONTINUE : 0;
135 p = block->host + offset;
140 qemu_put_byte(f, strlen(block->idstr));
141 qemu_put_buffer(f, (uint8_t *)block->idstr,
142 strlen(block->idstr));
149 qemu_put_byte(f, strlen(block
182 RAMBlock *block; local
210 RAMBlock *block; local
233 RAMBlock *block, *nblock, **blocks; local
270 RAMBlock *block; local
343 static RAMBlock *block = NULL; local
396 RAMBlock *block; local
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffs_ramdisk.c47 yramdisk_Page page[32]; // The pages in the block
55 yramdisk_Block **block; member in struct:__anon16651
80 ramdisk.block = YMALLOC(sizeof(yramdisk_Block *) * ramdisk.nBlocks);
82 if(!ramdisk.block) return 0;
86 ramdisk.block[i] = NULL;
91 if((ramdisk.block[i] = YMALLOC(sizeof(yramdisk_Block))) == 0)
106 YFREE(ramdisk.block[i]);
108 YFREE(ramdisk.block);
133 memcpy(ramdisk.block[blk]->page[pg].data,data,512);
142 memcpy(&ramdisk.block[bl
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaInsn.java26 /** {@code non-null;} the block that contains this instance */
27 private final SsaBasicBlock block; field in class:SsaInsn
36 * @param block {@code non-null;} block containing this insn. Can
39 protected SsaInsn(RegisterSpec result, SsaBasicBlock block) { argument
40 if (block == null) {
41 throw new NullPointerException("block == null");
44 this.block = block;
52 * @param block {
55 makeFromRop(Insn insn, SsaBasicBlock block) argument
[all...]
/external/valgrind/main/memcheck/tests/
H A Derr_disable3.c13 char* block = NULL; variable
25 usechar( block[5] );
41 block = malloc(10);
42 free(block);
/external/e2fsprogs/e2fsck/
H A Dehandler.c2 * ehandler.c --- handle bad block errors which come up during the
23 unsigned long block,
39 * If more than one block was read, try reading each block
45 for (i=0; i < count; i++, p += channel->block_size, block++) {
46 error = io_channel_read_blk(channel, block,
54 printf(_("Error reading block %lu (%s) while %s. "), block,
57 printf(_("Error reading block %lu (%s). "), block,
22 e2fsck_handle_read_error(io_channel channel, unsigned long block, int count, void *data, size_t size EXT2FS_ATTR((unused)), int actual EXT2FS_ATTR((unused)), errcode_t error) argument
69 e2fsck_handle_write_error(io_channel channel, unsigned long block, int count, const void *data, size_t size EXT2FS_ATTR((unused)), int actual EXT2FS_ATTR((unused)), errcode_t error) argument
[all...]
/external/chromium/net/disk_cache/
H A Dmapped_file.h19 // This class implements a memory mapped file used to access block-files. The
36 // Loads or stores a given block from the backing file (synchronously).
37 bool Load(const FileBlock* block);
38 bool Store(const FileBlock* block);

Completed in 710 milliseconds

1234567891011>>