Searched refs:ilength (Results 1 – 8 of 8) sorted by relevance
39 const int ilength = (int)(LENGTH); \99 : [length]"r"(ilength) \113 const int ilength = (int)(LENGTH); \163 : [length]"r"(ilength) \
845 Py_ssize_t ilength = *length; in jisx0213_2000_1_encoder_paironly() local848 switch (ilength) { in jisx0213_2000_1_encoder_paironly()892 Py_ssize_t ilength = *length; in jisx0213_2004_1_encoder_paironly() local895 switch (ilength) { in jisx0213_2004_1_encoder_paironly()
874 size_t ilength; in pa_sink_input_peek() local902 ilength = pa_resampler_request(i->thread_info.resampler, slength); in pa_sink_input_peek()904 if (ilength <= 0) in pa_sink_input_peek()905 ilength = pa_frame_align(CONVERT_BUFFER_LENGTH, &i->sample_spec); in pa_sink_input_peek()907 ilength = slength; in pa_sink_input_peek()911 ilength_full = ilength; in pa_sink_input_peek()913 if (ilength > block_size_max_sink_input) in pa_sink_input_peek()914 ilength = block_size_max_sink_input; in pa_sink_input_peek()931 i->pop(i, ilength, &tchunk) < 0) { in pa_sink_input_peek()
7593 Int ilength=dn->digits+dn->exponent; /* integral length */ local7641 if (ilength<11) {7644 for (; got<ilength; up++) {7648 if (ilength==10) { /* need to check for wrap */7649 if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1)) ilength=11;7651 else if (neg && theInt>1999999997) ilength=11;7652 else if (!neg && theInt>999999999) ilength=11;7653 if (ilength==11) theInt=save; /* restore correct low bit */7657 if (ilength>10) { /* too big */