Home
last modified time | relevance | path

Searched refs:srcSec (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/textnote/textnote-1.3.0/pkg/template/
H A Darchive.go54 srcSec, err := src.getSection(sectionName)
61 for _, content := range srcSec.contents {
H A Dtemplate.go74 srcSec, err := src.getSection(sectionName)
78 tgtSec.contents = append(tgtSec.contents, srcSec.contents...)
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmGenerator.cpp1188 for (const CustomSectionEnv& srcSec : moduleEnv_->customSections) { in finishModule() local
1190 if (!sec.name.append(bytecode.begin() + srcSec.nameOffset, in finishModule()
1191 srcSec.nameLength)) { in finishModule()
1198 if (!payload->append(bytecode.begin() + srcSec.payloadOffset, in finishModule()
1199 srcSec.payloadLength)) { in finishModule()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmGenerator.cpp1188 for (const CustomSectionEnv& srcSec : moduleEnv_->customSections) { in finishModule() local
1190 if (!sec.name.append(bytecode.begin() + srcSec.nameOffset, in finishModule()
1191 srcSec.nameLength)) { in finishModule()
1198 if (!payload->append(bytecode.begin() + srcSec.payloadOffset, in finishModule()
1199 srcSec.payloadLength)) { in finishModule()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_spec.cpp705 DLightTransfer (sector_t *srcSec, int target, bool copyFloor);
736 DLightTransfer::DLightTransfer (sector_t *srcSec, int target, bool copyFloor) in DLightTransfer() argument
740 Source = srcSec; in DLightTransfer()
743 DoTransfer (LastLight = srcSec->lightlevel, target, copyFloor); in DLightTransfer()
802 DWallLightTransfer (sector_t *srcSec, int target, BYTE flags);
833 DWallLightTransfer::DWallLightTransfer (sector_t *srcSec, int target, BYTE flags) in DWallLightTransfer() argument
838 Source = srcSec; in DWallLightTransfer()
841 DoTransfer (LastLight = srcSec->GetLightLevel(), target, Flags); in DWallLightTransfer()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmGenerator.cpp1212 for (const CustomSectionEnv& srcSec : moduleEnv_->customSections) { in finishModule() local
1214 if (!sec.name.append(bytecode.begin() + srcSec.nameOffset, in finishModule()
1215 srcSec.nameLength)) { in finishModule()
1222 if (!payload->append(bytecode.begin() + srcSec.payloadOffset, in finishModule()
1223 srcSec.payloadLength)) { in finishModule()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmGenerator.cpp1185 for (const CustomSectionEnv& srcSec : env_->customSections) { in finishModule() local
1187 if (!sec.name.append(bytecode.begin() + srcSec.nameOffset, in finishModule()
1188 srcSec.nameLength)) { in finishModule()
1195 if (!payload->append(bytecode.begin() + srcSec.payloadOffset, in finishModule()
1196 srcSec.payloadLength)) { in finishModule()