Home
last modified time | relevance | path

Searched refs:BlockLen (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp258 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(SP.getName()) + in GCOVFunction() local
261 ++BlockLen; // For second checksum. in GCOVFunction()
262 write(BlockLen); in GCOVFunction()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp373 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) + in writeOut() local
376 ++BlockLen; in writeOut()
377 write(BlockLen); in writeOut()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp382 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) + in writeOut() local
385 ++BlockLen; in writeOut()
386 write(BlockLen); in writeOut()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp443 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes; in createHvxPrefixPred() local
448 Mask[BlockLen*Num + Off] = i; in createHvxPrefixPred()
456 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in createHvxPrefixPred()
900 unsigned BlockLen = HwLen / Scale; in insertHvxSubvectorPred() local
919 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in insertHvxSubvectorPred()
/external/scapy/scapy/contrib/
Dhomeplugav.py1195 … PacketListField("ConfigurationBlock", None, ConfBlock, length_from=lambda pkt:pkt.BlockLen) ]