Searched defs:fSigned (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDrvAudioCommon.cpp280 bool fSigned = false; local
285 fSigned = true;
290 fSigned = true;
296 fSigned = true;
308 && pProps->fSigned == fSigned
321 bool fSigned = false; local
326 fSigned = true;
331 fSigned = true;
338 fSigned
[all...]
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVideoRec.cpp137 bool fSigned = false; local
142 fSigned = 1;
147 fSigned = 1;
154 fSigned = 1;
167 pProps->fSigned = fSigned;
499 !pHostVoiceOut->Props.fSigned);
503 pHostVoiceOut->Props.cBits, pHostVoiceOut->Props.fSigned,
/vbox/include/VBox/vmm/
H A Dpdmaudioifs.h184 bool fSigned; member in struct:PDMPCMPROPS
/vbox/src/bldprogs/
H A DVBoxCPP.cpp3683 bool fSigned; local
3698 fSigned = false;
3706 fSigned = u64 > (uint64_t)INT64_MAX ? false : true;
3714 fSigned = u64 > (uint64_t)INT64_MAX ? false : true;
3725 fSigned = false;
3728 fSigned = true;
3731 fSigned = false;
3734 fSigned = true;
3737 fSigned = false;
3750 if (fSigned)
[all...]

Completed in 60 milliseconds