Home
last modified time | relevance | path

Searched refs:tcst (Results 1 – 25 of 121) sorted by relevance

12345

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/sysemu/
H A Dcp0.c29 int32_t tcstatus, *tcst; in sync_c0_status() local
51 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_status()
53 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_status()
56 *tcst &= ~mask; in sync_c0_status()
57 *tcst |= tcstatus; in sync_c0_status()
/dports/emulators/qemu/qemu-6.2.0/target/mips/sysemu/
H A Dcp0.c29 int32_t tcstatus, *tcst; in sync_c0_status() local
51 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_status()
53 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_status()
56 *tcst &= ~mask; in sync_c0_status()
57 *tcst |= tcstatus; in sync_c0_status()
/dports/emulators/simh/simh-3.9.0_5/PDP11/
H A Dpdp11_tc.c349 { ORDATA (TCST, tcst, 16) },
417 tcst = tcst | STA_UPS; in dt_rd()
418 else tcst = tcst & ~STA_UPS; in dt_rd()
419 *data = tcst; in dt_rd()
460 tcst = (tcst & ~STA_RW) | (data & STA_RW); in dt_wr()
473 tcst = tcst & ~STA_ALLERR; /* clear errors */ in dt_wr()
497 tcst = tcst & ~STA_RWERR; in dt_wr()
891 tcst = (tcst & ~STA_M_XD) | ((fbuf[ma] >> 16) & STA_M_XD); in dt_svc()
971 tcst = (tcst & ~STA_M_XD) | ((dat >> 16) & STA_M_XD); in dt_svc()
1015 tcst = tcst | e; /* set error flag */ in dt_seterr()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.net.steiner/
H A Dmain.c132 double tcst; in mst() local
149 get_node_costs(trms[i], trms[j], &tcst); in mst()
150 term_costs[k].cost = tcst; in mst()
167 get_node_costs(sp, trms[i], &tcst); in mst()
168 sp_costs[i].cost = tcst; in mst()
177 tcst = 0; in mst()
260 tcst += term_costs[tcpos].cost; in mst()
266 tcst += sp_costs[scpos].cost; in mst()
270 G_debug(3, "tcst = %f (max = %f)\n", tcst, max_cst); in mst()
286 if (tcst > max_cst) { in mst()
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/meant/
H A DREADME.md37 # Subtest: test vs ['tast', 'tbst', 'tcst', 'foo']
40 ok 3 - list has tcst
43 ok 1 - test vs ['tast', 'tbst', 'tcst', 'foo'] # time=11.816ms
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/meant/
H A DREADME.md37 # Subtest: test vs ['tast', 'tbst', 'tcst', 'foo']
40 ok 3 - list has tcst
43 ok 1 - test vs ['tast', 'tbst', 'tcst', 'foo'] # time=11.816ms
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/meant/
H A DREADME.md37 # Subtest: test vs ['tast', 'tbst', 'tcst', 'foo']
40 ok 3 - list has tcst
43 ok 1 - test vs ['tast', 'tbst', 'tcst', 'foo'] # time=11.816ms
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/meant/
H A DREADME.md37 # Subtest: test vs ['tast', 'tbst', 'tcst', 'foo']
40 ok 3 - list has tcst
43 ok 1 - test vs ['tast', 'tbst', 'tcst', 'foo'] # time=11.816ms
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/meant/
H A DREADME.md37 # Subtest: test vs ['tast', 'tbst', 'tcst', 'foo']
40 ok 3 - list has tcst
43 ok 1 - test vs ['tast', 'tbst', 'tcst', 'foo'] # time=11.816ms
/dports/emulators/qemu60/qemu-6.0.0/target/mips/
H A Dcpu.c43 int32_t tcstatus, *tcst; in sync_c0_status() local
65 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_status()
67 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_status()
70 *tcst &= ~mask; in sync_c0_status()
71 *tcst |= tcstatus; in sync_c0_status()
H A Dcp0_helper.c188 int32_t *tcst; in sync_c0_entryhi() local
194 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_entryhi()
196 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_entryhi()
199 *tcst &= ~cpu->CP0_EntryHi_ASID_mask; in sync_c0_entryhi()
200 *tcst |= asid; in sync_c0_entryhi()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/mips/
H A Dhelper.c348 int32_t tcstatus, *tcst; in sync_c0_status() local
370 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_status()
372 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_status()
375 *tcst &= ~mask; in sync_c0_status()
376 *tcst |= tcstatus; in sync_c0_status()
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dsprintf.c1504 cst *tcst; in string_print_formatted() local
1528 while ( NULL != (tcst = st->csts) ) in string_print_formatted()
1530 st->csts = tcst->next; in string_print_formatted()
1531 if ((tcst->info & (INFO_COLS|INFO_TABLE)) == INFO_TABLE in string_print_formatted()
1532 && tcst->d.tab) in string_print_formatted()
1533 xfree(tcst->d.tab); in string_print_formatted()
1534 xfree(tcst); in string_print_formatted()
/dports/emulators/qemu-utils/qemu-4.2.1/target/mips/
H A Dhelper.c358 int32_t tcstatus, *tcst; in sync_c0_status() local
380 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_status()
382 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_status()
385 *tcst &= ~mask; in sync_c0_status()
386 *tcst |= tcstatus; in sync_c0_status()
/dports/emulators/qemu5/qemu-5.2.0/target/mips/
H A Dhelper.c364 int32_t tcstatus, *tcst; in sync_c0_status() local
386 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_status()
388 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_status()
391 *tcst &= ~mask; in sync_c0_status()
392 *tcst |= tcstatus; in sync_c0_status()
H A Dcp0_helper.c191 int32_t *tcst; in sync_c0_entryhi() local
197 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_entryhi()
199 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_entryhi()
202 *tcst &= ~cpu->CP0_EntryHi_ASID_mask; in sync_c0_entryhi()
203 *tcst |= asid; in sync_c0_entryhi()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/mips/
H A Dhelper.c364 int32_t tcstatus, *tcst; in sync_c0_status() local
386 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_status()
388 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_status()
391 *tcst &= ~mask; in sync_c0_status()
392 *tcst |= tcstatus; in sync_c0_status()
H A Dcp0_helper.c191 int32_t *tcst; in sync_c0_entryhi() local
197 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_entryhi()
199 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_entryhi()
202 *tcst &= ~cpu->CP0_EntryHi_ASID_mask; in sync_c0_entryhi()
203 *tcst |= asid; in sync_c0_entryhi()
/dports/emulators/qemu42/qemu-4.2.1/target/mips/
H A Dhelper.c358 int32_t tcstatus, *tcst; in sync_c0_status() local
380 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_status()
382 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_status()
385 *tcst &= ~mask; in sync_c0_status()
386 *tcst |= tcstatus; in sync_c0_status()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/mips/
H A Dhelper.c440 int32_t tcstatus, *tcst; local
462 tcst = &cpu->active_tc.CP0_TCStatus;
464 tcst = &cpu->tcs[tc].CP0_TCStatus;
467 *tcst &= ~mask;
468 *tcst |= tcstatus;
H A Dcp0_helper.c192 int32_t *tcst; in sync_c0_entryhi() local
198 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_entryhi()
200 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_entryhi()
203 *tcst &= ~cpu->CP0_EntryHi_ASID_mask; in sync_c0_entryhi()
204 *tcst |= asid; in sync_c0_entryhi()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/mips/tcg/sysemu/
H A Dcp0_helper.c188 int32_t *tcst; in sync_c0_entryhi() local
194 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_entryhi()
196 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_entryhi()
199 *tcst &= ~cpu->CP0_EntryHi_ASID_mask; in sync_c0_entryhi()
200 *tcst |= asid; in sync_c0_entryhi()
/dports/emulators/qemu/qemu-6.2.0/target/mips/tcg/sysemu/
H A Dcp0_helper.c188 int32_t *tcst; in sync_c0_entryhi() local
194 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_entryhi()
196 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_entryhi()
199 *tcst &= ~cpu->CP0_EntryHi_ASID_mask; in sync_c0_entryhi()
200 *tcst |= asid; in sync_c0_entryhi()
/dports/lang/slib/slib-3b6/
H A Ddiffer.scm170 (let ((tcst (+ p-lim p-lim (- len-b len-a))))
188 (let ((b-splt (diff:mid-split len-b RR CC tcst)))
/dports/devel/monotone/monotone-1.1/src/
H A Dlcs.cc289 long tcst = (2 * p_lim) + (len_b - len_a); in divide_and_conquer() local
326 long b_split = mid_split(len_a, len_b, rr, cc, tcst); in divide_and_conquer()

12345