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

  /external/grub/docs/
kernel.c 46 static void itoa (char *buf, int base, int d);
174 itoa (char *buf, int base, int d) function
263 itoa (buf, c, *((int *) arg++));
kernel.c.texi 46 static void itoa (char *buf, int base, int d);
174 itoa (char *buf, int base, int d)
263 itoa (buf, c, *((int *) arg++));
  /external/icu4c/test/intltest/
restsnew.cpp 48 itoa(int32_t i, char* buf) function
357 expected+=itoa(row, buf);
365 expected+=itoa(row, buf);
366 expected+=itoa(col, buf);
569 expected+=itoa(row, buf);
580 expected+=itoa(row, buf);
581 expected+=itoa(col, buf);
753 expected_string += itoa(j,buf);
788 expected_string += itoa(index,buf);
838 expected_string += itoa(row,buf)
    [all...]
restest.cpp 50 itoa(int32_t i, char* buf) function
433 expected_string += itoa(j,buf);
455 expected_string += itoa(index,buf);
  /external/arduino/hardware/arduino/cores/arduino/
WString.cpp 64 itoa((signed long)value, buf, base);
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 363 sdl_check_funcs strdup _strrev _strupr _strlwr index rindex strchr strrchr itoa _ltoa
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 459 #define SDL_itoa itoa
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 459 #define SDL_itoa itoa
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 459 #define SDL_itoa itoa
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 459 #define SDL_itoa itoa

Completed in 573 milliseconds