/external/qemu/ |
sockets.c | 278 format_char( char* buf, char* end, int c ) function 327 buf = format_char(buf, end, temp[--nn]); 339 buf = format_char(buf, end, hex[(val >> shift) & 15]); 349 buf = format_char( buf, end, '.'); 351 buf = format_char( buf, end, '.'); 353 buf = format_char( buf, end, '.'); 366 buf = format_char(buf, end, ':'); 383 buf = format_char( buf, end, ':' ); 389 buf = format_char( buf, end, ':' ); [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.c | 283 format_char( char* buf, char* end, int c ) function 332 buf = format_char(buf, end, temp[--nn]); 344 buf = format_char(buf, end, hex[(val >> shift) & 15]); 354 buf = format_char( buf, end, '.'); 356 buf = format_char( buf, end, '.'); 358 buf = format_char( buf, end, '.'); 371 buf = format_char(buf, end, ':'); 388 buf = format_char( buf, end, ':' ); 394 buf = format_char( buf, end, ':' ); [all...] |
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 3785 Bit8u c, format_char; local [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 1627 Bit8u c, format_char; local [all...] |