Home
last modified time | relevance | path

Searched refs:ilength (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dfilters_mips_dsp_r2.c39 const int ilength = (int)(LENGTH); \
99 : [length]"r"(ilength) \
113 const int ilength = (int)(LENGTH); \
163 : [length]"r"(ilength) \
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dfilters_mips_dsp_r2.c39 const int ilength = (int)(LENGTH); \
99 : [length]"r"(ilength) \
113 const int ilength = (int)(LENGTH); \
163 : [length]"r"(ilength) \
/third_party/python/Modules/cjkcodecs/
D_codecs_iso2022.c845 Py_ssize_t ilength = *length; in jisx0213_2000_1_encoder_paironly() local
848 switch (ilength) { in jisx0213_2000_1_encoder_paironly()
892 Py_ssize_t ilength = *length; in jisx0213_2004_1_encoder_paironly() local
895 switch (ilength) { in jisx0213_2004_1_encoder_paironly()
/third_party/pulseaudio/src/pulsecore/
Dsink-input.c874 size_t ilength; in pa_sink_input_peek() local
902 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()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp7593 Int ilength=dn->digits+dn->exponent; /* integral length */ local
7641 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 */
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp7593 Int ilength=dn->digits+dn->exponent; /* integral length */ local
7641 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 */
/third_party/icu/icu4c/source/i18n/
DdecNumber.cpp7593 Int ilength=dn->digits+dn->exponent; /* integral length */ local
7641 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 */
/third_party/node/deps/icu-small/source/i18n/
DdecNumber.cpp7593 Int ilength=dn->digits+dn->exponent; /* integral length */ local
7641 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 */