Home
last modified time | relevance | path

Searched refs:signedout (Results 1 – 25 of 26) sorted by relevance

12

/dports/audio/ocp/ocp-0.2.90/dev/
H A Dsampler.c48 static int signedout; variable
72 fn=bit16?(signedout?mixAddAbs16SS:mixAddAbs16S):(signedout?mixAddAbs8SS:mixAddAbs8S); in smpGetRealMasterVolume()
88 fn=bit16?(signedout?mixAddAbs16MS:mixAddAbs16M):(signedout?mixAddAbs8MS:mixAddAbs8M); in smpGetRealMasterVolume()
138 fn=signedout?mixGetMasterSampleSS16S:mixGetMasterSampleSU16S; in smpGetMasterSample()
140 fn=signedout?mixGetMasterSampleMS16M:mixGetMasterSampleMU16M; in smpGetMasterSample()
142 fn=signedout?mixGetMasterSampleMS16S:mixGetMasterSampleMU16S; in smpGetMasterSample()
145 fn=signedout?mixGetMasterSampleSS8M:mixGetMasterSampleSU8M; in smpGetMasterSample()
149 fn=signedout?mixGetMasterSampleSS8S:mixGetMasterSampleSU8S; in smpGetMasterSample()
151 fn=signedout?mixGetMasterSampleMS8M:mixGetMasterSampleMU8M; in smpGetMasterSample()
153 fn=signedout?mixGetMasterSampleMS8S:mixGetMasterSampleMU8S; in smpGetMasterSample()
[all …]
H A Dplayer.c54 static int signedout; variable
77 fn=bit16?(signedout?mixAddAbs16SS:mixAddAbs16S):(signedout?mixAddAbs8SS:mixAddAbs8S); in plrGetRealMasterVolume()
94 fn=bit16?(signedout?mixAddAbs16MS:mixAddAbs16M):(signedout?mixAddAbs8MS:mixAddAbs8M); in plrGetRealMasterVolume()
141 fn=signedout?mixGetMasterSampleSS16M:mixGetMasterSampleSU16M; in plrGetMasterSample()
147 fn=signedout?mixGetMasterSampleMS16M:mixGetMasterSampleMU16M; in plrGetMasterSample()
149 fn=signedout?mixGetMasterSampleMS16S:mixGetMasterSampleMU16S; in plrGetMasterSample()
152 fn=signedout?mixGetMasterSampleSS8M:mixGetMasterSampleSU8M; in plrGetMasterSample()
157 fn=signedout?mixGetMasterSampleSS8S:mixGetMasterSampleSU8S; in plrGetMasterSample()
159 fn=signedout?mixGetMasterSampleMS8M:mixGetMasterSampleMU8M; in plrGetMasterSample()
161 fn=signedout?mixGetMasterSampleMS8S:mixGetMasterSampleMU8S; in plrGetMasterSample()
[all …]
/dports/audio/ocp/ocp-0.2.90/playcda/
H A Dcdaplay.c60 static int signedout; /* boolean */
278 if (signedout)
315 if (signedout)
353 if (signedout)
391 if (signedout)
428 if (signedout)
466 if (signedout)
512 plrClearBuf((uint16_t *)plrbuf+(bufpos<<stereo), (bufdelta-pass2)<<stereo, !signedout);
514 plrClearBuf((uint16_t *)plrbuf, pass2<<stereo, !signedout);
516 plrClearBuf(buf16, bufdelta<<stereo, !signedout);
[all …]
/dports/audio/ocp/ocp-0.2.90/playopl/
H A Doplplay.cpp65 static int signedout; /* boolean */ variable
220 signedout=!!(plrOpt&PLR_SIGNEDOUT); in oplOpenPlayer()
507 if (signedout) in oplIdle()
544 if (signedout) in oplIdle()
582 if (signedout) in oplIdle()
620 if (signedout) in oplIdle()
657 if (signedout) in oplIdle()
695 if (signedout) in oplIdle()
741 plrClearBuf((uint16_t *)plrbuf+(bufpos<<stereo), (bufdelta-pass2)<<stereo, signedout); in oplIdle()
743 plrClearBuf((uint16_t *)plrbuf, pass2<<stereo, signedout); in oplIdle()
[all …]
/dports/audio/ocp/ocp-0.2.90/playwav/
H A Dwavplay.c53 static uint8_t signedout;
315 plrClearBuf((uint16_t *)plrbuf+(bufpos<<stereo), (bufdelta-pass2)<<stereo, signedout);
317 plrClearBuf((uint16_t *)plrbuf, pass2<<stereo, signedout);
319 plrClearBuf(buf16, bufdelta<<stereo, signedout);
520 if (signedout)
557 if (signedout)
593 if (signedout)
630 if (signedout)
865 signedout=!!(plrOpt&PLR_SIGNEDOUT);
/dports/audio/ocp/ocp-0.2.90/playsid/
H A Dsidplay.cpp116 static int signedout; /* boolean */ variable
331 plrClearBuf((uint16_t *)plrbuf+(bufpos<<stereo), (bufdelta-pass2)<<stereo, signedout); in sidIdle()
333 plrClearBuf((uint16_t *)plrbuf, pass2<<stereo, signedout); in sidIdle()
335 plrClearBuf(buf16, bufdelta<<stereo, signedout); in sidIdle()
538 if (signedout) in sidIdle()
575 if (signedout) in sidIdle()
611 if (signedout) in sidIdle()
648 if (signedout) in sidIdle()
854 signedout=!!(plrOpt&PLR_SIGNEDOUT); in sidOpenPlayer()
/dports/audio/ocp/ocp-0.2.90/playogg/
H A Doggplay.c54 static int signedout;
241 plrClearBuf((uint16_t *)plrbuf+(bufpos<<stereo), (bufdelta-pass2)<<stereo, signedout);
243 plrClearBuf((uint16_t *)plrbuf, pass2<<stereo, signedout);
245 plrClearBuf(buf16, bufdelta<<stereo, signedout);
444 if (signedout)
481 if (signedout)
517 if (signedout)
554 if (signedout)
1007 signedout=!!(plrOpt&PLR_SIGNEDOUT);
/dports/audio/ocp/ocp-0.2.90/playhvl/
H A Dhvlplay.c97 static int signedout; /* boolean */ variable
442 plrClearBuf((uint16_t *)plrbuf+(bufpos<<stereo), (bufdelta-pass2)<<stereo, signedout); in hvlIdle()
444 plrClearBuf((uint16_t *)plrbuf, pass2<<stereo, signedout); in hvlIdle()
446 plrClearBuf(buf16, bufdelta<<stereo, signedout); in hvlIdle()
649 if (signedout) in hvlIdle()
686 if (signedout) in hvlIdle()
722 if (signedout) in hvlIdle()
759 if (signedout) in hvlIdle()
815 signedout=!!(plrOpt&PLR_SIGNEDOUT); in hvlOpenPlayer()
/dports/audio/ocp/ocp-0.2.90/playflac/
H A Dflacplay.c85 static int signedout; /* boolean */ variable
699 signedout=!!(plrOpt&PLR_SIGNEDOUT); in flacOpenPlayer()
895 plrClearBuf((uint16_t *)plrbuf+(bufpos<<stereo), (bufdelta-pass2)<<stereo, !signedout); in flacIdle()
897 plrClearBuf((uint16_t *)plrbuf, pass2<<stereo, !signedout); in flacIdle()
899 plrClearBuf(buf16, bufdelta<<stereo, !signedout); in flacIdle()
1086 if (signedout) in flacIdle()
1123 if (signedout) in flacIdle()
1161 if (signedout) in flacIdle()
1199 if (signedout) in flacIdle()
1236 if (signedout) in flacIdle()
[all …]
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dayplay.c140 static int signedout; /* boolean */ variable
726 plrClearBuf((uint16_t *)plrbuf+(bufpos<<stereo), (bufdelta-pass2)<<stereo, signedout); in ayIdle()
728 plrClearBuf((uint16_t *)plrbuf, pass2<<stereo, signedout); in ayIdle()
730 plrClearBuf(buf16, bufdelta<<stereo, signedout); in ayIdle()
926 if (signedout) in ayIdle()
963 if (signedout) in ayIdle()
999 if (signedout) in ayIdle()
1036 if (signedout) in ayIdle()
1104 signedout=!!(plrOpt&PLR_SIGNEDOUT); in ayOpenPlayer()
/dports/audio/ocp/ocp-0.2.90/playmp2/
H A Dmpplay.c95 static int signedout; /* boolean */ variable
662 plrClearBuf((uint16_t *)plrbuf+(bufpos<<stereo), (bufdelta-pass2)<<stereo, signedout); in mpegIdle()
664 plrClearBuf((uint16_t *)plrbuf, pass2<<stereo, signedout); in mpegIdle()
666 plrClearBuf(buf16, bufdelta<<stereo, signedout); in mpegIdle()
866 if (signedout) in mpegIdle()
903 if (signedout) in mpegIdle()
939 if (signedout) in mpegIdle()
976 if (signedout) in mpegIdle()
1233 signedout=!!(plrOpt&PLR_SIGNEDOUT); in mpegOpenPlayer()
/dports/audio/ocp/ocp-0.2.90/playgmi/
H A Dtimidityplay.c65 static int signedout; /* boolean */ variable
1546 if (signedout) in timidityIdle()
1583 if (signedout) in timidityIdle()
1621 if (signedout) in timidityIdle()
1659 if (signedout) in timidityIdle()
1696 if (signedout) in timidityIdle()
1734 if (signedout) in timidityIdle()
1780 plrClearBuf((uint16_t *)plrbuf+(bufpos<<stereo), (bufdelta-pass2)<<stereo, !signedout); in timidityIdle()
1782 plrClearBuf((uint16_t *)plrbuf, pass2<<stereo, !signedout); in timidityIdle()
1784 plrClearBuf(buf16, bufdelta<<stereo, !signedout); in timidityIdle()
[all …]
/dports/audio/ocp/ocp-0.2.90/devw/
H A Ddevwmixf.c92 static uint8_t signedout; variable
369 memsetw((int16_t *)plrbuf+(bufpos<<stereo), signedout?0:0x8000, (bufdeltatot-pass2)<<stereo); in mixmain()
371 memsetw((int16_t *)plrbuf, signedout?0:0x8000, pass2<<stereo); in mixmain()
373 memsetb((uint8_t *)plrbuf+(bufpos<<stereo), signedout?0:0x80, (bufdeltatot-pass2)<<stereo); in mixmain()
375 memsetb((uint8_t *)plrbuf, signedout?0:0x80, pass2<<stereo); in mixmain()
919 signedout=(plrOpt&PLR_SIGNEDOUT)?1:0; in OpenPlayer()
931 dwmixfa_state.outfmt=(bit16<<1)|(!signedout); in OpenPlayer()
H A Ddevwmix.c98 static unsigned char signedout; variable
219 if (!signedout) in calcamptab()
458 memsetw((short*)plrbuf+(bufpos<<stereo), signedout?0:0x8000, (bufdeltatot-pass2)<<stereo); in mixer()
460 memsetw((short*)plrbuf, signedout?0:0x8000, pass2<<stereo); in mixer()
462 memsetb((char*)plrbuf+(bufpos<<stereo), signedout?0:0x80, (bufdeltatot-pass2)<<stereo); in mixer()
464 memsetb((char*)plrbuf, signedout?0:0x80, pass2<<stereo); in mixer()
1015 signedout=!!(plrOpt&PLR_SIGNEDOUT); in OpenPlayer()
H A Dtest-dwmixa.c36 static int signedout; variable
64 if (!signedout) in calcamptab()
231 signedout=0; in test_mixrClip()
245 signedout=1; in test_mixrClip()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/preferences/
H A Dsync.inc.xhtml21 <label id="noFxaCaption"><html:h2 data-l10n-id="sync-signedout-caption"/></label>
22 <description id="noFxaDescription" flex="1" data-l10n-id="sync-signedout-description"/>
34 data-l10n-id="sync-signedout-account-signin2"/>
/dports/www/firefox-esr/firefox-91.8.0/browser/components/preferences/
H A Dsync.inc.xhtml21 <label id="noFxaCaption"><html:h2 data-l10n-id="sync-signedout-caption"/></label>
22 <description id="noFxaDescription" flex="1" data-l10n-id="sync-signedout-description2"/>
34 data-l10n-id="sync-signedout-account-signin3"/>
/dports/www/firefox/firefox-99.0/browser/components/preferences/
H A Dsync.inc.xhtml21 <label id="noFxaCaption"><html:h2 data-l10n-id="sync-signedout-caption"/></label>
22 <description id="noFxaDescription" flex="1" data-l10n-id="sync-signedout-description2"/>
34 data-l10n-id="sync-signedout-account-signin3"/>
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/preferences/
H A Dsync.inc.xhtml21 <label id="noFxaCaption"><html:h2 data-l10n-id="sync-signedout-caption"/></label>
22 <description id="noFxaDescription" flex="1" data-l10n-id="sync-signedout-description2"/>
34 data-l10n-id="sync-signedout-account-signin3"/>
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fluent-syntax/benches/
H A Dpreferences.ftl564 sync-signedout-caption = Take Your Web With You
565 sync-signedout-description = Synchronize your bookmarks, history, tabs, passwords, add-ons, and pre…
567 sync-signedout-account-title = Connect with a { -fxaccount-brand-name }
568 sync-signedout-account-create = Don’t have an account? Get started
571 sync-signedout-account-signin =
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fluent-bundle/benches/
H A Dpreferences.ftl564 sync-signedout-caption = Take Your Web With You
565 sync-signedout-description = Synchronize your bookmarks, history, tabs, passwords, add-ons, and pre…
567 sync-signedout-account-title = Connect with a { -fxaccount-brand-name }
568 sync-signedout-account-create = Don’t have an account? Get started
571 sync-signedout-account-signin =
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/fluent-syntax/benches/contexts/preferences/
H A Dpreferences.ftl728 sync-signedout-caption = Take Your Web With You
729 sync-signedout-description = Synchronize your bookmarks, history, tabs, passwords, add-ons, and pre…
731 sync-signedout-account-signin2 =
/dports/lang/spidermonkey78/firefox-78.9.0/browser/locales/en-US/browser/preferences/
H A Dpreferences.ftl747 sync-signedout-caption = Take Your Web With You
748 sync-signedout-description = Synchronize your bookmarks, history, tabs, passwords, add-ons, and pre…
750 sync-signedout-account-signin2 =
/dports/www/firefox-esr/firefox-91.8.0/browser/locales/en-US/browser/preferences/
H A Dpreferences.ftl753 sync-signedout-caption = Take Your Web With You
754 sync-signedout-description2 = Synchronize your bookmarks, history, tabs, passwords, add-ons, and se…
756 sync-signedout-account-signin3 =
/dports/mail/thunderbird/thunderbird-91.8.0/browser/locales/en-US/browser/preferences/
H A Dpreferences.ftl753 sync-signedout-caption = Take Your Web With You
754 sync-signedout-description2 = Synchronize your bookmarks, history, tabs, passwords, add-ons, and se…
756 sync-signedout-account-signin3 =

12