HomeSort by relevance Sort by last modified time
    Searched refs:format_char (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/glib/
gstrfuncs.c 621 gchar format_char; local
627 format_char = format[strlen (format) - 1];
629 g_return_val_if_fail (format_char == 'e' || format_char == 'E' ||
630 format_char == 'f' || format_char == 'F' ||
631 format_char == 'g' || format_char == 'G',
640 if (!(format_char == 'e' || format_char == 'E' |
    [all...]
  /development/tools/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/
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...]
  /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...]

Completed in 614 milliseconds