HomeSort by relevance Sort by last modified time
    Searched defs:block (Results 76 - 100 of 624) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/test/cctest/
test-utils.cc 145 Vector<int> block = collector.AddBlock(7, 0xbadcafe); local
150 block[i] = i * 7;
  /external/valgrind/main/helgrind/tests/
annotate_hbefore.c 95 UWord block[4] = { (UWord)addr, expected, nyu, 2 }; local
105 : /*in*/ "S"(&block[0])
108 assert(block[3] == 0 || block[3] == 1);
109 return block[3] & 1;
118 UWord block[4] = { (UWord)addr, expected, nyu, 2 }; local
130 : /*in*/ "S"(&block[0])
133 assert(block[3] == 0 || block[3] == 1);
134 return block[3] & 1
144 UWord block[2] = { (UWord)addr, nyu }; local
196 UWord block[3] = { (UWord)addr, nyu, expected}; local
    [all...]
  /external/valgrind/main/none/tests/x86/
bt_everything.c 147 UChar* block; local
153 block = calloc(200,1);
154 block += 100;
162 case 0: c = btsl_mem(block, bitoff); break;
163 case 1: c = btrl_mem(block, bitoff); break;
164 case 2: c = btcl_mem(block, bitoff); break;
165 case 3: c = btl_mem(block, bitoff); break;
172 block -= 100;
175 UChar ch = block[n];
176 /* printf("%d ", (int)block[n]); *
    [all...]
  /external/webkit/Source/JavaScriptCore/heap/
HandleHeap.cpp 55 Node* block = m_blockStack.grow(); local
57 Node* node = &block[i];
  /external/webkit/Source/JavaScriptCore/parser/
ParserArena.h 87 void* block = m_freeableMemory; local
89 return block;
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFenced.cpp 129 // If we have a block, we'll wrap it in an inline-block.
131 // Block objects wrapper.
133 RenderBlock* block = new (renderArena()) RenderBlock(node()); local
137 block->setStyle(newStyle.release());
139 RenderBlock::addChild(block, lastChild());
140 block->addChild(child);
RenderMathMLSubSup.cpp 85 scriptStyle->setDisplay(BLOCK);
113 RenderMathMLBlock* block = toRenderMathMLBlock(base->firstChild()); local
114 block->stretchToHeight(static_cast<int>(gSubSupStretch * height));
RenderMathMLUnderOver.cpp 139 RenderMathMLBlock* block = toRenderMathMLBlock(base); local
140 block->stretchToHeight(height);
177 // We need to calculate the baseline of the base versus the start of the under block and
178 // adjust the placement of the under block.
221 // We need to calculate the baseline of the base versus the start of the under block and
222 // adjust the placement of the under block.
286 RenderMathMLBlock* block = toRenderMathMLBlock(current->firstChild()); local
287 if (!block->isRenderMathMLOperator())
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKDatabaseManager.cpp 33 #include <Block.h>
106 WKDatabaseManagerGetDatabasesByOriginBlock block = (WKDatabaseManagerGetDatabasesByOriginBlock)context; local
107 block(resultValue, errorRef);
108 Block_release(block);
111 void WKDatabaseManagerGetDatabasesByOrigin_b(WKDatabaseManagerRef databaseManagerRef, WKDatabaseManagerGetDatabasesByOriginBlock block)
113 WKDatabaseManagerGetDatabasesByOrigin(databaseManagerRef, Block_copy(block), callGetDatabasesByOriginBlockAndDispose);
125 WKDatabaseManagerGetDatabaseOriginsBlock block = (WKDatabaseManagerGetDatabaseOriginsBlock)context; local
126 block(resultValue, errorRef);
127 Block_release(block);
130 void WKDatabaseManagerGetDatabaseOrigins_b(WKDatabaseManagerRef databaseManagerRef, WKDatabaseManagerGetDatabaseOriginsBlock block)
    [all...]
WKFrame.cpp 33 #include <Block.h>
152 WKFrameGetResourceDataBlock block = (WKFrameGetResourceDataBlock)context; local
153 block(data, error);
154 Block_release(block);
157 void WKFrameGetMainResourceData_b(WKFrameRef frameRef, WKFrameGetResourceDataBlock block)
159 WKFrameGetMainResourceData(frameRef, callGetResourceDataBlockAndDispose, Block_copy(block));
162 void WKFrameGetResourceData_b(WKFrameRef frameRef, WKURLRef resourceURL, WKFrameGetResourceDataBlock block)
164 WKFrameGetResourceData(frameRef, resourceURL, callGetResourceDataBlockAndDispose, Block_copy(block));
176 WKFrameGetWebArchiveBlock block = (WKFrameGetWebArchiveBlock)context; local
177 block(archiveData, error)
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffs_flashif.c 43 yflash_Page page[32]; // The pages in the block
51 yflash_Block **block; member in struct:__anon18622
75 ramdisk.block = YMALLOC(sizeof(yflash_Block *) * ramdisk.nBlocks);
77 if(!ramdisk.block) return 0;
81 ramdisk.block[i] = NULL;
86 if((ramdisk.block[i] = YMALLOC(sizeof(yflash_Block))) == 0)
101 YFREE(ramdisk.block[i]);
103 YFREE(ramdisk.block);
129 memcpy(ramdisk.block[blk]->page[pg].data,data,512);
137 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt))
    [all...]
yaffs_ramdisk.c 47 yramdisk_Page page[32]; // The pages in the block
55 yramdisk_Block **block; member in struct:__anon18625
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[blk]->page[pg].data[512],&pt,sizeof(pt))
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 47 /* x- and y-coordinates for each block, defined in h264bsd_intra_prediction.c */
183 u32 block; local
209 for (block = 0; block < 16; block++)
211 x = h264bsdBlockX[block];
212 y = h264bsdBlockY[block];
214 pRes = residual[block];
230 /* Residual is zero => copy prediction block to output */
274 for (block = 16; block <= 23; block++
    [all...]
  /frameworks/base/core/java/com/android/server/
ResettableTimeout.java 69 mLock.block();
  /frameworks/base/services/java/com/android/server/
RandomBlock.java 30 * A 4k block of random {@code byte}s.
37 private byte[] block = new byte[BLOCK_SIZE]; field in class:RandomBlock
56 int result = in.read(retval.block, total, BLOCK_SIZE - total);
88 out.write(block);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesTreePage.java 101 UiTreeBlock block = new UiTreeBlock(mEditor, resources, local
106 block.createContent(managedForm);
  /system/extras/ext4_utils/
ext2simg.c 48 fprintf(stderr, "%s [ options ] <image or block device> <output image>\n", path);
50 fprintf(stderr, " -c include CRC block\n");
79 critical_error_errno("failed to seek to block group descriptors");
83 critical_error_errno("failed to read block group descriptors");
85 critical_error("failed to read all of block group descriptors");
90 printf(" Block size: %d\n", info.block_size);
96 printf(" Block groups: %d\n", aux_info.groups);
97 printf(" Reserved block group size: %d\n", info.bg_desc_reserve_blocks);
119 unsigned int block; local
126 critical_error("failed to allocate block bitmap")
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaConverter.java 56 * The exit block, added here, is not considered for edge splitting
127 * requiring each block with a final instruction that returns a
150 * New blocks are added to the end of the block list during
154 SsaBasicBlock block = blocks.get(i); local
155 if (nodeNeedsUniquePredecessor(block)) {
156 block.insertNewPredecessor();
162 * @param block {@code non-null;} block in question
166 private static boolean nodeNeedsUniquePredecessor(SsaBasicBlock block) {
168 * Any block with that has both multiple successors and multipl
195 SsaBasicBlock block = blocks.get(i); local
240 SsaBasicBlock block = blocks.get(i); local
    [all...]
LocalVariableExtractor.java 39 /** {@code non-null;} block list for the method */
99 * Processes a single block.
101 * @param blockIndex {@code >= 0;} block index of the block to process
106 SsaBasicBlock block = blocks.get(blockIndex); local
107 List<SsaInsn> insns = block.getInsns();
110 // The exit block has no insns and no successors
191 * where the start state for a block changes).
194 IntList successors = block.getSuccessorList();
196 int primarySuccessor = block.getPrimarySuccessorIndex()
    [all...]
SsaInsn.java 26 /** {@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) {
40 if (block == null) {
41 throw new NullPointerException("block == null");
44 this.block = block;
52 * @param block {@code non-null;} owning bloc
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaConverter.java 56 * The exit block, added here, is not considered for edge splitting
127 * requiring each block with a final instruction that returns a
150 * New blocks are added to the end of the block list during
154 SsaBasicBlock block = blocks.get(i); local
155 if (nodeNeedsUniquePredecessor(block)) {
156 block.insertNewPredecessor();
162 * @param block {@code non-null;} block in question
166 private static boolean nodeNeedsUniquePredecessor(SsaBasicBlock block) {
168 * Any block with that has both multiple successors and multipl
195 SsaBasicBlock block = blocks.get(i); local
240 SsaBasicBlock block = blocks.get(i); local
    [all...]
  /bionic/libc/kernel/common/linux/lockd/
xdr.h 54 u32 block; member in struct:nlm_args
  /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/
sha1.c 56 # define blk0(i) (block->l[i] = (rol(block->l[i],24)&0xFF00FF00) \
57 |(rol(block->l[i],8)&0x00FF00FF))
59 # define blk0(i) block->l[i]
61 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \
62 ^block->l[(i+2)&15]^block->l[i&15],1))
107 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block)
153 CHAR64LONG16 *block; local
    [all...]