Searched refs:maxStandardFunction (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DCpuCapabilities.cpp38 int32 maxStandardFunction = 0; local
45 maxStandardFunction = baseInfo.eax_0.max_eax;
46 if (maxStandardFunction >= 500) {
47 maxStandardFunction = 0; /* old Pentium sample chips has cpu signature here */
54 if (maxStandardFunction > 0) {
69 if (maxStandardFunction >= 1) {
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DCpuCapabilities.cpp36 int32 maxStandardFunction, maxExtendedFunction = 0; local
43 maxStandardFunction = baseInfo.eax_0.max_eax;
44 if (maxStandardFunction >= 500) {
45 maxStandardFunction = 0; /* old Pentium sample chips has cpu signature here */
57 if (maxStandardFunction > 0) {
72 if (maxStandardFunction >= 1) {
/haiku/headers/private/shared/
H A Dcpu_type.h202 int32 maxStandardFunction, maxExtendedFunction = 0; local
211 maxStandardFunction = baseInfo.eax_0.max_eax;
212 if (maxStandardFunction >= 500) {
213 maxStandardFunction = 0;
/haiku/src/bin/
H A Dsysinfo.cpp530 int32 maxStandardFunction = baseInfo.eax_0.max_eax; local
531 if (maxStandardFunction >= 500) {
533 maxStandardFunction = 0;
580 if (maxStandardFunction == 0)
597 if (maxStandardFunction >= 1) {
645 if (maxStandardFunction >= 2) {
655 if (maxStandardFunction >= 3) {

Completed in 42 milliseconds