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

1234567891011>>

/external/valgrind/main/memcheck/tests/
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
H A Dbadpoll.stderr.exp4 Address 0x........ is 8 bytes inside a block of size 15 alloc'd
11 Address 0x........ is 0 bytes after a block of size 15 alloc'd
H A Ddescribe-block.stderr.exp3 at 0x........: main (describe-block.c:8)
5 at 0x........: main (describe-block.c:6)
H A Derr_disable4.c28 char* block = NULL; variable
41 usechar( block[5] );
67 block = malloc(10);
68 free(block);
H A Dmalloc2.stderr.exp3 Address 0x........ is 0 bytes inside a block of size 429 free'd
10 Address 0x........ is 0 bytes inside a block of size 429 free'd
H A Dbadrw.stderr.exp3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
H A Dmismatches.stderr.exp4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
11 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
18 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
25 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
32 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
39 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
/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/clang/test/SemaCXX/
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}}
H A Dvararg-non-pod.cpp33 int (^block)(int, ...);
39 block(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic block; call will abort at runtime}}
40 block(10, version);
/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);
/external/e2fsprogs/lib/ext2fs/
H A Dinode_io.c52 static errcode_t inode_read_blk(io_channel channel, unsigned long block,
54 static errcode_t inode_write_blk(io_channel channel, unsigned long block,
60 unsigned long long block, int count, void *data);
62 unsigned long long block, int count, const void *data);
209 unsigned long long block, int count, void *buf)
219 block * channel->block_size,
228 static errcode_t inode_read_blk(io_channel channel, unsigned long block, argument
231 return inode_read_blk64(channel, block, count, buf);
235 unsigned long long block, int count, const void *buf)
245 block * channe
208 inode_read_blk64(io_channel channel, unsigned long long block, int count, void *buf) argument
234 inode_write_blk64(io_channel channel, unsigned long long block, int count, const void *buf) argument
254 inode_write_blk(io_channel channel, unsigned long block, int count, const void *buf) argument
[all...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci_ci.c39 void nfc_hal_nv_ci_read (UINT16 num_bytes_read, tNFC_HAL_NV_CO_STATUS status, UINT8 block) argument
58 p_msg->nv_read.block = block;
/external/llvm/test/MC/ARM/
H A Dthumb2-diagnostics.s4 @ Ill-formed IT block instructions.
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
25 @ CHECK-ERRORS: error: illegal IT block condition mask 'tfe'
28 @ CHECK-ERRORS: error: predicated instructions must be in IT block
/external/webkit/Source/JavaScriptCore/wtf/
H A DBlockStack.h49 T* m_spareBlock; // Used to avoid thrash at block boundaries.
72 T* block = m_spareBlock ? m_spareBlock : static_cast<T*>(malloc(blockSize)); local
75 m_blocks.append(block);
76 return block;
/external/libpcap/
H A Doptimize.c85 * A block is marked if only if its mark equals the current mark.
94 static void opt_init(struct block *);
97 static void make_marks(struct block *);
98 static void mark_code(struct block *);
100 static void intern_blocks(struct block *);
104 static void find_levels_r(struct block *);
106 static void find_levels(struct block *);
107 static void find_dom(struct block *);
109 static void find_edom(struct block *);
110 static void find_closure(struct block *);
[all...]
/external/valgrind/main/none/tests/amd64/
H A Damd64locked.c225 Long block[4]; \
248 block[0] = flags_in; \
249 block[1] = g_val; \
250 block[2] = (long)&e_val; \
251 block[3] = 0; \
262 : : "r"(&block[0]) : "rax","rbx","cc","memory" \
269 e_val, block[3] & CC_MASK)); \
320 Long block[3]; \
341 block[0] = flags_in; \
342 block[
656 UChar* block; local
[all...]
/external/icu4c/common/
H A Dutrie2_builder.c53 * including the bad-UTF-8-data block is not a multiple of UTRIE2_DATA_BLOCK_LENGTH
54 * and map[block>>UTRIE2_SHIFT_2] (used in reference counting and compaction
58 * assumes that a single index-2 block is used for 0x400 code points
61 * Requires UTRIE2_SHIFT_1<=16. Otherwise one single index-2 block contains
74 /** The null index-2 block, following the gap in the index-2 table. */
81 * The null data block.
92 * Below, compaction uses a block length of 64 for 2-byte UTF-8.
141 newTrie->firstFreeBlock=0; /* no free block in the list */
147 * - the bad-UTF-8-data block
148 * - the null data block
460 int32_t i2, block; local
559 releaseDataBlock(UNewTrie2 *trie, int32_t block) argument
566 isWritableBlock(UNewTrie2 *trie, int32_t block) argument
571 setIndex2Entry(UNewTrie2 *trie, int32_t i2, int32_t block) argument
619 int32_t block; local
662 writeBlock(uint32_t *block, uint32_t value) argument
674 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value, uint32_t initialValue, UBool overwrite) argument
705 int32_t block, rest, repeatBlock; local
866 int32_t block; local
881 int32_t block; local
904 int32_t i1, i2, j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock; local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaRenamer.java58 * a mapping table for the current block being processed. Once the
59 * current block has been processed, this mapping table is then copied
79 * indexed by block index; register version state for each block start.
142 // Initial state for entry block
163 // Rename each block in dom-tree DFS order.
165 public void visitBlock (SsaBasicBlock block,
167 new BlockRenamer(block).process();
274 * Processes all insns in a block and renames their registers
278 /** {@code non-null;} block w
279 private final SsaBasicBlock block; field in class:SsaRenamer.BlockRenamer
310 BlockRenamer(final SsaBasicBlock block) argument
[all...]
/external/skia/src/core/
H A DSkStream.cpp26 // override in subclass if you represent a memory block
599 Block* block = fHead; local
601 while (block != NULL) {
602 Block* next = block->fNext;
603 sk_free(block);
604 block = next;
629 Block* block = (Block*)sk_malloc_throw(sizeof(Block) + size); local
630 block->init(size);
631 block->append(buffer, count);
634 fTail->fNext = block;
650 Block* block = fHead; local
693 Block* block = fHead; local
[all...]

Completed in 416 milliseconds

1234567891011>>