Searched refs:iout (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/lpng_v163/ |
D | pngerror.c | 424 int iout = 0, ishift = 24; in png_format_buffer() local 433 buffer[iout++] = PNG_LITERAL_LEFT_SQUARE_BRACKET; in png_format_buffer() 434 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; in png_format_buffer() 435 buffer[iout++] = png_digit[c & 0x0f]; in png_format_buffer() 436 buffer[iout++] = PNG_LITERAL_RIGHT_SQUARE_BRACKET; in png_format_buffer() 441 buffer[iout++] = (char)c; in png_format_buffer() 446 buffer[iout] = '\0'; in png_format_buffer() 452 buffer[iout++] = ':'; in png_format_buffer() 453 buffer[iout++] = ' '; in png_format_buffer() 456 buffer[iout++] = error_message[iin++]; in png_format_buffer() [all …]
|
/external/libpng/ |
D | pngerror.c | 438 int iout = 0, ishift = 24; 447 buffer[iout++] = PNG_LITERAL_LEFT_SQUARE_BRACKET; 448 buffer[iout++] = png_digit[(c & 0xf0) >> 4]; 449 buffer[iout++] = png_digit[c & 0x0f]; 450 buffer[iout++] = PNG_LITERAL_RIGHT_SQUARE_BRACKET; 455 buffer[iout++] = (char)c; 460 buffer[iout] = '\0'; 466 buffer[iout++] = ':'; 467 buffer[iout++] = ' '; 470 buffer[iout++] = error_message[iin++]; [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | VertexBuffer.java | 823 IntBuffer iout = (IntBuffer) outVb.data; in copyElements() local 825 iout.position(outPos).limit(outPos + elementSz * len); in copyElements() 826 iout.put(iin); in copyElements()
|
/external/libvorbis/lib/ |
D | psy.c | 1073 int *iout = &iwork[k][i]; in _vp_couple_quantize_normalize() local 1077 floor[k][j] = FLOOR1_fromdB_LOOKUP[iout[j]]; in _vp_couple_quantize_normalize() 1087 acc[track]=noise_normalize(p,limit,raw[k],quant[k],floor[k],NULL,acc[track],i,jn,iout); in _vp_couple_quantize_normalize() 1095 iout[j]=0; in _vp_couple_quantize_normalize()
|