Searched refs:QUAL (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libpp/common/ |
H A D | ppfsm.c | 186 { COM2, { '#', ';', ')' }, QUAL(COM2), }, 191 { COM3, { '#', ';', ')' }, QUAL(COM2), }, 233 { LIT, { '"', '\'' }, QUAL(LIT1), }, 301 { MAC0, { '"', '\'' }, QUAL(LIT1), }, 312 { HIT0, { '"', '\'' }, QUAL(LIT1), }, 324 { LIT0, { '"', '\'' }, QUAL(LIT1), }, 363 { OCT1, { 'l', 'L', 'u', 'U' }, QUAL(DEC2), }, 372 { OCT2, { 'l', 'L', 'u', 'U' }, QUAL(OCT3), }, 378 { OCT3, { 'l', 'L', 'u', 'U' }, QUAL(OCT3), }, 385 { HEX1, { 'l', 'L', 'u', 'U' }, QUAL(HEX2), }, [all …]
|
H A D | ppfsm.h | 41 #define QUAL(st) (((st)<<(BITTERM+1))|(S_QUAL)) macro
|
/titanic_50/usr/src/uts/common/io/audio/impl/ |
H A D | audio_grc3.c | 202 #define GRC3_RESAMPLE(QUAL) \ argument 204 grc3_upsample_##QUAL(grc3state_t *grc, const int32_t *src, \ 221 dst[0] = (_conv31_##QUAL(history, \ 247 grc3_dnsample_##QUAL(grc3state_t *grc, const int32_t *src, \ 266 dst[0] = (_conv31d_##QUAL(history, \ 297 grc3_resample_##QUAL(grc3state_t *grc, const void *src, void *dst, \ 301 grc3_upsample_##QUAL(grc, src, dst, sz, \ 304 grc3_dnsample_##QUAL(grc, src, dst, sz, \
|