HomeSort by relevance Sort by last modified time
    Searched refs:Bitmask (Results 1 - 7 of 7) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandFileParser.java 118 * Represents a bitmask. Useful because it caches the number of bits which are set.
120 static class Bitmask {
124 public Bitmask(int nBits) {
128 public Bitmask(int nBits, boolean initialValue) {
371 * expand. It is a bitmask where the (k)th bit represents the (k)th element in
382 Bitmask inputBitmask = new Bitmask(mLines.size(), true);
  /external/mesa3d/docs/specs/
MESA_query_renderer.spec 140 1 Bitmask of the preferred context
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go 275 dests int32 // Bitmask indicating exit blocks from loop in which spill/val is defined. 1<<i set means val is live into loop.exitBlocks[i]
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go 275 dests int32 // Bitmask indicating exit blocks from loop in which spill/val is defined. 1<<i set means val is live into loop.exitBlocks[i]
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2037 milliseconds