Home
last modified time | relevance | path

Searched refs:SPECIAL (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/lib/
Dvsprintf.c402 #define SPECIAL 64 /* prefix hex with "0x", octal with "0" */ macro
444 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); in number()
566 spec.flags = SPECIAL | SMALL | ZEROPAD; in special_hex_number()
740 .flags = SPECIAL | SMALL,
763 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
769 .flags = SPECIAL | SMALL | ZEROPAD, in resource_string()
2077 case '#': spec->flags |= SPECIAL; break; in format_decode()
/linux-4.19.296/include/sound/
Dpcm.h176 #define SNDRV_PCM_FMTBIT_SPECIAL _SNDRV_PCM_FMTBIT(SPECIAL)