Searched refs:bits (Results 1 – 5 of 5) sorted by relevance
17 ( (set)->bits[(pos) / BITSET_BITS] )28 set->bits = calloc(BITSET_USED(nbits), sizeof(*set->bits)); in bitset_init()31 assert(set->bits); in bitset_init()37 memset(set->bits, 0, BITSET_USED(set->nbits) * sizeof(*set->bits)); in bitset_reset()41 free(set->bits); in bitset_free()
7 size_t *bits; member
171 unsigned char bits[8]; in li_MD5_Final() local175 Encode (bits, context->count, 8); in li_MD5_Final()184 li_MD5_Update (context, bits, 8); in li_MD5_Final()
642 long bits = sysconf(_SC_KERNEL_BITS);652 switch (bits)
1392 # There is notably a 21 bits limit for the UID and the GID. In fact,