Home
last modified time | relevance | path

Searched refs:Bytes2Nibbles (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.3/build/demos/axdemo/src/
Daxsimple.c186 #define Bytes2Nibbles(n) (n << 1) macro
457 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AcquireVoiceADPCM()
461 mramAddress = (ps->ea + Bytes2Nibbles(pMRAMStart)); in AcquireVoiceADPCM()
465 mramAddress = (ps->ca + Bytes2Nibbles(pMRAMStart)); in AcquireVoiceADPCM()
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dwpad_axdemo.c212 #define Bytes2Nibbles(n) (n << 1) macro
898 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
902 mramAddress = (ps->ea + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
906 mramAddress = (ps->ca + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()