OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iout
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/libpng-1.2.19/
pngerror.c
130
int
iout
= 0, iin = 0;
local
137
buffer[
iout
++] = '[';
138
buffer[
iout
++] = png_digit[(c & 0xf0) >> 4];
139
buffer[
iout
++] = png_digit[c & 0x0f];
140
buffer[
iout
++] = ']';
144
buffer[
iout
++] = (png_byte)c;
149
buffer[
iout
] = 0;
152
buffer[
iout
++] = ':';
153
buffer[
iout
++] = ' ';
154
png_strncpy(buffer+
iout
, error_message, 63)
[
all
...]
/external/libpng/
pngerror.c
160
int
iout
= 0, iin = 0;
local
167
buffer[
iout
++] = PNG_LITERAL_LEFT_SQUARE_BRACKET;
168
buffer[
iout
++] = png_digit[(c & 0xf0) >> 4];
169
buffer[
iout
++] = png_digit[c & 0x0f];
170
buffer[
iout
++] = PNG_LITERAL_RIGHT_SQUARE_BRACKET;
174
buffer[
iout
++] = (png_byte)c;
179
buffer[
iout
] = '\0';
182
buffer[
iout
++] = ':';
183
buffer[
iout
++] = ' ';
184
png_memcpy(buffer +
iout
, error_message, PNG_MAX_ERROR_TEXT)
[
all
...]
/prebuilt/sdk/tools/linux/
aapt
Completed in 23 milliseconds