Searched refs:minmax (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_audioop.py | 38 self.assertEqual(audioop.minmax(data[0], 1), (0, 2)) 39 self.assertEqual(audioop.minmax(data[1], 2), (0, 2)) 40 self.assertEqual(audioop.minmax(data[2], 4), (0, 2)) 181 self.assertRaises(audioop.error, audioop.minmax, data, size)
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.h | 82 template <class T> void minmax(const T *indices, int count, int *min, int *max) { in minmax() function 97 if (!shouldExclude) return minmax(indices, count, min, max); in minmaxExcept()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | GLEncoder.cpp | 597 GLUtils::minmax<unsigned char>((unsigned char *)indices, count, &minIndex, &maxIndex); in s_glDrawElements() 607 GLUtils::minmax<unsigned short>((unsigned short *)indices, count, &minIndex, &maxIndex); in s_glDrawElements() 617 GLUtils::minmax<unsigned int>((unsigned int *)indices, count, &minIndex, &maxIndex); in s_glDrawElements()
|