Lines Matching defs:b8

110 #define _PCM_READ_S16_LE(b8)		INTPCM_T(*((int16_t *)(b8)))  argument
111 #define _PCM_READ_S32_LE(b8) INTPCM_T(*((int32_t *)(b8))) argument
112 #define _PCM_READ_S16_BE(b8) \ argument
114 #define _PCM_READ_S32_BE(b8) \ argument
118 #define _PCM_WRITE_S16_LE(b8, val) do { \ argument
121 #define _PCM_WRITE_S32_LE(b8, val) do { \ argument
139 #define _PCM_READ_U16_LE(b8) \ argument
141 #define _PCM_READ_U32_LE(b8) \ argument
143 #define _PCM_READ_U16_BE(b8) \ argument
145 #define _PCM_READ_U32_BE(b8) \ argument
149 #define _PCM_WRITE_U16_LE(b8, val) do { \ argument
152 #define _PCM_WRITE_U32_LE(b8, val) do { \ argument
170 #define _PCM_READ_S16_NE(b8) _PCM_READ_S16_LE(b8) argument
171 #define _PCM_READ_U16_NE(b8) _PCM_READ_U16_LE(b8) argument
172 #define _PCM_READ_S32_NE(b8) _PCM_READ_S32_LE(b8) argument
173 #define _PCM_READ_U32_NE(b8) _PCM_READ_U32_LE(b8) argument
179 #define _PCM_READ_S16_LE(b8) \ argument
181 #define _PCM_READ_S32_LE(b8) \ argument
184 #define _PCM_READ_S16_BE(b8) INTPCM_T(*((int16_t *)(b8))) argument
185 #define _PCM_READ_S32_BE(b8) INTPCM_T(*((int32_t *)(b8))) argument
201 #define _PCM_WRITE_S16_BE(b8, val) do { \ argument
204 #define _PCM_WRITE_S32_BE(b8, val) do { \ argument
208 #define _PCM_READ_U16_LE(b8) \ argument
210 #define _PCM_READ_U32_LE(b8) \ argument
213 #define _PCM_READ_U16_BE(b8) \ argument
215 #define _PCM_READ_U32_BE(b8) \ argument
232 #define _PCM_WRITE_U16_BE(b8, val) do { \ argument
235 #define _PCM_WRITE_U32_BE(b8, val) do { \ argument
239 #define _PCM_READ_S16_NE(b8) _PCM_READ_S16_BE(b8) argument
240 #define _PCM_READ_U16_NE(b8) _PCM_READ_U16_BE(b8) argument
241 #define _PCM_READ_S32_NE(b8) _PCM_READ_S32_BE(b8) argument
242 #define _PCM_READ_U32_NE(b8) _PCM_READ_U32_BE(b8) argument
249 #define _PCM_READ_S24_LE(b8) \ argument
251 #define _PCM_READ_S24_BE(b8) \ argument
269 #define _PCM_READ_U24_LE(b8) \ argument
272 #define _PCM_READ_U24_BE(b8) \ argument
292 #define _PCM_READ_S24_NE(b8) _PCM_READ_S24_LE(b8) argument
293 #define _PCM_READ_U24_NE(b8) _PCM_READ_U24_LE(b8) argument
297 #define _PCM_READ_S24_NE(b8) _PCM_READ_S24_BE(b8) argument
298 #define _PCM_READ_U24_NE(b8) _PCM_READ_U24_BE(b8) argument
307 #define _PCM_READ_S8_NE(b8) INTPCM_T(*((int8_t *)(b8))) argument
308 #define _PCM_READ_U8_NE(b8) \ argument
311 #define _PCM_WRITE_S8_NE(b8, val) do { \ argument
314 #define _PCM_WRITE_U8_NE(b8, val) do { \ argument
324 #define PCM_READ_S8_NE(b8) _PCM_READ_S8_NE(b8) argument
325 #define PCM_READ_U8_NE(b8) _PCM_READ_U8_NE(b8) argument
326 #define PCM_WRITE_S8_NE(b8, val) _PCM_WRITE_S8_NE(b8, val) argument
327 #define PCM_WRITE_U8_NE(b8, val) _PCM_WRITE_U8_NE(b8, val) argument
330 #define PCM_READ_S16_LE(b8) _PCM_READ_S16_LE(b8) argument
331 #define PCM_READ_S16_BE(b8) _PCM_READ_S16_BE(b8) argument
332 #define PCM_READ_U16_LE(b8) _PCM_READ_U16_LE(b8) argument
333 #define PCM_READ_U16_BE(b8) _PCM_READ_U16_BE(b8) argument
335 #define PCM_WRITE_S16_LE(b8, val) _PCM_WRITE_S16_LE(b8, val) argument
336 #define PCM_WRITE_S16_BE(b8, val) _PCM_WRITE_S16_BE(b8, val) argument
337 #define PCM_WRITE_U16_LE(b8, val) _PCM_WRITE_U16_LE(b8, val) argument
338 #define PCM_WRITE_U16_BE(b8, val) _PCM_WRITE_U16_BE(b8, val) argument
340 #define PCM_READ_S16_NE(b8) _PCM_READ_S16_NE(b8) argument
341 #define PCM_READ_U16_NE(b8) _PCM_READ_U16_NE(b8) argument
342 #define PCM_WRITE_S16_NE(b8) _PCM_WRITE_S16_NE(b8) argument
343 #define PCM_WRITE_U16_NE(b8) _PCM_WRITE_U16_NE(b8) argument
346 #define PCM_READ_S24_LE(b8) _PCM_READ_S24_LE(b8) argument
347 #define PCM_READ_S24_BE(b8) _PCM_READ_S24_BE(b8) argument
348 #define PCM_READ_U24_LE(b8) _PCM_READ_U24_LE(b8) argument
349 #define PCM_READ_U24_BE(b8) _PCM_READ_U24_BE(b8) argument
351 #define PCM_WRITE_S24_LE(b8, val) _PCM_WRITE_S24_LE(b8, val) argument
352 #define PCM_WRITE_S24_BE(b8, val) _PCM_WRITE_S24_BE(b8, val) argument
353 #define PCM_WRITE_U24_LE(b8, val) _PCM_WRITE_U24_LE(b8, val) argument
354 #define PCM_WRITE_U24_BE(b8, val) _PCM_WRITE_U24_BE(b8, val) argument
356 #define PCM_READ_S24_NE(b8) _PCM_READ_S24_NE(b8) argument
357 #define PCM_READ_U24_NE(b8) _PCM_READ_U24_NE(b8) argument
358 #define PCM_WRITE_S24_NE(b8) _PCM_WRITE_S24_NE(b8) argument
359 #define PCM_WRITE_U24_NE(b8) _PCM_WRITE_U24_NE(b8) argument
363 #define PCM_READ_S32_LE(b8) _PCM_READ_S32_LE(b8) argument
364 #define PCM_READ_S32_BE(b8) _PCM_READ_S32_BE(b8) argument
365 #define PCM_READ_U32_LE(b8) _PCM_READ_U32_LE(b8) argument
366 #define PCM_READ_U32_BE(b8) _PCM_READ_U32_BE(b8) argument
368 #define PCM_WRITE_S32_LE(b8, val) _PCM_WRITE_S32_LE(b8, val) argument
369 #define PCM_WRITE_S32_BE(b8, val) _PCM_WRITE_S32_BE(b8, val) argument
370 #define PCM_WRITE_U32_LE(b8, val) _PCM_WRITE_U32_LE(b8, val) argument
371 #define PCM_WRITE_U32_BE(b8, val) _PCM_WRITE_U32_BE(b8, val) argument
373 #define PCM_READ_S32_NE(b8) _PCM_READ_S32_NE(b8) argument
374 #define PCM_READ_U32_NE(b8) _PCM_READ_U32_NE(b8) argument
375 #define PCM_WRITE_S32_NE(b8) _PCM_WRITE_S32_NE(b8) argument
376 #define PCM_WRITE_U32_NE(b8) _PCM_WRITE_U32_NE(b8) argument
389 #define PCM_READ_S32_LE(b8) (_PCM_READ_S32_LE(b8) >> PCM_FXSHIFT) argument
390 #define PCM_READ_S32_BE(b8) (_PCM_READ_S32_BE(b8) >> PCM_FXSHIFT) argument
391 #define PCM_READ_U32_LE(b8) (_PCM_READ_U32_LE(b8) >> PCM_FXSHIFT) argument
392 #define PCM_READ_U32_BE(b8) (_PCM_READ_U32_BE(b8) >> PCM_FXSHIFT) argument
394 #define PCM_READ_S32_NE(b8) (_PCM_READ_S32_NE(b8) >> PCM_FXSHIFT) argument
395 #define PCM_READ_U32_NE(b8) (_PCM_READ_U32_NE(b8) >> PCM_FXSHIFT) argument
397 #define PCM_WRITE_S32_LE(b8, val) \ argument
399 #define PCM_WRITE_S32_BE(b8, val) \ argument
401 #define PCM_WRITE_U32_LE(b8, val) \ argument
403 #define PCM_WRITE_U32_BE(b8, val) \ argument
406 #define PCM_WRITE_S32_NE(b8, val) \ argument
408 #define PCM_WRITE_U32_NE(b8, val) \ argument