Lines Matching refs:bits
51 The number of bits is available in |v:numbersize|.
2156 v:numbersize Number of bits in a Number. This is normally 64, but on some
3227 :let flag = and(bits, 0x80)
3229 :let flag = bits->and(0x80)
7067 :let bits = invert(bits)
7069 :let bits = bits->invert()
8199 If {prot} is given it is used to set the protection bits of
8339 :let bits = or(bits, 0x80)
8341 :let bits = bits->or(0x80)
8535 The 'h' modifier indicates the argument is 16 bits.
8536 The 'l' modifier indicates the argument is 32 bits.
8537 The 'L' modifier indicates the argument is 64 bits.
8751 algorithm using seed {expr}. The returned number is 32 bits,
8752 also on 64 bits systems, for consistency.
12274 :let bits = xor(bits, 0x80)
12277 :let bits = bits->xor(0x80)
12506 64 bits)