Searched defs:COMPOSE_ID (Results 1 – 2 of 2) sorted by relevance
| /third_party/alsa-utils/aplay/ |
| D | formats.h | 48 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro 54 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro
|
| /third_party/alsa-utils/speaker-test/ |
| D | speaker-test.c | 78 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro 84 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro
|