Home | History | Annotate | Download | only in lib

Lines Matching defs:bytes

318   size_t bytes;
320 bytes = sizeof (bitset_word) * dst->b.csize;
322 memset (dstp, -1, bytes);
331 size_t bytes;
333 bytes = sizeof (bitset_word) * dst->b.csize;
335 memset (dstp, 0, bytes);
788 size_t bytes;
794 bytes = header_size + size * sizeof (bitset_word);
800 bytes += bitset_alignment - 1;
801 bytes -= bytes % bitset_alignment;
804 return bytes;