Home
last modified time | relevance | path

Searched refs:bitvector (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/ObjC/Framework/test/runtime/sets/
DANTLRBitSetTest.m24 …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/
Dsvmodule.c510 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/
DANTLRBitSet.m259 // return a bitmask representation of this bitvector for easy operations
/external/u-boot/common/
Ddlmalloc.src1524 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/
DDESIGN.rst245 - A bitvector indicating which variables' live ranges this instruction ends.
/external/swiftshader/third_party/subzero/
DDESIGN.rst245 - A bitvector indicating which variables' live ranges this instruction ends.
/external/llvm/docs/
DProgrammersManual.rst1711 operations take time O(size of bitvector), but operations are performed one word
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DProgrammersManual.rst2291 operations take time O(size of bitvector), but operations are performed one word