Searched refs:FORMAT (Results 1 - 14 of 14) sorted by relevance
| /src/sys/external/bsd/gnu-efi/dist/apps/ |
| H A D | Makefile | 71 FORMAT := --target efi-app-$(ARCH) macro 72 $(TARGET_BSDRIVERS): FORMAT=--target efi-bsdrv-$(ARCH) macro 73 $(TARGET_RTDRIVERS): FORMAT=--target efi-rtdrv-$(ARCH) macro 81 FORMAT := -O binary macro
|
| /src/distrib/common/ |
| H A D | sunbootcd.sh | 37 FORMAT="%-8s offset %4d, size %4d, file %s\n" 82 printf "${FORMAT}" "fsimage:" 0 ${ISOCYLS} "${ISOIMAGE}" 105 printf "${FORMAT}" "Image ${curpart}:" ${curoff} ${curcyls} "${curfile}" 122 printf "${FORMAT}" "Final:" 0 ${ENDCYL} "${ISOIMAGE}"
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_printf.cc | 318 FORMAT(1, 2) 327 FORMAT(1, 2) 339 FORMAT(3, 4) 348 FORMAT(2, 3)
|
| H A D | sanitizer_internal_defs.h | 215 # define FORMAT(f, a) macro 229 # define FORMAT(f, a) __attribute__((format(printf, f, a))) macro
|
| /src/usr.bin/audio/ctl/ |
| H A D | ctl.c | 84 #define FORMAT 10 macro 102 { "play", &info.play, FORMAT, ALIAS }, 121 { "record", &info.record, FORMAT, ALIAS }, 222 case FORMAT: 266 case FORMAT:
|
| /src/sys/arch/powerpc/powerpc/ |
| H A D | ofw_machdep.c | 91 #define ofpanic(FORMAT, ...) do { \ 92 ofprint(FORMAT __VA_OPT__(,) __VA_ARGS__); \ 93 panic(FORMAT __VA_OPT__(,) __VA_ARGS__); \
|
| /src/sys/arch/i386/stand/misc/ |
| H A D | rawrite.c | 38 #define FORMAT 5 macro
|
| /src/tests/lib/libm/ |
| H A D | t_ldexp.c | 45 #define FORMAT "%23.23lg" macro 179 (void)snprintf(outbuf, sizeof(outbuf), FORMAT, v);
|
| /src/usr.bin/config/ |
| H A D | gram.y | 57 #define FORMAT(n) (((n).fmt == 8 && (n).val != 0) ? "0%llo" : \ 1074 (void)snprintf(bf, sizeof(bf), FORMAT($1), (long long)$1.val);
|
| /src/sys/dev/ic/ |
| H A D | dwc_eqos.c | 77 #define DPRINTF(FLAG, FORMAT, ...) \ 79 device_printf(sc->sc_dev, "%s: " FORMAT, \ 82 #define DPRINTF(FLAG, FORMAT, ...) ((void)0)
|
| /src/sys/external/isc/libsodium/dist/ |
| H A D | aclocal.m4 | 1084 # _AM_PROG_TAR(FORMAT) 1086 # Check how to create a tarball in format FORMAT. 1087 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1090 # writing to stdout a FORMAT-tarball containing the directory
|
| /src/sys/arch/m68k/060sp/dist/ |
| H A D | fplsp.s | 5090 #--WHILE A1 AND A2 ARE IN DOUBLE-EXTENDED FORMAT. 5143 #--WHILE B2 AND B3 ARE IN DOUBLE-EXTENDED FORMAT, B1 IS -1/2 5545 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N 5976 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N 6578 or.l &0x3F800000,%d1 # +-1 IN SGL FORMAT 8263 fmov.l %d1,%fp1 # CONVERT K TO FLOATING-POINT FORMAT
|
| H A D | fpsp.s | 2509 # so, now it's immediate data extended precision AND PACKED FORMAT! 5196 #--WHILE A1 AND A2 ARE IN DOUBLE-EXTENDED FORMAT. 5249 #--WHILE B2 AND B3 ARE IN DOUBLE-EXTENDED FORMAT, B1 IS -1/2 5651 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N 6082 #--FLOATING POINT FORMAT, THE TWO FMOVE'S FMOVE.L FP <--> N 6684 or.l &0x3F800000,%d1 # +-1 IN SGL FORMAT 8369 fmov.l %d1,%fp1 # CONVERT K TO FLOATING-POINT FORMAT
|
| H A D | pfpsp.s | 2509 # so, now it's immediate data extended precision AND PACKED FORMAT!
|
Completed in 53 milliseconds