Searched refs:useCMP (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c142 UInt32 useCMP; // CMP off by default, turn on by adding 'ucmp' resource member in struct:IsochComponentGlobals
2036 // save useCMP value
2038 sizeof( UInt32), &g->useCMP, nil);
2671 // check for useCMP value changing
2685 g->useCMP = useCMPValue;
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS935 <DV82> 11/1/99 jkl Added useCMP atom for turning on and off CMP. Moved CMP from
36 device specific to global. Moved the check for useCMP in the
72 <71> 8/16/99 jkl Changed useCMP function to be off by default and look for a
405 UInt32 useCMP; // CMP off by default, turn on by adding 'ucmp' resource
581 Boolean useCMP(void);
994 gGlobals->useCMP = useCMP();
1287 // save useCMP value
1289 sizeof( UInt32), &gGlobals->useCMP, nil);
1797 // check for useCMP valu
[all...]

Completed in 516 milliseconds