Lines Matching refs:ec_tell
93 nbits=ec_tell(&enc);
95 nbits2=ec_tell(&enc);
190 while(ec_tell(&enc)%8 != 0)
192 tell_bits = ec_tell(&enc);
194 if(tell_bits!=(unsigned)ec_tell(&enc)){
195 fprintf(stderr,"ec_tell() changed after ec_enc_done(): %i instead of %i (Random seed: %u)\n",
196 ec_tell(&enc),tell_bits,seed);
201 fprintf (stderr, "ec_tell() lied, there's %i bytes instead of %d (Random seed: %u)\n",
268 if((ec_tell(&enc)+7U)/8U<ec_range_bytes(&enc)){
270 ec_range_bytes(&enc),(ec_tell(&enc)+7)/8,seed);