Searched defs:COMPOSE_ID (Results 1 – 2 of 2) sorted by relevance
| /third_party/alsa-utils/aplay/ |
| D | formats.h | 47 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro 53 #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 | 88 #define COMPOSE_ID(a,b,c,d) ((a) | ((b)<<8) | ((c)<<16) | ((d)<<24)) macro 94 #define COMPOSE_ID(a,b,c,d) ((d) | ((c)<<8) | ((b)<<16) | ((a)<<24)) macro
|