HomeSort by relevance Sort by last modified time
    Searched full:ibit (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bitset.h 16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0)
17 int addbit(bitset bs, int ibit); /* Returns 0 if already set */
24 #define BIT2BYTE(ibit) ((ibit) / BITSPERBYTE)
25 #define BIT2SHIFT(ibit) ((ibit) % BITSPERBYTE)
26 #define BIT2MASK(ibit) (1 << BIT2SHIFT(ibit))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bitset.h 16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0)
17 int addbit(bitset bs, int ibit); /* Returns 0 if already set */
24 #define BIT2BYTE(ibit) ((ibit) / BITSPERBYTE)
25 #define BIT2SHIFT(ibit) ((ibit) % BITSPERBYTE)
26 #define BIT2MASK(ibit) (1 << BIT2SHIFT(ibit))
    [all...]
  /external/valgrind/main/perf/
ffbench.c 174 int ibit, idim, k1, k2, n, nprev, nrem, ntot; local
199 ibit = ip2 >> 1;
200 while (ibit >= ip1 && i2rev > ibit) {
201 i2rev -= ibit;
202 ibit >>= 1;
204 i2rev += ibit;
  /external/chromium_org/third_party/smhasher/src/
AvalancheTest.h 49 for(int iBit = 0; iBit < keybits; iBit++)
51 flipbit(&K,keybytes,iBit);
53 flipbit(&K,keybytes,iBit);
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 101 #define bitarray_read_bit( biTs, iBiT) ( biTs[iBiT/16] & (1<<((iBiT)%16)) )
102 /* int bitarray_read_bit( unsigned short* bits, int iBit)
103 { // ASSERT( iBit<256);
104 return bits[iBit/16] & (1<<((iBit)%16));
107 void bitarray_write_bit( unsigned short* bits, int iBit, int iVal)
110 ASSERT( iBit<256);
111 sect = bits[iBit/16]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
fixed-value.h 30 enum machine_mode mode; /* Use machine mode to know IBIT and FBIT. */
  /external/iptables/extensions/
libxt_rateest.man 72 [KMGT]ibit, Bps, [KMGT]Bps, [KMGT]iBps.
  /prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]
  /development/perftests/panorama/input/
test_010.ppm     [all...]

Completed in 1351 milliseconds