Searched defs:fmt (Results 1 - 25 of 451) sorted by relevance

1234567891011>>

/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
H A DMakefile2 go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go macro
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
H A DMakefile2 go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go macro
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
H A DMakefile2 go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go macro
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
H A DMakefile2 go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go macro
/prebuilts/go/darwin-x86/src/syscall/
H A Dmksysnum_linux.pl21 sub fmt { subroutine
45 fmt($1, $2);
49 fmt($1, $2);
52 fmt($1, $prev+$2)
55 fmt($1, $2);
/prebuilts/go/linux-x86/src/syscall/
H A Dmksysnum_linux.pl21 sub fmt { subroutine
45 fmt($1, $2);
49 fmt($1, $2);
52 fmt($1, $prev+$2)
55 fmt($1, $2);
/prebuilts/ndk/current/sources/android/support/src/musl-stdio/
H A Dprintf.c4 int printf(const char *restrict fmt, ...) argument
8 va_start(ap, fmt);
9 ret = vfprintf(stdout, fmt, ap);
H A Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) argument
5 return vfprintf(stdout, fmt, ap);
H A Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) argument
6 return vsnprintf(s, INT_MAX, fmt, ap);
H A Dvwprintf.c4 int vwprintf(const wchar_t *restrict fmt, va_list ap) argument
6 return vfwprintf(stdout, fmt, ap);
H A Dvwscanf.c6 int vwscanf(const wchar_t *restrict fmt, va_list ap) argument
8 return vfwscanf(stdin, fmt, ap);
H A Dwprintf.c5 int wprintf(const wchar_t *restrict fmt, ...) argument
9 va_start(ap, fmt);
10 ret = vwprintf(fmt, ap);
H A Dwscanf.c6 int wscanf(const wchar_t *restrict fmt, ...) argument
10 va_start(ap, fmt);
11 ret = vwscanf(fmt, ap);
/prebuilts/ndk/r11/sources/android/support/src/musl-stdio/
H A Dprintf.c4 int printf(const char *restrict fmt, ...) argument
8 va_start(ap, fmt);
9 ret = vfprintf(stdout, fmt, ap);
H A Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) argument
5 return vfprintf(stdout, fmt, ap);
H A Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) argument
6 return vsnprintf(s, INT_MAX, fmt, ap);
H A Dvwprintf.c4 int vwprintf(const wchar_t *restrict fmt, va_list ap) argument
6 return vfwprintf(stdout, fmt, ap);
H A Dvwscanf.c6 int vwscanf(const wchar_t *restrict fmt, va_list ap) argument
8 return vfwscanf(stdin, fmt, ap);
H A Dwprintf.c5 int wprintf(const wchar_t *restrict fmt, ...) argument
9 va_start(ap, fmt);
10 ret = vwprintf(fmt, ap);
H A Dwscanf.c6 int wscanf(const wchar_t *restrict fmt, ...) argument
10 va_start(ap, fmt);
11 ret = vwscanf(fmt, ap);
/prebuilts/ndk/r13/sources/android/support/src/musl-stdio/
H A Dprintf.c4 int printf(const char *restrict fmt, ...) argument
8 va_start(ap, fmt);
9 ret = vfprintf(stdout, fmt, ap);
H A Dvprintf.c3 int vprintf(const char *restrict fmt, va_list ap) argument
5 return vfprintf(stdout, fmt, ap);
H A Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) argument
6 return vsnprintf(s, INT_MAX, fmt, ap);
H A Dvwprintf.c4 int vwprintf(const wchar_t *restrict fmt, va_list ap) argument
6 return vfwprintf(stdout, fmt, ap);
H A Dvwscanf.c6 int vwscanf(const wchar_t *restrict fmt, va_list ap) argument
8 return vfwscanf(stdin, fmt, ap);

Completed in 397 milliseconds

1234567891011>>