Searched refs:sectionCount (Results 1 – 4 of 4) sorted by relevance
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | concat.cpp | 18 auto sectionCount = onnextcalls / 3; variable 20 auto c = rxs::range(0, sectionCount - 1, 1, so) 23 rxs::range(sectionCount, sectionCount * 2 - 1, 1, so), 24 rxs::range(sectionCount * 2, onnextcalls - 1, 1, so)) 46 auto sectionCount = onnextcalls / 3; variable 48 int c = rxs::range(0, sectionCount - 1, 1, so) 51 rxs::range(sectionCount, sectionCount * 2 - 1, 1, so), 52 rxs::range(sectionCount * 2, onnextcalls - 1, 1, so)) 74 auto sectionCount = onnextcalls / 3; variable 76 int c = rxs::range(0, sectionCount - 1, 1, so) [all …]
|
D | merge.cpp | 19 auto sectionCount = onnextcalls / 3; variable 21 int c = rxs::range(0, sectionCount - 1, 1, so) 24 rxs::range(sectionCount, (sectionCount * 2) - 1, 1, so), 25 rxs::range(sectionCount * 2, onnextcalls - 1, 1, so)) 47 auto sectionCount = onnextcalls / 3; variable 49 int c = rxs::range(0, sectionCount - 1, 1, so) 52 rxs::range(sectionCount, (sectionCount * 2) - 1, 1, so), 53 rxs::range(sectionCount * 2, onnextcalls - 1, 1, so)) 75 auto sectionCount = onnextcalls / 3; variable 77 int c = rxs::range(0, sectionCount - 1, 1, so) [all …]
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryReader.cpp | 286 const unsigned sectionCount = read32(&seg->nsects, isBig); in readBinary() local 290 + sectionCount*sizeof(section_64); in readBinary() 294 for (unsigned i=0; i < sectionCount; ++i) { in readBinary() 329 const unsigned sectionCount = read32(&seg->nsects, isBig); in readBinary() local 333 + sectionCount*sizeof(section); in readBinary() 337 for (unsigned i=0; i < sectionCount; ++i) { in readBinary()
|
/external/python/cpython2/Mac/Modules/cg/ |
D | CFMLateImport.c | 201 …ctionHeaders = (PEFSectionHeader *) NewPtr(fragToFix->containerHeader.sectionCount * sizeof(PEFSec… in ReadContainerBasics() 207 … fragToFix->containerHeader.sectionCount * sizeof(PEFSectionHeader), in ReadContainerBasics() 213 while ( sectionIndex < fragToFix->containerHeader.sectionCount && ! found ) { in ReadContainerBasics() 546 MoreAssertQ( initSection < fragToFix->containerHeader.sectionCount ); in SetupSectionBaseAddresses()
|