Searched refs:SPECIAL (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/kvm/lib/
H A Dguest_sprintf.c32 #define SPECIAL 64 /* 0x */ macro
77 if (type & SPECIAL) {
97 if (type & SPECIAL) {
160 flags |= SPECIAL;
240 flags |= SPECIAL | SMALL | ZEROPAD;
/linux-master/drivers/firmware/efi/libstub/
H A Dvsprintf.c149 #define SPECIAL 64 /* 0x */ macro
169 flags |= SPECIAL;
430 flags &= ~SPECIAL;
461 if (flags & SPECIAL) {
477 flags &= ~SPECIAL;
497 if (flags & SPECIAL) {
/linux-master/arch/powerpc/boot/
H A Dstdio.c76 #define SPECIAL 32 /* 0x */ macro
106 if (type & SPECIAL) {
126 if (type & SPECIAL) {
178 case '#': flags |= SPECIAL; goto repeat;
/linux-master/arch/x86/boot/
H A Dprintf.c33 #define SPECIAL 64 /* 0x */ macro
73 if (type & SPECIAL) {
93 if (type & SPECIAL) {
149 flags |= SPECIAL;
/linux-master/arch/alpha/boot/
H A Dstdio.c40 #define SPECIAL 32 /* 0x */ macro
70 if (type & SPECIAL) {
90 if (type & SPECIAL) {
142 case '#': flags |= SPECIAL; goto repeat;
/linux-master/scripts/
H A Dsorttable.c179 #define SPECIAL(i) ((i) - (SHN_HIRESERVE + 1)) macro
192 return SPECIAL(shndx);
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S39 # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
H A Daesni-intel_avx-x86_64.S31 # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
/linux-master/lib/
H A Dvsprintf.c416 #define SPECIAL 64 /* prefix hex with "0x", octal with "0" */ macro
464 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10);
584 spec.flags = SPECIAL | SMALL | ZEROPAD;
1020 .flags = SPECIAL | SMALL,
1057 .flags = SPECIAL | SMALL | ZEROPAD,
1063 .flags = SPECIAL | SMALL | ZEROPAD,
2579 case '#': spec->flags |= SPECIAL; break;
/linux-master/include/sound/
H A Dpcm.h171 #define SNDRV_PCM_FMTBIT_SPECIAL _SNDRV_PCM_FMTBIT(SPECIAL)
/linux-master/sound/core/
H A Dpcm.c178 FORMAT(SPECIAL),

Completed in 179 milliseconds