Searched defs:blocks (Results 126 - 145 of 145) sorted by relevance

123456

/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c166 /* Hopefully the .base test hits most of the time. For the blocks
298 identical blocks are claimed to have different sizes. In which
317 /* This makes the blocks identical, at the size of the
322 stage will get rid of one of the blocks. This is
331 /* If there are any blocks which overlap and have the same
348 "overlapping stack blocks\n");
384 XArray* blocks = VG_(di_get_stack_blocks_at_ip)( ip, True/*arrays only*/ ); local
385 tl_assert(blocks);
386 return StackBlocks__find_and_dealloc__or_add( blocks );
559 overlapping stack blocks
1185 XArray* blocks; /* XArray* of StackBlock, or NULL if none */ member in struct:__anon27521
1486 calculate_StackBlock_EAs( XArray* blocks, Addr sp, Addr fp ) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c75 * store the interiors of `%rep...%endrep' blocks, which are
78 * blocks are signified by having a NULL `name' field.
453 * Tokens are allocated in blocks to improve speed
462 static Blocks blocks = { NULL, NULL }; variable
1435 * returns a pointer to the block. The managed blocks are
1441 Blocks *b = &blocks;
1458 * this function deletes all managed blocks of memory
1463 Blocks *a,*b = &blocks;
1466 * keep in mind that the first block, pointed to by blocks
1476 if (a != &blocks)
[all...]
/external/v8/src/
H A Dhydrogen.h224 const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; } function in class:v8::internal::HLoopInformation
251 const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; } function in class:v8::internal::HGraph
736 // pair of return blocks in the context. When not inlining, there is no
741 // return blocks. NULL in all other cases.
753 // A class encapsulating (lazily-allocated) break and continue blocks for
927 // from the loop. All blocks except loop_entry can be NULL. The return
H A Dhydrogen.cc257 // Only loop header blocks can have a predecessor added after
281 // Keep the list of dominated blocks sorted such that if there is two
320 // Mark blocks that dominate all subsequent reachable blocks inside their
321 // loop. Exploit the fact that blocks are sorted in reverse post order. When
327 // dominator_candidate block is guaranteed to dominate all blocks reachable
334 HBasicBlock* dominator_candidate = graph_->blocks()->at(j);
346 // all of the blocks with higher IDs. In this case, assume conservatively
437 // Checks reachability of the blocks in this graph and stores a bit in
441 // returns the number of reachable blocks
7895 const ZoneList<HBasicBlock*>* blocks = graph->blocks(); local
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.h214 // For blocks marked as inline return target: the block with HEnterInlined.
270 const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; } function in class:v8::internal::HLoopInformation
314 const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; } function in class:v8::internal::HGraph
917 // pair of return blocks in the context. When not inlining, there is no
922 // return blocks. NULL in all other cases.
1647 // A class encapsulating (lazily-allocated) break and continue blocks for
1808 // from the loop. All blocks except loop_entry can be NULL. The return
H A Dhydrogen.cc309 // Only loop header blocks can have a predecessor added after
333 // Keep the list of dominated blocks sorted such that if there is two
372 // Mark blocks that dominate all subsequent reachable blocks inside their
373 // loop. Exploit the fact that blocks are sorted in reverse post order. When
379 // dominator_candidate block is guaranteed to dominate all blocks reachable
386 HBasicBlock* dominator_candidate = graph_->blocks()->at(j);
398 // all of the blocks with higher IDs. In this case, assume conservatively
489 // Checks reachability of the blocks in this graph and stores a bit in
493 // returns the number of reachable blocks
9576 const ZoneList<HBasicBlock*>* blocks = graph->blocks(); local
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.h211 __u32 blocks; member in struct:cramfs_super_block::cramfs_info
/external/kernel-headers/original/linux/
H A Dsched.h722 gid_t *blocks[0]; member in struct:group_info
746 ((gi)->blocks[(i)/NGROUPS_PER_BLOCK][(i)%NGROUPS_PER_BLOCK])
H A Dsoundcard.h616 int blocks; /* # of fragment transitions since last time */ member in struct:count_info
1191 * Sysex messages are sent in blocks of 1 to 6 bytes. Longer messages must be
/external/valgrind/main/memcheck/
H A Dmc_main.c4637 /*--- Detecting leaked (unreachable) malloc'd blocks. ---*/
4892 else if VG_BINT_CLO(arg, "--freelist-big-blocks",
4959 " --show-reachable=no|yes show reachable blocks in leak check? [no]\n"
4960 " --show-possibly-lost=no|yes show possibly lost blocks in leak check?\n"
4965 " --freelist-vol=<number> volume of freed blocks queue [20000000]\n"
4966 " --freelist-big-blocks=<number> releases first blocks with size >= [1000000]\n"
4983 /*--- Client blocks ---*/
5013 void MC_(get_ClientBlock_array)( /*OUT*/CGenBlock** blocks, argument
5016 *blocks
[all...]
/external/expat/lib/
H A Dxmlparse.c224 BLOCK *blocks; member in struct:__anon17668
5103 if (!pool->blocks) {
6099 pool->blocks = NULL;
6111 pool->freeBlocks = pool->blocks;
6113 BLOCK *p = pool->blocks;
6121 pool->blocks = NULL;
6130 BLOCK *p = pool->blocks;
6214 pool->blocks = pool->freeBlocks;
6216 pool->blocks->next = NULL;
6217 pool->start = pool->blocks
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/libxml/src/
H A Dtestapi.c128 int blocks, mem; local
161 blocks = xmlMemBlocks();
163 if ((blocks != 0) || (mem != 0)) {
164 printf("testapi leaked %d bytes in %d blocks\n", mem, blocks);
1334 printf("Leak of %d blocks found in UTF8ToHtml",
1394 printf("Leak of %d blocks found in htmlAttrAllowed",
1452 printf("Leak of %d blocks found in htmlAutoCloseTag",
1495 printf("Leak of %d blocks found in htmlCreateMemoryParserCtxt",
1566 printf("Leak of %d blocks foun
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 685 milliseconds

123456