Home
last modified time | relevance | path

Searched refs:ays (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/audio/ocp/ocp-0.2.90/playhvl/
H A Dhvl_genwaves.inc.c151 uint32_t ays; in hvl_GenWhiteNoise() local
153 ays = 0x41595321; in hvl_GenWhiteNoise()
160 s = ays; in hvl_GenWhiteNoise()
162 if ( ays & 0x100 ) in hvl_GenWhiteNoise()
175 ays = (ays >> 5) | (ays << 27); in hvl_GenWhiteNoise()
176 ays = (ays & 0xffffff00) | ((ays & 0xff) ^ 0x9a); in hvl_GenWhiteNoise()
177 bx = ays; in hvl_GenWhiteNoise()
178 ays = (ays << 2) | (ays >> 30); in hvl_GenWhiteNoise()
179 ax = ays; in hvl_GenWhiteNoise()
182 ays = (ays & 0xffff0000) | ax; in hvl_GenWhiteNoise()
[all …]
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Windows/
H A Dhvl_tables.c527 uint32 ays; in hvl_GenWhiteNoise() local
529 ays = 0x41595321; in hvl_GenWhiteNoise()
535 s = ays; in hvl_GenWhiteNoise()
537 if( ays & 0x100 ) in hvl_GenWhiteNoise()
548 ays = (ays >> 5) | (ays << 27); in hvl_GenWhiteNoise()
549 ays = (ays & 0xffffff00) | ((ays & 0xff) ^ 0x9a); in hvl_GenWhiteNoise()
550 bx = ays; in hvl_GenWhiteNoise()
551 ays = (ays << 2) | (ays >> 30); in hvl_GenWhiteNoise()
552 ax = ays; in hvl_GenWhiteNoise()
555 ays = (ays & 0xffff0000) | ax; in hvl_GenWhiteNoise()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/world/
H A Degg_hatcher_process.cpp77 int32 axs, ays, azs; in run() local
79 av->getFootpadWorld(axs, ays, azs); in run()
87 if (x1 <= ax && ax - axs < x2 && y1 <= ay && ay - ays < y2 && in run()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/GUI/
H A DxasyOptionsDialog.py98 self.ays = Entry(dispGrp,width=6)
99 self.ays.insert(END,xasyOptions.options['axisY'])
100 self.ays.grid(row=1,column=2,sticky=W+E)
167 xasyOptions.options['axisY'] = int(self.ays.get())
201 test = int(self.ays.get())
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Amiga/
H A Dhvl_replay.c178 uint32 ays; in hvl_GenWhiteNoise() local
180 ays = 0x41595321; in hvl_GenWhiteNoise()
186 s = ays; in hvl_GenWhiteNoise()
188 if( ays & 0x100 ) in hvl_GenWhiteNoise()
199 ays = (ays >> 5) | (ays << 27); in hvl_GenWhiteNoise()
200 ays = (ays & 0xffffff00) | ((ays & 0xff) ^ 0x9a); in hvl_GenWhiteNoise()
201 bx = ays; in hvl_GenWhiteNoise()
202 ays = (ays << 2) | (ays >> 30); in hvl_GenWhiteNoise()
203 ax = ays; in hvl_GenWhiteNoise()
206 ays = (ays & 0xffff0000) | ax; in hvl_GenWhiteNoise()
[all …]
/dports/audio/hvl2wav/hivelytracker-8296a50/hvl2wav/
H A Dreplay.c228 uint32 ays; in hvl_GenWhiteNoise() local
230 ays = 0x41595321; in hvl_GenWhiteNoise()
236 s = ays; in hvl_GenWhiteNoise()
238 if( ays & 0x100 ) in hvl_GenWhiteNoise()
249 ays = (ays >> 5) | (ays << 27); in hvl_GenWhiteNoise()
250 ays = (ays & 0xffffff00) | ((ays & 0xff) ^ 0x9a); in hvl_GenWhiteNoise()
251 bx = ays; in hvl_GenWhiteNoise()
252 ays = (ays << 2) | (ays >> 30); in hvl_GenWhiteNoise()
253 ax = ays; in hvl_GenWhiteNoise()
256 ays = (ays & 0xffff0000) | ax; in hvl_GenWhiteNoise()
[all …]
/dports/www/gitea/gitea-1.16.5/templates/base/
H A Ddisable_form_autofill.tmpl29 <input type="text" name="_autofill_dummy_username" class="ays-ignore" tabindex="-1">
30 <input type="password" name="_autofill_dummy_password" class="ays-ignore" tabindex="-1">
/dports/devel/php-ice37/ice-3.7.2/cpp/test/IceSSL/certs/
H A Dcakey1.pem9 ays+eR8PWr0WDMc7yNpxI+wZ8ZFk9shKMEn6prVFXkcCQQDTS61pCEeE4oOBL79g
/dports/devel/ice37/ice-3.7.2/cpp/test/IceSSL/certs/
H A Dcakey1.pem9 ays+eR8PWr0WDMc7yNpxI+wZ8ZFk9shKMEn6prVFXkcCQQDTS61pCEeE4oOBL79g
/dports/devel/py-ice37/ice-3.7.2/cpp/test/IceSSL/certs/
H A Dcakey1.pem9 ays+eR8PWr0WDMc7yNpxI+wZ8ZFk9shKMEn6prVFXkcCQQDTS61pCEeE4oOBL79g
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c261 uint32 ays; in rp_GenWhiteNoise() local
263 ays = 0x41595321; in rp_GenWhiteNoise()
269 s = ays; in rp_GenWhiteNoise()
271 if( ays & 0x100 ) in rp_GenWhiteNoise()
282 ays = (ays >> 5) | (ays << 27); in rp_GenWhiteNoise()
283 ays = (ays & 0xffffff00) | ((ays & 0xff) ^ 0x9a); in rp_GenWhiteNoise()
284 bx = ays; in rp_GenWhiteNoise()
285 ays = (ays << 2) | (ays >> 30); in rp_GenWhiteNoise()
286 ax = ays; in rp_GenWhiteNoise()
289 ays = (ays & 0xffff0000) | ax; in rp_GenWhiteNoise()
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/css/
H A Dedit-rtl.css1480 .comment-ays th,
1481 .comment-ays td {
1485 .comment-ays .comment-content ul {
1490 .comment-ays .comment-content a[href]:after {
1499 .comment-ays .comment-content p.edit-comment {
1503 .comment-ays .comment-content p.edit-comment a[href]:after {
1508 .comment-ays-submit .button-cancel {
1978 .comment-ays th,
1979 .comment-ays td {
1983 .comment-ays td {
H A Dedit.min.css2ays td,.comment-ays th{padding:10px 15px}.comment-ays .comment-content ul{list-style:initial;margi…
H A Dedit.css1479 .comment-ays th,
1480 .comment-ays td {
1484 .comment-ays .comment-content ul {
1489 .comment-ays .comment-content a[href]:after {
1498 .comment-ays .comment-content p.edit-comment {
1502 .comment-ays .comment-content p.edit-comment a[href]:after {
1507 .comment-ays-submit .button-cancel {
1977 .comment-ays th,
1978 .comment-ays td {
1982 .comment-ays td {
H A Dedit-rtl.min.css2ays td,.comment-ays th{padding:10px 15px}.comment-ays .comment-content ul{list-style:initial;margi…
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/css/
H A Dedit-rtl.css1480 .comment-ays th,
1481 .comment-ays td {
1485 .comment-ays .comment-content ul {
1490 .comment-ays .comment-content a[href]:after {
1499 .comment-ays .comment-content p.edit-comment {
1503 .comment-ays .comment-content p.edit-comment a[href]:after {
1508 .comment-ays-submit .button-cancel {
1978 .comment-ays th,
1979 .comment-ays td {
1983 .comment-ays td {
H A Dedit-rtl.min.css2ays td,.comment-ays th{padding:10px 15px}.comment-ays .comment-content ul{list-style:initial;margi…
H A Dedit.min.css2ays td,.comment-ays th{padding:10px 15px}.comment-ays .comment-content ul{list-style:initial;margi…
H A Dedit.css1479 .comment-ays th,
1480 .comment-ays td {
1484 .comment-ays .comment-content ul {
1489 .comment-ays .comment-content a[href]:after {
1498 .comment-ays .comment-content p.edit-comment {
1502 .comment-ays .comment-content p.edit-comment a[href]:after {
1507 .comment-ays-submit .button-cancel {
1977 .comment-ays th,
1978 .comment-ays td {
1982 .comment-ays td {
/dports/www/mod_php80/php-8.0.15/sapi/fpm/
H A Dphp-fpm.conf.in71 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
77 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
/dports/www/mod_php81/php-8.1.1/sapi/fpm/
H A Dphp-fpm.conf.in71 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
77 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
/dports/lang/php73/php-7.3.33/sapi/fpm/
H A Dphp-fpm.conf.in71 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
77 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
/dports/lang/php74/php-7.4.27/sapi/fpm/
H A Dphp-fpm.conf.in71 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
77 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
/dports/lang/php81/php-8.1.1/sapi/fpm/
H A Dphp-fpm.conf.in71 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
77 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
/dports/lang/php80/php-8.0.15/sapi/fpm/
H A Dphp-fpm.conf.in71 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
77 ; Available units: s(econds), m(inutes), h(ours), or d(ays)

12345678910>>...13