HomeSort by relevance Sort by last modified time
    Searched defs:PRINTF (Results 1 - 8 of 8) sorted by null

  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 113 #define PRINTF(str,args...) printf("\n"str"\n",##args)
115 #define PRINTF(str,args...)
121 printf(_string); \
130 printf(_string); \
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
asm.h 282 * Macros to panic and printf from assembly language.
290 #define PRINTF(msg) \
292 jal printf; \
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osDebug.h 48 #define PRINTF(F, A) IF_TIDEBUG( F ) { os_printf A; }
135 #define PRINTF(F, A)
  /external/grub/netboot/
sk_g16.c 64 /* to get some global routines like printf */
351 #define PRINTF(x) printf x
353 #define PRINTF(x) /**/
357 #define PRINTF2(x) printf x
532 printf("%s: error: %#hX", SK_NAME, csr0);
536 printf(", Packet dropped.");
563 printf("%s: packet too long\n", SK_NAME);
579 printf("%s: RX error: %#hX\n", SK_NAME, (int) rmdstat);
677 printf("%s: error: %#hX", SK_NAME, csr0)
    [all...]
  /external/qemu/android/
help.c 17 #define PRINTF(...) stralloc_add_format(out,__VA_ARGS__)
22 PRINTF(
61 PRINTF(
101 PRINTF(
151 PRINTF(
241 PRINTF( " %-*s %s\n", maxw, temp, skin_key_command_description(cmd) );
245 PRINTF( "\n" );
246 PRINTF( " note that NumLock must be deactivated for keypad keys to work\n\n" );
253 PRINTF(
288 PRINTF(
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 67 static int PRINTF( const char* fmt, ... )
75 static int PRINTF( const char*, ... )
288 PRINTF("EX quad count: %d/%d\n", quad_count, expected_corners_num);
333 PRINTF("Quad count: %d/%d\n", quad_count, expected_corners_num);
384 PRINTF("Starting ordering of inner quads\n");
387 PRINTF("Orig count: %d After ordering: %d\n", icount, count);
423 PRINTF("Connected group: %d orig count: %d cleaned: %d\n", group_idx, icount, count);
426 PRINTF("Connected group: %d count: %d cleaned: %d\n", group_idx, icount, count);
613 PRINTF("col: %d row: %d\n", col, row);
626 PRINTF("HIST[%d] = %d\n", i, col_hist[i+HSIZE])
    [all...]

Completed in 3124 milliseconds