Home
last modified time | relevance | path

Searched refs:translate_bytes (Results 1 – 3 of 3) sorted by relevance

/dports/games/xboing/xboing/audio/
H A DLINUXaudio2.c112 void translate_bytes (const unsigned char *table, unsigned char *buff, int n) in translate_bytes() function
147 translate_bytes(ulaw_dsp, sample->data, sample->len); in Snd_loadUlawSample()
/dports/sysutils/py-salt/salt-3004.1/salt/utils/dockermod/translate/
H A Dcontainer.py302 return helpers.translate_bytes(val)
310 return helpers.translate_bytes(val)
582 return helpers.translate_bytes(val)
H A Dhelpers.py181 def translate_bytes(val): function