Searched refs:olen (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c755 int ilen, olen; local in function:FcSfntNameTranscode
779 olen = FcUcs4ToUtf8 (ucs4, u8);
780 u8 += olen;
789 int olen; local in function:FcSfntNameTranscode
805 olen = FcUcs4ToUtf8 (ucs4, u8);
806 u8 += olen;
815 int olen; local in function:FcSfntNameTranscode
833 olen = FcUcs4ToUtf8 (ucs4, u8);
834 u8 += olen;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp3156 unsigned int olen; local in function:stb_decompress
3159 olen = stb_decompress_length(i);
3161 stb__barrier_out_e = output + olen;
3171 IM_ASSERT(stb__dout == output + olen);
3172 if (stb__dout != output + olen) return 0;
3173 if (stb_adler32(1, output, olen) != (unsigned int) stb__in4(2))
3175 return olen;
3181 IM_ASSERT(stb__dout <= output + olen);
3182 if (stb__dout > output + olen)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp3156 unsigned int olen; local in function:stb_decompress
3159 olen = stb_decompress_length(i);
3161 stb__barrier_out_e = output + olen;
3171 IM_ASSERT(stb__dout == output + olen);
3172 if (stb__dout != output + olen) return 0;
3173 if (stb_adler32(1, output, olen) != (unsigned int) stb__in4(2))
3175 return olen;
3181 IM_ASSERT(stb__dout <= output + olen);
3182 if (stb__dout > output + olen)

Completed in 132 milliseconds