Searched refs:blockID (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/Analysis/
H A DReachableCode.cpp321 unsigned blockID = B->getBlockID(); local
322 if (!Reachable[blockID]) {
323 Reachable.set(blockID);
376 unsigned blockID = block->getBlockID(); local
377 if (Reachable[blockID] || Visited[blockID])
379 Visited[blockID] = true;
389 unsigned blockID = PredBlock->getBlockID(); local
390 if (Visited[blockID]) {
394 if (!Reachable[blockID]) {
[all...]
/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderEncoder.h104 int32_t blockID,
H A DBC_QRCoderEncoder.cpp928 int32_t blockID,
931 if (blockID >= numRSBlocks) {
942 if (blockID < numRsBlocksInGroup1) {
924 GetNumDataBytesAndNumECBytesForBlockID( int32_t numTotalBytes, int32_t numDataBytes, int32_t numRSBlocks, int32_t blockID, int32_t& numDataBytesInBlock, int32_t& numECBytesInBlock) argument
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
H A DThreadSafetyTIL.h1558 int blockID() const { return BlockID; } function in class:clang::threadSafety::BasicBlock
1734 /// Block::blockID() will return a number less than numBlocks();
/external/ImageMagick/MagickCore/
H A Daccelerate-kernels-private.h1250 int2 blockID;
1251 blockID.x = get_global_id(0) / get_local_size(0);
1252 blockID.y = get_global_id(1) / get_local_size(1);
1256 imageAreaOrg.x = blockID.x * get_local_size(0);
1257 imageAreaOrg.y = blockID.y * get_local_size(1);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java1965 public BlockSegment (final InstrVisitor visitor, final int localVarIndex, final int blockID) argument
1978 // push int value equal to 'blockID':
1979 CodeGen.push_int_value (buf, cls, blockID);
2157 private int [][][] m_classBlockMetadata; // methodID->(blockID->line) map [valid only if 'm_constructMetadata' is true; null if the method has not line number table]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/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/oned/ ...

Completed in 262 milliseconds