Searched refs:bitvector (Results 1 – 8 of 8) sorted by relevance
/external/antlr/runtime/ObjC/Framework/test/runtime/sets/ |
D | ANTLRBitSetTest.m | 24 …STAssertEquals(actual, expected, @"There should be three bits set in bitvector. But I have %d", ac… 46 …STAssertEquals(actual, expected, @"There should be four bits set in bitvector. But I have %d", act… 59 …STAssertEquals(actual, expected, @"There should be three bits set in bitvector. But I have %d", ac… 84 …STAssertEquals(actual, (CFIndex)[bitSet numBits], @"There should be three bits set in bitvector. B… 109 …STAssertEquals(actual, expected, @"There should be three bits set in bitvector. But I have %d", ac… 115 …STAssertEquals(actual, expected, @"There should be three bits set in bitvector. But I have %d", ac…
|
/external/python/cpython2/Modules/ |
D | svmodule.c | 510 void *bitvector = NULL; in sv_CaptureBurst() local 523 bitvector = malloc(SV_BITVEC_SIZE(info.size)); in sv_CaptureBurst() 546 if (svCaptureBurst(self->ob_svideo, &info, str, bitvector)) { in sv_CaptureBurst() 552 if (bitvector) { in sv_CaptureBurst() 567 if (SV_GET_FIELD(bitvector, i) == SV_EVEN_FIELD) { in sv_CaptureBurst() 588 if (bitvector) in sv_CaptureBurst() 589 free(bitvector); in sv_CaptureBurst()
|
/external/antlr/runtime/ObjC/Framework/ |
D | ANTLRBitSet.m | 259 // return a bitmask representation of this bitvector for easy operations
|
/external/u-boot/common/ |
D | dlmalloc.src | 1524 one-word bitvector recording whether groups of BINBLOCKWIDTH bins 1533 #define binblocks (bin_at(0)->size) /* bitvector of nonempty blocks */
|
/external/swiftshader/third_party/subzero/docs/ |
D | DESIGN.rst | 245 - A bitvector indicating which variables' live ranges this instruction ends.
|
/external/swiftshader/third_party/subzero/ |
D | DESIGN.rst | 245 - A bitvector indicating which variables' live ranges this instruction ends.
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1711 operations take time O(size of bitvector), but operations are performed one word
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 2291 operations take time O(size of bitvector), but operations are performed one word
|