Searched refs:AUDIO_AU_FILE2HOST (Results 1 – 2 of 2) sorted by relevance
117 #define AUDIO_AU_FILE2HOST(from, to) *((long *)(to)) = *((long *)(from)) macro119 #define AUDIO_AU_FILE2HOST(from, to) \ macro127 #define AUDIO_AU_HOST2FILE(from, to) AUDIO_AU_FILE2HOST((from), (to))
657 AUDIO_AU_FILE2HOST(&fhdr.au_offset, &offset); in decode_au()658 AUDIO_AU_FILE2HOST(&fhdr.au_data_size, &hdrp->data_size); in decode_au()659 AUDIO_AU_FILE2HOST(&fhdr.au_encoding, &hdrp->encoding); in decode_au()660 AUDIO_AU_FILE2HOST(&fhdr.au_sample_rate, &hdrp->sample_rate); in decode_au()661 AUDIO_AU_FILE2HOST(&fhdr.au_channels, &hdrp->channels); in decode_au()