HomeSort by relevance Sort by last modified time
    Searched defs:PRINT (Results 26 - 41 of 41) sorted by null

12

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 183 * number of characters to print.
351 * BEWARE, these `goto error' on error, PRINT uses 'n3',
354 #define PRINT(ptr, len) do { \
363 PRINT(with, PADSIZE); \
366 PRINT(with, n); \
374 PRINT((p), n2); \
476 PRINT(cp, m);
958 * required by a decimal %[diouxX] precision, then print the
977 PRINT(&sign, 1);
980 PRINT(ox, 2)
    [all...]
vfprintf.c 279 struct __siov *iovp; /* for PRINT macro */
355 #define PRINT(ptr, len) do { \
369 PRINT(with, PADSIZE); \
372 PRINT(with, n); \
380 PRINT((p), n2); \
500 PRINT(cp, m);
982 * required by a decimal %[diouxX] precision, then print the
1001 PRINT(&sign, 1);
1004 PRINT(ox, 2);
1017 PRINT(cp, size)
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 47 #define PRINT(...) \
63 PRINT(", "); \
65 PRINT(", "); \
67 PRINT(", ");
71 PRINT(", ");
75 PRINT(", "); \
77 PRINT(", "); \
79 PRINT(", ");
83 PRINT(", ");
87 PRINT(", "); \
    [all...]
  /external/mksh/src/
edit.c     [all...]
sh.h 248 #undef PRINT /* LynxOS defines that somewhere */
949 #define GF_NONAME BIT(2) /* don't print argv[0] in errors */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 1772 milliseconds

12