HomeSort by: relevance | last modified time | path
    Searched defs:printf (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/sys/lib/libsa/
printf.c 1 /* $NetBSD: printf.c,v 1.18 2011/07/17 20:54:52 joerg Exp $ */
31 * @(#)printf.c 8.1 (Berkeley) 6/11/93
41 printf(const char *fmt, ...) function
stand.h 78 #define printf libsa_printf macro
247 void printf(const char *, ...)
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 50 printf sgn sprintf)],
121 sub printf { subroutine
361 fits_slong_p, get_d, get_d_2exp, get_si, get_str, integer_p, printf, sgn,
390 printf ".$se$e\n"; # .1111e3
394 printf ".%s@%x\n", $s, $e; # .1@14
396 C<printf> and C<sprintf> allow formatted output of GMP types. mpz and mpq
398 conversions (f, e, E, g, G). All the standard perl printf features are
403 GMP::printf ("%d %d %s", 123, mpz(2)**128, 'foo');
404 GMP::printf STDERR "%.40f", mpf(1.234);
406 In perl 5.6.1 it doesn't seem to work to export C<printf>, the plain builti
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
sanity-a6xx.lua 15 function printf(fmt, ...) function
20 --printf(fmt, ...)
53 printf("Checking cmdstream...\n")
58 printf("draw!\n")
73 printf("ERROR: invalid max constant offset for stage %s: %d vs %d\n", stage, max, r[cntl_reg].CONSTLEN)
tex3d-layout.lua 27 function printf(fmt, ...) function
56 --printf("Found blit: 0x%x (0x%x)\n", blit.addr, blit.base)
74 printf("Found texture state: %ux%ux%u (MIN_LAYERSZ=0x%x)\n",
80 printf("base: 0x%x (0x%x)\n", base, basebase)
91 --printf("blit addr: 0x%x (0x%x)\n", blit.addr, blit.base)
109 --printf("%u: %ux%u, addr=%x\n", n, blit.width, blit.height, blit.addr)
115 printf("I am confused! %ux%u vs %ux%u\n", blit.width, blit.height, minify(w, 1), minify(h, 1))
116 printf("addr=%x\n", blit.addr)
124 printf("level=%u, layer=%u, sz=%ux%u, pitch=%u, offset=0x%x, addr=%x",
129 printf(", layersz=0x%x, alignedheight=%f", layersz, alignedheight
    [all...]
texturator-to-unit-test-5xx.lua 43 function printf(fmt, ...) function
70 printf("Found event blit: 0x%x (0x%x) %dx%d UBWC 0x%x (0x%x) tiled %s\n", blit.addr, blit.base, blit.width, blit.height, blit.ubwc_addr, blit.ubwc_base, r.RB_RESOLVE_CNTL_3.TILED)
94 printf("Found cp blit: 0x%x (0x%x) %dx%d UBWC 0x%x (0x%x) %s\n", blit.addr, blit.base, blit.width, blit.height, blit.ubwc_addr, blit.ubwc_base, r.RB_2D_DST_INFO.TILE_MODE)
117 printf("Found texture state:\n %ux%ux%u (%s, %s, UBWC=%s)\n",
123 printf("base: 0x%x (0x%x)\n", base, basebase)
124 printf("ubwcbase: 0x%x (0x%x)\n", ubwc_base, bos.base(ubwc_base))
135 --printf("blit addr: 0x%x (0x%x)\n", blit.addr, blit.base)
146 printf(" {\n")
147 printf(" .format = %s,\n", pkt[0].FMT)
149 printf(" .is_3d = true,\n"
    [all...]
texturator-to-unit-test.lua 43 function printf(fmt, ...) function
84 printf("Found %s: 0x%x/%d (0x%x) %dx%d UBWC 0x%x/%d (0x%x)\n",
106 printf("Found texture state:\n %ux%ux%u (%s, %s, MIN_LAYERSZ=0x%x, TILE_ALL=%s, UBWC=%s FLAG_LOG2=%ux%u %s)\n",
112 printf("base: 0x%x (0x%x)\n", base, basebase)
113 printf("ubwcbase: 0x%x (0x%x)\n", ubwc_base, bos.base(ubwc_base))
124 --printf("blit addr: 0x%x (0x%x)\n", blit.addr, blit.base)
135 printf(" {\n")
136 printf(" .format = %s,\n", pkt[0].FMT)
138 printf(" .is_3d = true,\n")
141 printf(" .layout = {\n"
    [all...]
parse-submits.lua 5 function printf(fmt, ...) function
10 --printf(fmt, ...)
13 printf("Analyzing Data...\n")
92 printf("\n")
101 printf("NULL BATCH!\n");
107 printf("Batch:\n")
108 printf("-------\n")
109 printf(" # of draws: %u\n", draws)
110 printf(" mode: %s\n", drawmode)
112 printf(" bin size: %ux%u (%u bins)\n", binw, binh, nbins
    [all...]
  /src/usr.bin/printf/
Makefile 4 PROG= printf
6 COPTS.printf.c = -Wno-format-nonliteral
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
gen_matypes.c 49 printf( "\n" ); \
50 printf( "\n" ); \
51 printf( "/* =====================================================" \
53 printf( " * Offsets for " x "\n" ); \
54 printf( " */\n" ); \
55 printf( "\n" ); \
60 printf( "\n" ); \
61 printf( "/*\n" ); \
62 printf( " * Flags for " x "\n" ); \
63 printf( " */\n" );
80 #define printf macro
    [all...]
  /src/sys/arch/emips/stand/common/
printf.c 1 /* $NetBSD: printf.c,v 1.7 2016/02/14 18:05:31 dholland Exp $ */
18 * $FreeBSD: src/sys/boot/mips/emips/libemips/printf.c,v 1.2 2006/10/20 09:12:05 imp Exp $
33 printf(const char *fmt,...) function
  /src/tests/usr.bin/xlint/lint1/
msg_124.c 13 __attribute__((format(printf, 1, 2)));
23 printflike printf = ptr; local
  /src/bin/sh/
Makefile 50 SRCS+=printf.c
54 ${NETBSDSRCDIR}/usr.bin/printf \
94 COPTS.printf.c = -Wno-format-nonliteral
  /src/sys/arch/i386/stand/lib/test/
sanamespace.h 14 #undef printf macro
  /src/bin/csh/
Makefile 23 func.c glob.c hist.c init.c lex.c misc.c parse.c printf.c proc.c \
25 .PATH: ${NETBSDSRCDIR}/usr.bin/printf
58 COPTS.printf.c = -Wno-format-nonliteral
  /src/sys/arch/vax/boot/xxboot/
start.S 238 ENTRY(printf, 0) function
  /src/sys/external/isc/libsodium/dist/test/default/
cmptest.h 76 printf("%llu\n", 1000000ULL * (ts_end - ts_start) / ITERATIONS);
81 #define printf(...) do { } while(0) macro
116 #undef printf macro
117 #define printf(...) fprintf(fp_res, __VA_ARGS__) macro
129 printf("--- SUCCESS ---\n");
  /src/external/gpl3/gdb/dist/gnulib/import/
stdio-write.c 123 # if !REPLACE_PRINTF_POSIX /* avoid collision with printf.c */
125 printf (const char *format, ...) function
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stdio-write.c 123 # if !REPLACE_PRINTF_POSIX /* avoid collision with printf.c */
125 printf (const char *format, ...) function
  /src/sys/lib/libkern/
rngtest.c 149 printf(const char * __restrict format, ...) function
177 printf("Kernel RNG \"%s\" long run test FAILURE: "
206 printf("Kernel RNG \"%s\" monobit test FAILURE: %d ones\n",
221 printf("Kernel RNG \"%s\" poker test failure: "
245 printf("Kernel RNG \"%s\" runs test FAILURE: "
251 printf("Kernel RNG \"%s\" runs test FAILURE: "
  /src/bin/sh/bltin/
bltin.h 71 #define printf(...) _RETURN_INT(out1fmt(__VA_ARGS__)) macro
  /src/external/gpl2/gettext/include/
libgnuintl.h 118 printf (gettext ("foo %y")). */
309 /* Support for format strings with positions in *printf(), following the
311 Note: These replacements for the *printf() functions are visible only
313 Packages that use *printf() in source files that don't refer to _()
336 #undef printf macro
338 /* Don't break __attribute__((format(printf,M,N))).
343 #define printf libintl_printf macro
344 extern LIBINTL_DLL_EXPORTED int printf (const char *, ...);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
bigcore.c 39 The following are so that printf et.al. can be avoided. Those
43 #define printf do not use macro
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
bigcore.c 39 The following are so that printf et.al. can be avoided. Those
43 #define printf do not use macro
  /src/external/gpl2/mkhybrid/dist/include/
mconfig.h 182 # define printf Xprintf macro

Completed in 117 milliseconds

1 2 3 4