Home
last modified time | relevance | path

Searched refs:new_segs (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/rhvoice/RHVoice-1.2.4/src/scripts/general/
H A Dutils.scm26 (define (align old_segs new_segs)
30 ((null? new_segs)
32 (align (cdr old_segs) new_segs))
33 ((equal? (item.name (car old_segs)) (item.name (car new_segs)))
34 (item.set_feat (car old_segs) 'end (item.feat (car new_segs) 'end))
35 (align (cdr old_segs) (cdr new_segs)))
38 (align (cdr old_segs) new_segs))
39 ((equal? (item.name (car new_segs)) "pau")
40 (item.insert (car old_segs) (car new_segs) 'before)
41 (align old_segs (cdr new_segs)))
[all …]
/dports/sysutils/afflib/AFFLIBv3-3.7.16/tools/
H A Daffsegment.cpp175 vector<string>new_segs; variable
195 for(i=new_segs.begin();i!=new_segs.end();i++){ in process()
290 new_segs.push_back(optarg); flags |= O_RDWR;break; in main()
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dglz-encoder-dict.c274 WindowImageSegment *new_segs; in __glz_dictionary_window_segs_realloc() local
286 new_segs = (WindowImageSegment*)dict->cur_usr->malloc( in __glz_dictionary_window_segs_realloc()
289 if (!new_segs) { in __glz_dictionary_window_segs_realloc()
294 memcpy(new_segs, dict->window.segs, in __glz_dictionary_window_segs_realloc()
298 for (i = dict->window.segs_quota, seg = new_segs + i; i < new_quota; i++, seg++) { in __glz_dictionary_window_segs_realloc()
306 new_segs[new_quota - 1].next = dict->window.free_segs_head; in __glz_dictionary_window_segs_realloc()
310 dict->window.segs = new_segs; in __glz_dictionary_window_segs_realloc()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dcdd_pssm_input.cpp517 vector<CHitSegment*> new_segs; in IntersectWith() local
565 new_segs.push_back(new_seg); in IntersectWith()
589 new_segs.push_back(*it); in IntersectWith()
592 sort(new_segs.begin(), new_segs.end(), compare_hitseg_range()); in IntersectWith()
594 m_SegmentList.swap(new_segs); in IntersectWith()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dcdd_pssm_input.cpp517 vector<CHitSegment*> new_segs; in IntersectWith() local
565 new_segs.push_back(new_seg); in IntersectWith()
589 new_segs.push_back(*it); in IntersectWith()
592 sort(new_segs.begin(), new_segs.end(), compare_hitseg_range()); in IntersectWith()
594 m_SegmentList.swap(new_segs); in IntersectWith()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/
H A Dseg_helper.c204 uint32_t new_regs[8], new_segs[6]; in switch_tss_ra() local
287 new_segs[R_FS] = 0; in switch_tss_ra()
288 new_segs[R_GS] = 0; in switch_tss_ra()
406 load_seg_vm(env, i, new_segs[i]); in switch_tss_ra()
445 int cpl = new_segs[R_CS] & 3; in switch_tss_ra()
446 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
447 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
448 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
449 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
450 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/
H A Dseg_helper.c204 uint32_t new_regs[8], new_segs[6]; in switch_tss_ra() local
287 new_segs[R_FS] = 0; in switch_tss_ra()
288 new_segs[R_GS] = 0; in switch_tss_ra()
406 load_seg_vm(env, i, new_segs[i]); in switch_tss_ra()
445 int cpl = new_segs[R_CS] & 3; in switch_tss_ra()
446 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
447 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
448 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
449 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
450 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/alnmgr/
H A Dalnsegments.cpp444 TSegmentsContainer new_segs; in x_MinimizeGaps() local
535 new_segs.push_back(len_it->second); in x_MinimizeGaps()
542 ITERATE (TSegmentsContainer, new_seg_i, new_segs) { in x_MinimizeGaps()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/alnmgr/
H A Dalnsegments.cpp444 TSegmentsContainer new_segs; in x_MinimizeGaps() local
535 new_segs.push_back(len_it->second); in x_MinimizeGaps()
542 ITERATE (TSegmentsContainer, new_seg_i, new_segs) { in x_MinimizeGaps()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dseg_helper.c220 uint32_t new_regs[8], new_segs[6]; in switch_tss() local
301 new_segs[R_FS] = 0; in switch_tss()
302 new_segs[R_GS] = 0; in switch_tss()
422 load_seg_vm(env, i, new_segs[i]); in switch_tss()
461 int cpl = new_segs[R_CS] & 3; in switch_tss()
462 tss_load_seg(env, R_CS, new_segs[R_CS], cpl); in switch_tss()
463 tss_load_seg(env, R_SS, new_segs[R_SS], cpl); in switch_tss()
464 tss_load_seg(env, R_ES, new_segs[R_ES], cpl); in switch_tss()
465 tss_load_seg(env, R_DS, new_segs[R_DS], cpl); in switch_tss()
466 tss_load_seg(env, R_FS, new_segs[R_FS], cpl); in switch_tss()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dseg_helper.c245 uint32_t new_regs[8], new_segs[6]; in switch_tss_ra() local
329 new_segs[R_FS] = 0; in switch_tss_ra()
330 new_segs[R_GS] = 0; in switch_tss_ra()
450 load_seg_vm(env, i, new_segs[i]); in switch_tss_ra()
489 int cpl = new_segs[R_CS] & 3; in switch_tss_ra()
490 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
491 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
492 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
493 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
494 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dseg_helper.c220 uint32_t new_regs[8], new_segs[6]; in switch_tss() local
301 new_segs[R_FS] = 0; in switch_tss()
302 new_segs[R_GS] = 0; in switch_tss()
422 load_seg_vm(env, i, new_segs[i]); in switch_tss()
461 int cpl = new_segs[R_CS] & 3; in switch_tss()
462 tss_load_seg(env, R_CS, new_segs[R_CS], cpl); in switch_tss()
463 tss_load_seg(env, R_SS, new_segs[R_SS], cpl); in switch_tss()
464 tss_load_seg(env, R_ES, new_segs[R_ES], cpl); in switch_tss()
465 tss_load_seg(env, R_DS, new_segs[R_DS], cpl); in switch_tss()
466 tss_load_seg(env, R_FS, new_segs[R_FS], cpl); in switch_tss()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dseg_helper.c245 uint32_t new_regs[8], new_segs[6]; in switch_tss_ra() local
329 new_segs[R_FS] = 0; in switch_tss_ra()
330 new_segs[R_GS] = 0; in switch_tss_ra()
450 load_seg_vm(env, i, new_segs[i]); in switch_tss_ra()
489 int cpl = new_segs[R_CS] & 3; in switch_tss_ra()
490 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
491 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
492 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
493 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
494 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dseg_helper.c245 uint32_t new_regs[8], new_segs[6]; in switch_tss_ra() local
329 new_segs[R_FS] = 0; in switch_tss_ra()
330 new_segs[R_GS] = 0; in switch_tss_ra()
450 load_seg_vm(env, i, new_segs[i]); in switch_tss_ra()
489 int cpl = new_segs[R_CS] & 3; in switch_tss_ra()
490 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
491 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
492 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
493 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
494 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dseg_helper.c245 uint32_t new_regs[8], new_segs[6]; in switch_tss_ra() local
329 new_segs[R_FS] = 0; in switch_tss_ra()
330 new_segs[R_GS] = 0; in switch_tss_ra()
450 load_seg_vm(env, i, new_segs[i]); in switch_tss_ra()
489 int cpl = new_segs[R_CS] & 3; in switch_tss_ra()
490 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
491 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
492 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
493 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
494 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dseg_helper.c245 uint32_t new_regs[8], new_segs[6]; in switch_tss_ra() local
329 new_segs[R_FS] = 0; in switch_tss_ra()
330 new_segs[R_GS] = 0; in switch_tss_ra()
450 load_seg_vm(env, i, new_segs[i]); in switch_tss_ra()
489 int cpl = new_segs[R_CS] & 3; in switch_tss_ra()
490 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
491 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
492 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
493 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
494 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dseg_helper.c245 uint32_t new_regs[8], new_segs[6]; in switch_tss_ra() local
329 new_segs[R_FS] = 0; in switch_tss_ra()
330 new_segs[R_GS] = 0; in switch_tss_ra()
450 load_seg_vm(env, i, new_segs[i]); in switch_tss_ra()
489 int cpl = new_segs[R_CS] & 3; in switch_tss_ra()
490 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
491 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
492 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
493 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
494 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dseg_helper.c246 uint32_t new_regs[8], new_segs[6]; in switch_tss_ra() local
330 new_segs[R_FS] = 0; in switch_tss_ra()
331 new_segs[R_GS] = 0; in switch_tss_ra()
451 load_seg_vm(env, i, new_segs[i]); in switch_tss_ra()
490 int cpl = new_segs[R_CS] & 3; in switch_tss_ra()
491 tss_load_seg(env, R_CS, new_segs[R_CS], cpl, retaddr); in switch_tss_ra()
492 tss_load_seg(env, R_SS, new_segs[R_SS], cpl, retaddr); in switch_tss_ra()
493 tss_load_seg(env, R_ES, new_segs[R_ES], cpl, retaddr); in switch_tss_ra()
494 tss_load_seg(env, R_DS, new_segs[R_DS], cpl, retaddr); in switch_tss_ra()
495 tss_load_seg(env, R_FS, new_segs[R_FS], cpl, retaddr); in switch_tss_ra()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmopenjpeg/src/lib/openjp2/
H A Dt2.c1526 opj_tcd_seg_t* new_segs; in opj_t2_init_seg() local
1530 new_segs = (opj_tcd_seg_t*) opj_realloc(cblk->segs, in opj_t2_init_seg()
1532 if (! new_segs) { in opj_t2_init_seg()
1536 cblk->segs = new_segs; in opj_t2_init_seg()
1537 memset(new_segs + cblk->m_current_max_segs, in opj_t2_init_seg()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg20/
H A Dt2.c1534 opj_tcd_seg_t* new_segs; in opj_t2_init_seg() local
1538 new_segs = (opj_tcd_seg_t*) opj_realloc(cblk->segs, in opj_t2_init_seg()
1540 if (! new_segs) { in opj_t2_init_seg()
1544 cblk->segs = new_segs; in opj_t2_init_seg()
1545 memset(new_segs + cblk->m_current_max_segs, in opj_t2_init_seg()
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmopenjpeg/src/lib/openjp2/
H A Dt2.c1526 opj_tcd_seg_t* new_segs; in opj_t2_init_seg() local
1530 new_segs = (opj_tcd_seg_t*) opj_realloc(cblk->segs, in opj_t2_init_seg()
1532 if (! new_segs) { in opj_t2_init_seg()
1536 cblk->segs = new_segs; in opj_t2_init_seg()
1537 memset(new_segs + cblk->m_current_max_segs, in opj_t2_init_seg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libopenjpeg20/
H A Dt2.c1534 opj_tcd_seg_t* new_segs; in opj_t2_init_seg() local
1538 new_segs = (opj_tcd_seg_t*) opj_realloc(cblk->segs, in opj_t2_init_seg()
1540 if (! new_segs) { in opj_t2_init_seg()
1544 cblk->segs = new_segs; in opj_t2_init_seg()
1545 memset(new_segs + cblk->m_current_max_segs, in opj_t2_init_seg()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openjpeg/openjp2/
H A Dt2.c1580 opj_tcd_seg_t* new_segs; in opj_t2_init_seg() local
1584 new_segs = (opj_tcd_seg_t*) opj_realloc(cblk->segs, in opj_t2_init_seg()
1586 if (! new_segs) { in opj_t2_init_seg()
1590 cblk->segs = new_segs; in opj_t2_init_seg()
1591 memset(new_segs + cblk->m_current_max_segs, in opj_t2_init_seg()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/openjpeg/src/lib/openjp2/
H A Dt2.c1534 opj_tcd_seg_t* new_segs; in opj_t2_init_seg() local
1538 new_segs = (opj_tcd_seg_t*) opj_realloc(cblk->segs, in opj_t2_init_seg()
1540 if (! new_segs) { in opj_t2_init_seg()
1544 cblk->segs = new_segs; in opj_t2_init_seg()
1545 memset(new_segs + cblk->m_current_max_segs, in opj_t2_init_seg()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjp2/
H A Dt2.c1580 opj_tcd_seg_t* new_segs; in opj_t2_init_seg() local
1584 new_segs = (opj_tcd_seg_t*) opj_realloc(cblk->segs, in opj_t2_init_seg()
1586 if (! new_segs) { in opj_t2_init_seg()
1590 cblk->segs = new_segs; in opj_t2_init_seg()
1591 memset(new_segs + cblk->m_current_max_segs, in opj_t2_init_seg()

12