Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/snd/
D_Sndihooks.c68 PyMac_BuildUFixed(Fixed f) in PyMac_BuildUFixed() function
315 return Py_BuildValue("O&", PyMac_BuildUFixed, sample_rate);
450 if( (obj = Py_BuildValue("O&", PyMac_BuildUFixed, frates[i]))==NULL)