Home
last modified time | relevance | path

Searched refs:pIns (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/acec/
H A DacecBo.c72 pIns[0] = Gia_ObjId(p, pFan0); in Acec_DetectBoothXorMux()
73 pIns[1] = Gia_ObjId(p, pFan1); in Acec_DetectBoothXorMux()
122 if ( Acec_DetectBoothXorFanin( p, pFan0, pIns ) && pIns[2] == Gia_ObjId(p, pFan1) ) in Acec_DetectBoothOne()
124 if ( Acec_DetectBoothXorFanin( p, pFan1, pIns ) && pIns[2] == Gia_ObjId(p, pFan0) ) in Acec_DetectBoothOne()
150 pIns[2] = -1; in Acec_DetectBoothTwoXor()
151 pIns[3] = 0; in Acec_DetectBoothTwoXor()
159 pIns[2] = -1; in Acec_DetectBoothTwoXor()
160 pIns[3] = 0; in Acec_DetectBoothTwoXor()
200 int i, pIns[5]; in Acec_DetectBoothTest() local
203 if ( !Acec_DetectBoothOne(p, pObj, pIns) && !Acec_DetectBoothTwo(p, pObj, pIns) ) in Acec_DetectBoothTest()
[all …]
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/
H A Dload_stm.cpp93 MODINSTRUMENT *pIns = &Ins[nIns+1]; in ReadSTM() local
95 memcpy(pIns->name, pStm->filename, 13); in ReadSTM()
97 pIns->nC4Speed = bswapLE16(pStm->c2spd); in ReadSTM()
98 pIns->nGlobalVol = 64; in ReadSTM()
99 pIns->nVolume = pStm->volume << 2; in ReadSTM()
100 if (pIns->nVolume > 256) pIns->nVolume = 256; in ReadSTM()
101 pIns->nLength = bswapLE16(pStm->length); in ReadSTM()
102 if ((pIns->nLength < 4) || (!pIns->nVolume)) pIns->nLength = 0; in ReadSTM()
105 if ((pIns->nLoopEnd > pIns->nLoopStart) && (pIns->nLoopEnd != 0xFFFF)) pIns->uFlags |= CHN_LOOP; in ReadSTM()
172 MODINSTRUMENT *pIns = &Ins[nSmp]; in ReadSTM() local
[all …]
H A Dsndfile.cpp1562 if (pIns->nLoopEnd > pIns->nLength) pIns->nLoopEnd = pIns->nLength; in AdjustSampleLoop()
1563 if (pIns->nLoopStart > pIns->nLength+2) pIns->nLoopStart = pIns->nLength+2; in AdjustSampleLoop()
1564 if (pIns->nLoopStart+2 >= pIns->nLoopEnd) in AdjustSampleLoop()
1566 pIns->nLoopStart = pIns->nLoopEnd = 0; in AdjustSampleLoop()
1587 pSample[pIns->nLoopEnd] = pSample[pIns->nLoopStart]; in AdjustSampleLoop()
1588 pSample[pIns->nLoopEnd+1] = pSample[pIns->nLoopStart+1]; in AdjustSampleLoop()
1589 pSample[pIns->nLoopEnd+2] = pSample[pIns->nLoopStart+2]; in AdjustSampleLoop()
1590 pSample[pIns->nLoopEnd+3] = pSample[pIns->nLoopStart+3]; in AdjustSampleLoop()
1591 pSample[pIns->nLoopEnd+4] = pSample[pIns->nLoopStart+4]; in AdjustSampleLoop()
1639 pSample[pIns->nLoopEnd] = pSample[pIns->nLoopStart]; in AdjustSampleLoop()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/
H A Dload_stm.cpp93 MODINSTRUMENT *pIns = &Ins[nIns+1]; in ReadSTM() local
95 memcpy(pIns->name, pStm->filename, 13); in ReadSTM()
97 pIns->nC4Speed = bswapLE16(pStm->c2spd); in ReadSTM()
98 pIns->nGlobalVol = 64; in ReadSTM()
99 pIns->nVolume = pStm->volume << 2; in ReadSTM()
100 if (pIns->nVolume > 256) pIns->nVolume = 256; in ReadSTM()
101 pIns->nLength = bswapLE16(pStm->length); in ReadSTM()
102 if ((pIns->nLength < 4) || (!pIns->nVolume)) pIns->nLength = 0; in ReadSTM()
105 if ((pIns->nLoopEnd > pIns->nLoopStart) && (pIns->nLoopEnd != 0xFFFF)) pIns->uFlags |= CHN_LOOP; in ReadSTM()
172 MODINSTRUMENT *pIns = &Ins[nSmp]; in ReadSTM() local
[all …]
H A Dsndfile.cpp1569 if (pIns->nLoopEnd > pIns->nLength) pIns->nLoopEnd = pIns->nLength; in AdjustSampleLoop()
1570 if (pIns->nLoopStart > pIns->nLength+2) pIns->nLoopStart = pIns->nLength+2; in AdjustSampleLoop()
1571 if (pIns->nLoopStart+2 >= pIns->nLoopEnd) in AdjustSampleLoop()
1573 pIns->nLoopStart = pIns->nLoopEnd = 0; in AdjustSampleLoop()
1594 pSample[pIns->nLoopEnd] = pSample[pIns->nLoopStart]; in AdjustSampleLoop()
1595 pSample[pIns->nLoopEnd+1] = pSample[pIns->nLoopStart+1]; in AdjustSampleLoop()
1596 pSample[pIns->nLoopEnd+2] = pSample[pIns->nLoopStart+2]; in AdjustSampleLoop()
1597 pSample[pIns->nLoopEnd+3] = pSample[pIns->nLoopStart+3]; in AdjustSampleLoop()
1598 pSample[pIns->nLoopEnd+4] = pSample[pIns->nLoopStart+4]; in AdjustSampleLoop()
1646 pSample[pIns->nLoopEnd] = pSample[pIns->nLoopStart]; in AdjustSampleLoop()
[all …]
/dports/cad/alliance/alliance/src/sea/src/
H A Dutil_MBK.c1277 struct phins *pIns; local
1279 for (pIns = apPhfig->PHINS; pIns != NULL; pIns = pIns->NEXT)
1280 if (pIns->INSNAME == insName) return (pIns);
1296 for (pIns = apPhfig->PHINS; pIns != NULL; pIns = pIns->NEXT)
1297 if (pIns->FIGNAME == modelName) return (pIns);
1342 for (pIns = apFig->LOINS; pIns; pIns = pIns->NEXT) {
1395 pIns->LOCON = (locon_list *)reverse((chain_list *)pIns->LOCON);
1398 return (pIns);
1528 for (pIns = apLofig->LOINS; pIns != NULL; pIns = pIns->NEXT) {
1558 for (pIns = apLofig->LOINS; pIns != NULL; pIns = pIns->NEXT) {
[all …]
H A Dutil_RTU.c83 static void instance2obs __FP((struct phins *pIns));
515 struct phins *pIns; in instances2obs() local
518 for (pIns = LV_phfig->PHINS; pIns != NULL; pIns = pIns->NEXT) { in instances2obs()
519 instance2obs (pIns); in instances2obs()
H A DDEF_drive.c605 struct phins *pIns; local
615 pIns = NULL;
626 for (pIns = apPhfig->PHINS; pIns != NULL; pIns = pIns->NEXT) {
628 if ((pIns->XINS - apPhfig->XAB1) % MBK_X_GRID) continue;
629 if ((pIns->YINS - apPhfig->YAB1) % MBK_X_GRID) continue;
631 if (!orientPhfig (getphfig (pIns->FIGNAME, 'A'),
636 pIns->INSNAME);
640 + (pIns->YINS - apPhfig->YAB1) % MBK_Y_SLICE;
645 rowGridIns = (pIns->YINS - rowGridY0) / MBK_Y_SLICE;
647 switch (pIns->TRANSF) {
[all …]
H A Dutil_Floorplan.c1164 struct phins *pIns;
1177 for (pIns = apPhfig->PHINS; pIns != NULL; pIns = pIns->NEXT) {
1178 if (pIns->FIGNAME == powmidName) {
1179 if (pIns->YINS == apPhfig->YAB1 + expand) {
1181 MBK2DEF_length (pIns->XINS),
1188 if (pIns->YINS + height == apPhfig->YAB2 - expand) {
1190 MBK2DEF_length (pIns->XINS),
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DLoad_mid.cpp274 ModInstrument *pIns; in MapMidiInstrument() local
299 if(pIns == nullptr) in MapMidiInstrument()
305 pIns->wMidiBank = bank + 1; in MapMidiInstrument()
307 pIns->nFadeOut = 1024; in MapMidiInstrument()
314 pIns->nMidiDrumKey = note; in MapMidiInstrument()
322 pIns->VolEnv.reserve(4); in MapMidiInstrument()
327 pIns->VolEnv.nSustainStart = pIns->VolEnv.nSustainEnd = 1; in MapMidiInstrument()
337 pIns->name = "Percussions"; in MapMidiInstrument()
1334 else if(pIns->nMidiProgram) in ReadMID()
1373 if(!pIns->filename[0]) pIns->filename = filename.ToLocale(); in ReadMID()
[all …]
H A DDlsbank.cpp642 if(pIns == nullptr) in FindAndExtract()
646 const uint32 program = (pIns->nMidiProgram != 0) ? pIns->nMidiProgram - 1 : 0; in FindAndExtract()
1833 if(pIns == nullptr) in ExtractInstrument()
1853 pIns->name = s; in ExtractInstrument()
1885 pIns->nFadeOut = 1024; in ExtractInstrument()
2033 pIns->VolEnv.clear(); in ExtractInstrument()
2085 pIns->VolEnv.push_back(pIns->VolEnv.back().tick + 1u, pIns->VolEnv.back().value); in ExtractInstrument()
2087 pIns->VolEnv.nSustainStart = pIns->VolEnv.nSustainEnd = (uint8)(pIns->VolEnv.size() - 1); in ExtractInstrument()
2098 pIns->VolEnv.nReleaseNode = pIns->VolEnv.nSustainEnd; in ExtractInstrument()
2126 pIns->VolEnv.push_back(pIns->VolEnv.back().tick + 1u, ENVELOPE_MIN); in ExtractInstrument()
[all …]
H A DInstrumentExtensions.cpp648 static void ConvertReadExtendedFlags(ModInstrument *pIns) in ConvertReadExtendedFlags() argument
670 const uint32 dwOldFlags = pIns->dwFlags.GetRaw(); in ConvertReadExtendedFlags()
672 pIns->VolEnv.dwFlags.set(ENV_ENABLED, (dwOldFlags & dFdd_VOLUME) != 0); in ConvertReadExtendedFlags()
674 pIns->VolEnv.dwFlags.set(ENV_LOOP, (dwOldFlags & dFdd_VOLLOOP) != 0); in ConvertReadExtendedFlags()
679 pIns->PanEnv.dwFlags.set(ENV_LOOP, (dwOldFlags & dFdd_PANLOOP) != 0); in ConvertReadExtendedFlags()
688 pIns->dwFlags.reset(); in ConvertReadExtendedFlags()
690 pIns->dwFlags.set(INS_MUTE, (dwOldFlags & dFdd_MUTE) != 0); in ConvertReadExtendedFlags()
703 bool success = ReadInstrumentHeaderField(pIns, code, size, file); in ReadInstrumentExtensionField()
712 ConvertReadExtendedFlags(pIns); in ReadInstrumentExtensionField()
723 ReadInstrumentExtensionField(pIns, code, size, file); in ReadExtendedInstrumentProperty()
[all …]
H A DSampleFormats.cpp121 if(pIns == nullptr) in ReadSampleAsInstrument()
127 delete pIns; in ReadSampleAsInstrument()
164 delete pIns; in DestroyInstrument()
224 if(pIns == nullptr) in ReadInstrumentFromSong()
1053 if(pIns == nullptr) in ReadPATInstrument()
1063 pIns->nFadeOut = 2048; in ReadPATInstrument()
1109 if(!pIns->NoteMap[k]) pIns->NoteMap[k] = k + 1; in ReadPATInstrument()
1234 if(pIns == nullptr) in ReadXIInstrument()
1268 pIns->Keyboard[i] = sampleMap[pIns->Keyboard[i]]; in ReadXIInstrument()
1327 if(pIns == nullptr) in SaveXIInstrument()
[all …]
H A DSnd_fx.cpp1359 } else if(pIns && pIns->nMixPlug) in InstrumentChange()
1497 if(pIns) in InstrumentChange()
1764 if(pIns) in NoteChange()
1944 if(pIns) in NoteChange()
2163 if(pIns && pIns->nMixPlug) in CheckNNA()
2177 if(pIns && pIns->nMixPlug) in CheckNNA()
2182 if(pIns && (pIns->nMixPlug) && (pIns->nMixPlug == chn.pModInstrument->nMixPlug)) in CheckNNA()
4863 if(pIns && pIns->wMidiBank) in ProcessMIDIMacro()
4870 if(pIns && pIns->wMidiBank) in ProcessMIDIMacro()
4889 if(pIns && pIns->nMidiProgram) in ProcessMIDIMacro()
[all …]
H A DSampleFormatSFZ.cpp749 if(pIns == nullptr) in ReadSFZInstrument()
755 Instruments[nInstr] = pIns; in ReadSFZInstrument()
853 pIns->Keyboard[i] = smp; in ReadSFZInstrument()
855 pIns->NoteMap[i] = NOTE_MIN + i + transp; in ReadSFZInstrument()
860 pIns->filterMode = region.filterType; in ReadSFZInstrument()
868 pIns->nNNA = NewNoteAction::NoteOff; in ReadSFZInstrument()
872 pIns->nDCT = DuplicateCheckType::Sample; in ReadSFZInstrument()
882 flexEG.ConvertToMPT(pIns, *this); in ReadSFZInstrument()
890 pIns->nFadeOut = std::min((pIns->nFadeOut + 16u) & ~31u, uint32(8192)); in ReadSFZInstrument()
1016 pIns->Sanitize(MOD_TYPE_MPT); in ReadSFZInstrument()
[all …]
H A DSndmix.cpp1044 const ModInstrument *pIns = chn.pModInstrument; in ProcessTremor() local
1097 int envValueAtReleaseNode = pIns->VolEnv[pIns->VolEnv.nReleaseNode].value * 4; in ProcessVolumeEnvelope()
1102 if(envpos == pIns->VolEnv[pIns->VolEnv.nReleaseNode].tick) in ProcessVolumeEnvelope()
1364 uint32 fadeout = pIns->nFadeOut; in ProcessInstrumentFade()
2140 if (pIns) in ReadNote()
2558 if(pIns->dwFlags[INS_MUTE]) in ProcessMidiOut()
2592 realNote = pIns->NoteMap[note - NOTE_MIN]; in ProcessMidiOut()
2601 const uint32 defaultVolume = pIns->nGlobalVol; in ProcessMidiOut()
2607 switch(pIns->pluginVelocityHandling) in ProcessMidiOut()
2623 realNote = pIns->NoteMap[note - NOTE_MIN]; in ProcessMidiOut()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporlin.cxx168 SwLinePortion *SwLinePortion::Insert( SwLinePortion *pIns ) in Insert() argument
170 pIns->FindLastPortion()->SetNextPortion( mpNextPortion ); in Insert()
171 SetNextPortion( pIns ); in Insert()
175 return pIns; in Insert()
189 SwLinePortion *SwLinePortion::Append( SwLinePortion *pIns ) in Append() argument
192 pPos->SetNextPortion( pIns ); in Append()
193 pIns->SetNextPortion( nullptr ); in Append()
197 return pIns; in Append()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporlin.cxx172 SwLinePortion *SwLinePortion::Insert( SwLinePortion *pIns ) in Insert() argument
174 pIns->FindLastPortion()->SetNextPortion( mpNextPortion ); in Insert()
175 SetNextPortion( pIns ); in Insert()
179 return pIns; in Insert()
193 SwLinePortion *SwLinePortion::Append( SwLinePortion *pIns ) in Append() argument
196 pPos->SetNextPortion( pIns ); in Append()
197 pIns->SetNextPortion( nullptr ); in Append()
201 return pIns; in Append()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/test/
H A Dtest.cpp1823 VERIFY_EQUAL_NONCONT(pIns->nPan, 128); in TestLoadXMFile()
1826 VERIFY_EQUAL_NONCONT(pIns->nPPS, 0); in TestLoadXMFile()
1838 VERIFY_EQUAL_NONCONT(pIns->nVolSwing, 0); in TestLoadXMFile()
1839 VERIFY_EQUAL_NONCONT(pIns->nPanSwing, 0); in TestLoadXMFile()
1840 VERIFY_EQUAL_NONCONT(pIns->nCutSwing, 0); in TestLoadXMFile()
1841 VERIFY_EQUAL_NONCONT(pIns->nResSwing, 0); in TestLoadXMFile()
1846 VERIFY_EQUAL_NONCONT(pIns->nMixPlug, 1); in TestLoadXMFile()
1849 VERIFY_EQUAL_NONCONT(pIns->wMidiBank, 2); in TestLoadXMFile()
1850 VERIFY_EQUAL_NONCONT(pIns->midiPWD, 8); in TestLoadXMFile()
2116 VERIFY_EQUAL_NONCONT(pIns->nPan, 64); in TestLoadMPTMFile()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Doptfuzz.c94 sqlite3_stmt *pIns = 0; /* Statement to insert into dbOut */ in optfuzz_exec() local
102 pIns = prepare_sql(dbOut, "INSERT INTO staging(x) VALUES(?1)"); in optfuzz_exec()
144 sqlite3_bind_text(pIns, 1, zLine, j, SQLITE_TRANSIENT); in optfuzz_exec()
145 rc = sqlite3_step(pIns); in optfuzz_exec()
147 rc = sqlite3_reset(pIns); in optfuzz_exec()
163 sqlite3_finalize(pIns); in optfuzz_exec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Doptfuzz.c94 sqlite3_stmt *pIns = 0; /* Statement to insert into dbOut */ in optfuzz_exec() local
102 pIns = prepare_sql(dbOut, "INSERT INTO staging(x) VALUES(?1)"); in optfuzz_exec()
144 sqlite3_bind_text(pIns, 1, zLine, j, SQLITE_TRANSIENT); in optfuzz_exec()
145 rc = sqlite3_step(pIns); in optfuzz_exec()
147 rc = sqlite3_reset(pIns); in optfuzz_exec()
163 sqlite3_finalize(pIns); in optfuzz_exec()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/source/sdstor/
H A Dstgavl.cxx285 bool StgAvlNode::Insert( StgAvlNode** pRoot, StgAvlNode* pIns ) in Insert() argument
294 *pRoot = pIns; in Insert()
298 sal_Int32 nRes = (*pRoot)->Locate( pIns, &pPivot, &pParent, &pPrev ); in Insert()
306 pPrev->m_pLeft = pIns; in Insert()
308 pPrev->m_pRight = pIns; in Insert()
310 short nDelta = pPivot->Adjust( &pHeavy, pIns ); in Insert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sot/source/sdstor/
H A Dstgavl.cxx285 bool StgAvlNode::Insert( StgAvlNode** pRoot, StgAvlNode* pIns ) in Insert() argument
294 *pRoot = pIns; in Insert()
298 sal_Int32 nRes = (*pRoot)->Locate( pIns, &pPivot, &pParent, &pPrev ); in Insert()
306 pPrev->m_pLeft = pIns; in Insert()
308 pPrev->m_pRight = pIns; in Insert()
310 short nDelta = pPivot->Adjust( &pHeavy, pIns ); in Insert()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/dz80/
H A Ddissz80.c2000 DISREF *p, *pIns, *pPrev; in AddRefEntry() local
2043 pIns = d->pRefHead[refType]; in AddRefEntry()
2046 while (pIns != NULL) in AddRefEntry()
2048 if (pIns->Addr == Addr) in AddRefEntry()
2054 if (pIns->Addr > Addr) in AddRefEntry()
2057 pPrev = pIns; in AddRefEntry()
2058 pIns = pIns->pNext; in AddRefEntry()
2081 if (pIns != NULL) in AddRefEntry()
2083 p->pNext = pIns; in AddRefEntry()
2084 pIns->pPrev = p; in AddRefEntry()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/base/
H A DCommandApdu.cpp48 CommandApdu::CommandApdu(char pCla, char pIns, char pP1, char pP2, const QByteArray& pData, int pLe) in CommandApdu() argument
63 mBuffer += pIns; in CommandApdu()

12345678