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

  /external/chromium/net/tools/testserver/
chromiumsync_test.py 173 last_bit = self.ExpectedPermanentItemCount(sync_type)
177 self.assertEqual(self.model._BATCH_SIZE*2 + last_bit, changes_remaining)
181 self.assertEqual(self.model._BATCH_SIZE + last_bit, changes_remaining)
185 self.assertEqual(last_bit, changes_remaining)
188 self.assertEqual(self.model._BATCH_SIZE*3 + last_bit, version)
202 self.assertEqual(self.model._BATCH_SIZE*2 + last_bit, changes_remaining)
206 self.assertEqual(self.model._BATCH_SIZE + last_bit, changes_remaining)
210 self.assertEqual(last_bit, changes_remaining)
213 self.assertEqual(last_bit, len(changes))
214 self.assertEqual(self.model._BATCH_SIZE*4 + last_bit, version
    [all...]
  /external/chromium/net/disk_cache/
sparse_control.cc 565 int last_bit = (child_offset_ + child_len_ + 1023) >> 10; local
567 if (child_map_.FindNextBit(&start, last_bit, false)) {
606 int last_bit = (child_offset_ + result) >> 10; local
613 if (first_bit > last_bit)
616 if (block_offset && !child_map_.Get(last_bit)) {
618 child_data_.header.last_block = last_bit;
624 child_map_.SetRange(first_bit, last_bit, true);
749 int last_bit = (child_offset_ + child_len_ + 1023) >> 10; local
753 int bits_found = child_map_.FindBits(&found, last_bit, true);
  /external/e2fsprogs/lib/ext2fs/
gen_bitmap.c 362 int last_bit = 0; local
411 last_bit |= 1 << mark_bit;
417 if (last_bit & ADDR[start_byte + len_byte])
  /external/bison/lib/
abitset.c 305 unsigned int last_bit; local
307 last_bit = BITSET_SIZE_ (dst) % BITSET_WORD_BITS;
308 if (last_bit)
310 ((bitset_word) 1 << last_bit) - 1;
ebitset.c 838 unsigned int last_bit; local
842 last_bit = n_bits % EBITSET_ELT_BITS;
844 if (last_bit)
864 srcp[windex - woffset] &= ((bitset_word) 1 << last_bit) - 1;
lbitset.c 886 unsigned int last_bit; local
890 last_bit = n_bits % LBITSET_ELT_BITS;
892 if (last_bit)
902 srcp[windex - elt->index] &= ((bitset_word) 1 << last_bit) - 1;
vbitset.c 332 unsigned int last_bit; local
334 last_bit = BITSET_SIZE_ (dst) % BITSET_WORD_BITS;
335 if (last_bit)
337 ((bitset_word) 1 << last_bit) - 1;
  /external/freetype/src/raster/
ftraster.c 2740 Int last_bit = last_pixel & 3; local
    [all...]

Completed in 117 milliseconds