Home
last modified time | relevance | path

Searched refs:stt (Results 1 – 25 of 1914) sorted by relevance

12345678910>>...77

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.c138 if (stt->micVol > stt->maxAnalog) in WebRtcAgc_AddMic()
268 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) in WebRtcAgc_AddFarend()
348 if (stt->micVol > stt->maxAnalog) in WebRtcAgc_VirtualMic()
749 stt->zeroCtrlMax = stt->micVol; in WebRtcAgc_ProcessAnalog()
1121 if (stt->micVol > stt->maxLevel) in WebRtcAgc_ProcessAnalog()
1123 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
1126 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1158 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) in WebRtcAgc_Process()
1432 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1438 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
[all …]
H A Ddigital_agc.c270 stt->gain = 65536; in WebRtcAgc_InitDigital()
271 stt->gatePrevious = 0; in WebRtcAgc_InitDigital()
274 stt->frameCounter = 0; in WebRtcAgc_InitDigital()
287 assert(stt != NULL); in WebRtcAgc_AddFarendToDigital()
389 stt->frameCounter++; in WebRtcAgc_ProcessDigital()
390 fprintf(stt->logFile, in WebRtcAgc_ProcessDigital()
415 gains[0] = stt->gain; in WebRtcAgc_ProcessDigital()
420 stt->capacitorFast = AGC_SCALEDIFF32(-1000, stt->capacitorFast, stt->capacitorFast); in WebRtcAgc_ProcessDigital()
439 if (stt->capacitorFast > stt->capacitorSlow) in WebRtcAgc_ProcessDigital()
455 tmp32 = (stt->gainTable[zeros-1] - stt->gainTable[zeros]) * frac; in WebRtcAgc_ProcessDigital()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.c156 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_AddMic()
808 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
834 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
851 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
873 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
1034 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
1036 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1297 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1303 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
1307 stt->micRef = stt->micVol; in WebRtcAgc_Init()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/agc/legacy/
H A Danalog_agc.c156 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_AddMic()
808 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
834 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
851 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
873 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
1034 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
1036 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1297 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1303 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
1307 stt->micRef = stt->micVol; in WebRtcAgc_Init()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.c156 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_AddMic()
808 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
834 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
851 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
873 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
1034 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
1036 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1297 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1303 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
1307 stt->micRef = stt->micVol; in WebRtcAgc_Init()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.c156 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_AddMic()
808 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
834 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
851 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
873 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
1034 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
1036 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1297 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1303 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
1307 stt->micRef = stt->micVol; in WebRtcAgc_Init()
[all …]
H A Ddigital_agc.c254 stt->gain = 65536; in WebRtcAgc_InitDigital()
255 stt->gatePrevious = 0; in WebRtcAgc_InitDigital()
258 stt->frameCounter = 0; in WebRtcAgc_InitDigital()
271 RTC_DCHECK(stt); in WebRtcAgc_AddFarendToDigital()
362 stt->frameCounter++; in WebRtcAgc_ProcessDigital()
381 gains[0] = stt->gain; in WebRtcAgc_ProcessDigital()
386 AGC_SCALEDIFF32(-1000, stt->capacitorFast, stt->capacitorFast); in WebRtcAgc_ProcessDigital()
398 AGC_SCALEDIFF32(decay, stt->capacitorSlow, stt->capacitorSlow); in WebRtcAgc_ProcessDigital()
402 if (stt->capacitorFast > stt->capacitorSlow) { in WebRtcAgc_ProcessDigital()
415 tmp32 = (stt->gainTable[zeros - 1] - stt->gainTable[zeros]) * frac; in WebRtcAgc_ProcessDigital()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.c156 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_AddMic()
808 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
834 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
851 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
873 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
1034 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
1036 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1297 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1303 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
1307 stt->micRef = stt->micVol; in WebRtcAgc_Init()
[all …]
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.c139 if (stt->micVol > stt->maxAnalog) in WebRtcAgc_AddMic()
269 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) in WebRtcAgc_AddFarend()
349 if (stt->micVol > stt->maxAnalog) in WebRtcAgc_VirtualMic()
750 stt->zeroCtrlMax = stt->micVol; in WebRtcAgc_ProcessAnalog()
1122 if (stt->micVol > stt->maxLevel) in WebRtcAgc_ProcessAnalog()
1124 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
1127 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1159 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) in WebRtcAgc_Process()
1418 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1424 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
[all …]
H A Ddigital_agc.c270 stt->gain = 65536; in WebRtcAgc_InitDigital()
271 stt->gatePrevious = 0; in WebRtcAgc_InitDigital()
274 stt->frameCounter = 0; in WebRtcAgc_InitDigital()
287 assert(stt != NULL); in WebRtcAgc_AddFarendToDigital()
390 stt->frameCounter++; in WebRtcAgc_ProcessDigital()
391 fprintf(stt->logFile, in WebRtcAgc_ProcessDigital()
416 gains[0] = stt->gain; in WebRtcAgc_ProcessDigital()
421 stt->capacitorFast = AGC_SCALEDIFF32(-1000, stt->capacitorFast, stt->capacitorFast); in WebRtcAgc_ProcessDigital()
440 if (stt->capacitorFast > stt->capacitorSlow) in WebRtcAgc_ProcessDigital()
456 tmp32 = (stt->gainTable[zeros-1] - stt->gainTable[zeros]) * frac; in WebRtcAgc_ProcessDigital()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.c139 if (stt->micVol > stt->maxAnalog) in WebRtcAgc_AddMic()
269 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) in WebRtcAgc_AddFarend()
349 if (stt->micVol > stt->maxAnalog) in WebRtcAgc_VirtualMic()
750 stt->zeroCtrlMax = stt->micVol; in WebRtcAgc_ProcessAnalog()
1122 if (stt->micVol > stt->maxLevel) in WebRtcAgc_ProcessAnalog()
1124 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
1127 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1159 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) in WebRtcAgc_Process()
1418 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1424 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
[all …]
/dports/audio/libfilteraudio/filter_audio-0.0.1/agc/
H A Danalog_agc.c201 if (stt->micVol > stt->maxAnalog) in WebRtcAgc_AddMic()
459 if (stt->micVol > stt->maxAnalog) in WebRtcAgc_VirtualMic()
804 if ((inMicLevelTmp == stt->maxAnalog) && (stt->micVol > stt->maxAnalog)) in WebRtcAgc_ProcessAnalog()
865 stt->zeroCtrlMax = stt->micVol; in WebRtcAgc_ProcessAnalog()
1239 if (stt->micVol > stt->maxLevel) in WebRtcAgc_ProcessAnalog()
1241 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
1244 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1618 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1620 stt->zeroCtrlMax = stt->maxAnalog; in WebRtcAgc_Init()
1624 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
[all …]
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/processing/agc/
H A Danalog_agc.c201 if (stt->micVol > stt->maxAnalog) in WebRtcAgc_AddMic()
461 if (stt->micVol > stt->maxAnalog) in WebRtcAgc_VirtualMic()
1010 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
1053 stt->fcount, stt->micVol, stt->maxLevel); in WebRtcAgc_ProcessAnalog()
1228 if (stt->micVol > stt->maxLevel) in WebRtcAgc_ProcessAnalog()
1230 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
1233 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1597 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1602 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
1607 stt->micRef = stt->micVol; in WebRtcAgc_Init()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.cc162 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_AddMic()
274 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) { in WebRtcAgc_GetAddFarendError()
343 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_VirtualMic()
658 stt->zeroCtrlMax = stt->micVol; in WebRtcAgc_ProcessAnalog()
766 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
800 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
925 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
927 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1162 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1168 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/agc/legacy/
H A Danalog_agc.cc162 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_AddMic()
274 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) { in WebRtcAgc_GetAddFarendError()
343 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_VirtualMic()
658 stt->zeroCtrlMax = stt->micVol; in WebRtcAgc_ProcessAnalog()
766 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
800 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
925 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
927 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1162 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1168 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.cc162 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_AddMic()
274 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) { in WebRtcAgc_GetAddFarendError()
343 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_VirtualMic()
658 stt->zeroCtrlMax = stt->micVol; in WebRtcAgc_ProcessAnalog()
766 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
800 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
925 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
927 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1162 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1168 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.cc162 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_AddMic()
274 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) { in WebRtcAgc_GetAddFarendError()
343 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_VirtualMic()
658 stt->zeroCtrlMax = stt->micVol; in WebRtcAgc_ProcessAnalog()
766 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
800 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
925 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
927 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1162 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1168 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
[all …]
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/agc/legacy/
H A Danalog_agc.cc162 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_AddMic()
274 } else if (stt->fs == 16000 || stt->fs == 32000 || stt->fs == 48000) { in WebRtcAgc_GetAddFarendError()
343 if (stt->micVol > stt->maxAnalog) { in WebRtcAgc_VirtualMic()
658 stt->zeroCtrlMax = stt->micVol; in WebRtcAgc_ProcessAnalog()
766 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
800 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog()
925 stt->micVol = stt->maxLevel; in WebRtcAgc_ProcessAnalog()
927 stt->micVol = stt->minOutput; in WebRtcAgc_ProcessAnalog()
1162 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
1168 stt->micVol = stt->maxAnalog; in WebRtcAgc_Init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_64_vio.c137 stt->offset << stt->page_shift) && in kvm_spapr_tce_attach_iommu_group()
139 stt->size << stt->page_shift)) { in kvm_spapr_tce_attach_iommu_group()
195 kfree(stt); in release_spapr_tce_table()
298 stt = kzalloc(sizeof(*stt) + npages * sizeof(struct page *), in kvm_vm_ioctl_create_spapr_tce()
300 if (!stt) in kvm_vm_ioctl_create_spapr_tce()
307 stt->kvm = kvm; in kvm_vm_ioctl_create_spapr_tce()
337 kfree(stt); in kvm_vm_ioctl_create_spapr_tce()
564 if (!stt) in kvmppc_h_put_tce()
623 if (!stt) in kvmppc_h_put_tce_indirect()
717 if (!stt) in kvmppc_h_stuff_tce()
[all …]
H A Dbook3s_64_vio_hv.c69 if (stt->liobn == liobn) in kvmppc_find_table()
70 return stt; in kvmppc_find_table()
173 idx -= stt->offset; in kvmppc_rm_tce_put()
206 idx = (ioba >> stt->page_shift) - stt->offset; in kvmppc_rm_ioba_validate()
211 if (!stt->pages[i]) in kvmppc_rm_ioba_validate()
399 if (!stt) in kvmppc_rm_h_put_tce()
503 if (!stt) in kvmppc_rm_h_put_tce_indirect()
610 if (!stt) in kvmppc_rm_h_stuff_tce()
640 kvmppc_rm_tce_put(stt, ioba >> stt->page_shift, tce_value); in kvmppc_rm_h_stuff_tce()
660 if (!stt) in kvmppc_h_get_tce()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_64_vio.c137 stt->offset << stt->page_shift) && in kvm_spapr_tce_attach_iommu_group()
139 stt->size << stt->page_shift)) { in kvm_spapr_tce_attach_iommu_group()
195 kfree(stt); in release_spapr_tce_table()
298 stt = kzalloc(sizeof(*stt) + npages * sizeof(struct page *), in kvm_vm_ioctl_create_spapr_tce()
300 if (!stt) in kvm_vm_ioctl_create_spapr_tce()
307 stt->kvm = kvm; in kvm_vm_ioctl_create_spapr_tce()
337 kfree(stt); in kvm_vm_ioctl_create_spapr_tce()
564 if (!stt) in kvmppc_h_put_tce()
623 if (!stt) in kvmppc_h_put_tce_indirect()
717 if (!stt) in kvmppc_h_stuff_tce()
[all …]
H A Dbook3s_64_vio_hv.c69 if (stt->liobn == liobn) in kvmppc_find_table()
70 return stt; in kvmppc_find_table()
173 idx -= stt->offset; in kvmppc_rm_tce_put()
206 idx = (ioba >> stt->page_shift) - stt->offset; in kvmppc_rm_ioba_validate()
211 if (!stt->pages[i]) in kvmppc_rm_ioba_validate()
399 if (!stt) in kvmppc_rm_h_put_tce()
503 if (!stt) in kvmppc_rm_h_put_tce_indirect()
610 if (!stt) in kvmppc_rm_h_stuff_tce()
640 kvmppc_rm_tce_put(stt, ioba >> stt->page_shift, tce_value); in kvmppc_rm_h_stuff_tce()
660 if (!stt) in kvmppc_h_get_tce()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kvm/
H A Dbook3s_64_vio.c137 stt->offset << stt->page_shift) && in kvm_spapr_tce_attach_iommu_group()
139 stt->size << stt->page_shift)) { in kvm_spapr_tce_attach_iommu_group()
195 kfree(stt); in release_spapr_tce_table()
298 stt = kzalloc(sizeof(*stt) + npages * sizeof(struct page *), in kvm_vm_ioctl_create_spapr_tce()
300 if (!stt) in kvm_vm_ioctl_create_spapr_tce()
307 stt->kvm = kvm; in kvm_vm_ioctl_create_spapr_tce()
337 kfree(stt); in kvm_vm_ioctl_create_spapr_tce()
564 if (!stt) in kvmppc_h_put_tce()
623 if (!stt) in kvmppc_h_put_tce_indirect()
717 if (!stt) in kvmppc_h_stuff_tce()
[all …]
H A Dbook3s_64_vio_hv.c69 if (stt->liobn == liobn) in kvmppc_find_table()
70 return stt; in kvmppc_find_table()
173 idx -= stt->offset; in kvmppc_rm_tce_put()
206 idx = (ioba >> stt->page_shift) - stt->offset; in kvmppc_rm_ioba_validate()
211 if (!stt->pages[i]) in kvmppc_rm_ioba_validate()
399 if (!stt) in kvmppc_rm_h_put_tce()
503 if (!stt) in kvmppc_rm_h_put_tce_indirect()
610 if (!stt) in kvmppc_rm_h_stuff_tce()
640 kvmppc_rm_tce_put(stt, ioba >> stt->page_shift, tce_value); in kvmppc_rm_h_stuff_tce()
660 if (!stt) in kvmppc_h_get_tce()
[all …]
/dports/emulators/mednafen/mednafen/src/demo/
H A Ddemo.cpp586 SFVAR(dst[0].stt->i, 15, sizeof(*dst[0].stt), dst[0].stt), in StateAction()
587 SFVAR(dst[0].stt->h, 15, sizeof(*dst[0].stt), dst[0].stt), in StateAction()
588 SFVAR(dst[0].stt->g, 15, sizeof(*dst[0].stt), dst[0].stt), in StateAction()
589 SFVAR(dst[0].stt->f, 15, sizeof(*dst[0].stt), dst[0].stt), in StateAction()
590 SFVAR(dst[0].stt->e, 15, sizeof(*dst[0].stt), dst[0].stt), in StateAction()
591 SFVAR(dst[0].stt->d, 15, sizeof(*dst[0].stt), dst[0].stt), in StateAction()
592 SFVAR(dst[0].stt->c, 15, sizeof(*dst[0].stt), dst[0].stt), in StateAction()
593 SFVAR(dst[0].stt->b, 15, sizeof(*dst[0].stt), dst[0].stt), in StateAction()
594 SFVAR(dst[0].stt->a, 15, sizeof(*dst[0].stt), dst[0].stt), in StateAction()
595 SFVAR(dst[0].stt->j, 15, sizeof(*dst[0].stt), dst[0].stt), in StateAction()
[all …]

12345678910>>...77