Searched refs:Signed (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndoss.cpp190 if (pcm_format->Signed())
198 if (pcm_format->Signed())
204 if (pcm_format->Signed())
219 pcm_format->Signed(false);
223 pcm_format->Signed(true);
227 pcm_format->Signed(false);
232 pcm_format->Signed(false);
237 pcm_format->Signed(true);
242 pcm_format->Signed(true);
375 if (pcm->Signed()
[all...]
H A Dsndpcm.cpp55 void wxSoundFormatPcm::Signed(bool sign) function in class:wxSoundFormatPcm
H A Dsndulaw.cpp178 pcm.Signed(true);
H A Dsndcpcm.cpp342 if (pcm_format2->Signed() != pcm_format->Signed())
H A Dsndaiff.cpp149 sndformat.Signed(false);
H A Dsndesd.cpp353 best_pcm.Signed(true);
H A Dsndwav.cpp109 sndformat.Signed(true);
283 pcm->Signed(true);
H A Dsndg72x.cpp211 pcm.Signed(true);
H A Dsndmsad.cpp376 pcm.Signed(true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndpcm.h31 void Signed(bool sign);
37 bool Signed() const { return m_signed; } function in class:wxSoundFormatPcm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfpcm.tex51 \membersection{wxSoundFormatPcm::Signed}\label{wxsoundformatpcmsigned}
53 \func{void}{Signed}{\param{bool }{sign}}
76 \membersection{wxSoundFormatPcm::Signed}\label{wxsoundformatpcmgetsigned}
78 \constfunc{bool}{Signed}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A DCA.com170 $ echo "Signed certificate is in newcert.pem"
185 $ echo "Signed certificate is in newcert.pem"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A DCA.com170 $ echo "Signed certificate is in newcert.pem"
185 $ echo "Signed certificate is in newcert.pem"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp310 pcm_format->Signed() ? wxT("signed") : wxT("unsigned"),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckpatch.pl43 --no-signoff do not check for 'Signed-off-by' line
1339 if (!($line =~ /^\s*Signed-off-by:/)) {
1340 WARN("Signed-off-by: is the preferred form\n" .
1344 WARN("space required after Signed-off-by:\n" .
2830 ERROR("Missing Signed-off-by: line(s)\n");

Completed in 309 milliseconds