/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
H A D | stopwatch.d | 105 auto sw = StopWatch(AutoStart.yes); member 106 assert(sw.running); 108 assert(sw.peek() > Duration.zero); 111 auto sw = StopWatch(AutoStart.no); member 112 assert(!sw.running); 114 assert(sw.peek() == Duration.zero); 117 StopWatch sw; member 118 assert(!sw.running); 120 assert(sw.peek() == Duration.zero); 146 auto sw = StopWatch(AutoStart.yes); member [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
H A D | stopwatch.d | 62 auto sw = StopWatch(AutoStart.yes); member 64 Duration t1 = sw.peek(); 66 Duration t2 = sw.peek(); 70 sw.stop(); 72 Duration t3 = sw.peek(); 74 Duration t4 = sw.peek(); 77 sw.start(); 80 Duration t5 = sw.peek(); 109 auto sw = StopWatch(AutoStart.yes); member 110 assert(sw.running); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ELFAttributeParser.cpp | 44 if (sw) { in integerAttribute() 45 DictScope scope(*sw, "Attribute"); in integerAttribute() 46 sw->printNumber("Tag", tag); in integerAttribute() 48 sw->printString("TagName", tagName); in integerAttribute() 49 sw->printNumber("Value", value); in integerAttribute() 60 if (sw) { in stringAttribute() 61 DictScope scope(*sw, "Attribute"); in stringAttribute() 62 sw->printNumber("Tag", tag); in stringAttribute() 64 sw->printString("TagName", tagName); in stringAttribute() 65 sw->printString("Value", desc); in stringAttribute() [all …]
|
/netbsd-src/sys/arch/newsmips/stand/common/ |
H A D | romcalls.S | 40 sw a0, 0(sp) 49 sw ra, 28(sp) 51 sw a0, 16(sp) 52 sw a1, 20(sp) 67 sw ra, 28(sp) 69 sw a0, 16(sp) 84 sw ra, 28(sp) 86 sw a0, 16(sp) 87 sw a1, 20(sp) 88 sw a2, 24(sp) [all …]
|
/netbsd-src/sys/arch/emips/stand/common/ |
H A D | start.S | 118 sw AT, TS_AT(sp) 120 sw v0, TS_V0(sp) 121 sw v1, TS_V1(sp) 122 sw a0, TS_A0(sp) 123 sw a1, TS_A1(sp) 124 sw a2, TS_A2(sp) 125 sw a3, TS_A3(sp) 126 sw t0, TS_T0(sp) 127 sw t1, TS_T1(sp) 128 sw t2, TS_T2(sp) [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/ |
H A D | nouveau_nvkm_engine_sw_base.c | 35 nvkm_sw_mthd(struct nvkm_sw *sw, int chid, int subc, u32 mthd, u32 data) in nvkm_sw_mthd() argument 41 spin_lock_irqsave(&sw->engine.lock, flags); in nvkm_sw_mthd() 42 list_for_each_entry(chan, &sw->chan, head) { in nvkm_sw_mthd() 46 list_add(&chan->head, &sw->chan); in nvkm_sw_mthd() 50 spin_unlock_irqrestore(&sw->engine.lock, flags); in nvkm_sw_mthd() 66 struct nvkm_sw *sw = nvkm_sw(oclass->engine); in nvkm_sw_oclass_get() local 69 while (sw->func->sclass[c].ctor) { in nvkm_sw_oclass_get() 71 oclass->engn = &sw->func->sclass[index]; in nvkm_sw_oclass_get() 72 oclass->base = sw->func->sclass[index].base; in nvkm_sw_oclass_get() 86 struct nvkm_sw *sw = nvkm_sw(oclass->engine); in nvkm_sw_cclass_get() local [all …]
|
H A D | nouveau_nvkm_engine_sw_chan.c | 81 struct nvkm_sw *sw = chan->sw; in nvkm_sw_chan_dtor() local 89 spin_lock_irqsave(&sw->engine.lock, flags); in nvkm_sw_chan_dtor() 91 spin_unlock_irqrestore(&sw->engine.lock, flags); in nvkm_sw_chan_dtor() 101 nvkm_sw_chan_ctor(const struct nvkm_sw_chan_func *func, struct nvkm_sw *sw, in nvkm_sw_chan_ctor() argument 109 chan->sw = sw; in nvkm_sw_chan_ctor() 111 spin_lock_irqsave(&sw->engine.lock, flags); in nvkm_sw_chan_ctor() 112 list_add(&chan->head, &sw->chan); in nvkm_sw_chan_ctor() 113 spin_unlock_irqrestore(&sw->engine.lock, flags); in nvkm_sw_chan_ctor()
|
H A D | Kbuild | 2 nvkm-y += nvkm/engine/sw/base.o 3 nvkm-y += nvkm/engine/sw/nv04.o 4 nvkm-y += nvkm/engine/sw/nv10.o 5 nvkm-y += nvkm/engine/sw/nv50.o 6 nvkm-y += nvkm/engine/sw/gf100.o 8 nvkm-y += nvkm/engine/sw/chan.o 10 nvkm-y += nvkm/engine/sw/nvsw.o
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ |
H A D | mips-mont.S | 30 sw $30,(14-1)*4($29) 31 sw $23,(14-2)*4($29) 32 sw $22,(14-3)*4($29) 33 sw $21,(14-4)*4($29) 34 sw $20,(14-5)*4($29) 35 sw $19,(14-6)*4($29) 36 sw $18,(14-7)*4($29) 37 sw $17,(14-8)*4($29) 38 sw $16,(14-9)*4($29) 100 sw $24,($15) [all …]
|
H A D | aes-mips.S | 522 sw $31,64-1*4($29) 523 sw $30,64-2*4($29) 524 sw $23,64-3*4($29) 525 sw $22,64-4*4($29) 526 sw $21,64-5*4($29) 527 sw $20,64-6*4($29) 528 sw $19,64-7*4($29) 529 sw $18,64-8*4($29) 530 sw $17,64-9*4($29) 531 sw $16,64-10*4($29) [all …]
|
H A D | mips.S | 64 sw $13,0($4) 77 sw $15,4($4) 91 sw $9,-2*4($4) 103 sw $11,-4($4) 124 sw $13,0($4) 139 sw $13,4($4) 153 sw $13,2*4($4) 192 sw $2,0($4) 203 sw $2,-3*4($4) 211 sw $2,-2*4($4) [all …]
|
H A D | aes-mips64.S | 555 sw $8,0($5) 556 sw $9,4($5) 557 sw $10,8($5) 558 sw $11,12($5) 1127 sw $8,0($5) 1128 sw $9,4($5) 1129 sw $10,8($5) 1130 sw $11,12($5) 1238 sw $8,0($6) 1239 sw $9,4($6) [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/mips/ |
H A D | mips-mont.S | 30 sw $30,(14-1)*4($29) 31 sw $23,(14-2)*4($29) 32 sw $22,(14-3)*4($29) 33 sw $21,(14-4)*4($29) 34 sw $20,(14-5)*4($29) 35 sw $19,(14-6)*4($29) 36 sw $18,(14-7)*4($29) 37 sw $17,(14-8)*4($29) 38 sw $16,(14-9)*4($29) 100 sw $24,($15) [all …]
|
H A D | aes-mips.S | 506 sw $31,64-1*4($29) 507 sw $30,64-2*4($29) 508 sw $23,64-3*4($29) 509 sw $22,64-4*4($29) 510 sw $21,64-5*4($29) 511 sw $20,64-6*4($29) 512 sw $19,64-7*4($29) 513 sw $18,64-8*4($29) 514 sw $17,64-9*4($29) 515 sw $16,64-10*4($29) [all …]
|
H A D | mips.S | 64 sw $13,0($4) 77 sw $15,4($4) 91 sw $9,-2*4($4) 103 sw $11,-4($4) 124 sw $13,0($4) 139 sw $13,4($4) 153 sw $13,2*4($4) 192 sw $2,0($4) 203 sw $2,-3*4($4) 211 sw $2,-2*4($4) [all …]
|
H A D | aes-mips64.S | 539 sw $8,0($5) 540 sw $9,4($5) 541 sw $10,8($5) 542 sw $11,12($5) 1096 sw $8,0($5) 1097 sw $9,4($5) 1098 sw $10,8($5) 1099 sw $11,12($5) 1207 sw $8,0($6) 1208 sw $9,4($6) [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-range-edge.cc | 47 gswitch *sw = dyn_cast<gswitch *> (s); in gimple_outgoing_range_stmt_p() local 48 if (sw && irange::supports_type_p (TREE_TYPE (gimple_switch_index (sw)))) in gimple_outgoing_range_stmt_p() 89 gswitch *sw = as_a<gswitch *> (s); in get_edge_range() local 95 if (gimple_switch_num_labels (sw) > 1 && in get_edge_range() 96 TYPE_PRECISION (TREE_TYPE (CASE_LOW (gimple_switch_label (sw, 1)))) != in get_edge_range() 97 TYPE_PRECISION (TREE_TYPE (gimple_switch_index (sw)))) in get_edge_range() 106 calc_switch_ranges (sw); in get_edge_range() 118 gimple_outgoing_range::calc_switch_ranges (gswitch *sw) in calc_switch_ranges() argument 122 lim = gimple_switch_num_labels (sw); in calc_switch_ranges() 123 tree type = TREE_TYPE (gimple_switch_index (sw)); in calc_switch_ranges() [all …]
|
/netbsd-src/lib/libc/arch/or1k/gen/ |
H A D | _setjmp.S | 50 l.sw JB_MAGIC(r3), r0 /* indicate no sigmask */ 51 l.sw JB_PC(r3), lr /* save return address */ 52 l.sw JB_LR(r3), lr /* save return address */ 53 l.sw JB_SP(r3), r1 /* save stack pointer */ 54 l.sw JB_FP(r3), r2 /* save frame pointer */ 55 l.sw JB_R10(r3), r10 /* save callee saved register */ 56 l.sw JB_R14(r3), r14 /* save callee saved register */ 57 l.sw JB_R16(r3), r16 /* save callee saved register */ 58 l.sw JB_R18(r3), r18 /* save callee saved register */ 59 l.sw JB_R20(r3), r20 /* save callee saved register */ [all …]
|
H A D | __setjmp14.S | 21 l.sw JB_PC(r3), lr /* save return address */ 22 l.sw JB_LR(r3), lr /* save return address */ 23 l.sw JB_SP(r3), r1 /* save stack pointer */ 24 l.sw JB_FP(r3), r2 /* save frame pointer */ 25 l.sw JB_R10(r3), r10 /* save callee saved register */ 26 l.sw JB_R14(r3), r14 /* save callee saved register */ 27 l.sw JB_R16(r3), r16 /* save callee saved register */ 28 l.sw JB_R18(r3), r18 /* save callee saved register */ 29 l.sw JB_R20(r3), r20 /* save callee saved register */ 30 l.sw JB_R22(r3), r22 /* save callee saved register */ [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/mips/ |
H A D | switchcontext.S | 57 sw $ra, -4($sp) 59 sw $s0, (0 * 4)($sp) 60 sw $s1, (1 * 4)($sp) 61 sw $s2, (2 * 4)($sp) 62 sw $s3, (3 * 4)($sp) 63 sw $s4, (4 * 4)($sp) 64 sw $s5, (5 * 4)($sp) 65 sw $s6, (6 * 4)($sp) 66 sw $s7, (7 * 4)($sp) 67 sw $s8, (8 * 4)($sp) [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mips/ |
H A D | switchcontext.S | 57 sw $ra, -4($sp) 59 sw $s0, (0 * 4)($sp) 60 sw $s1, (1 * 4)($sp) 61 sw $s2, (2 * 4)($sp) 62 sw $s3, (3 * 4)($sp) 63 sw $s4, (4 * 4)($sp) 64 sw $s5, (5 * 4)($sp) 65 sw $s6, (6 * 4)($sp) 66 sw $s7, (7 * 4)($sp) 67 sw $s8, (8 * 4)($sp) [all …]
|
/netbsd-src/sys/opencrypto/ |
H A D | cryptosoft.c | 87 swcr_encdec(struct cryptodesc *crd, const struct swcr_data *sw, void *bufv, in swcr_encdec() argument 97 exf = sw->sw_exf; in swcr_encdec() 112 exf->reinit(sw->sw_kschedule, iv, 0); in swcr_encdec() 114 exf->reinit(sw->sw_kschedule, 0, iv); in swcr_encdec() 133 exf->reinit(sw->sw_kschedule, iv, 0); in swcr_encdec() 143 exf->encrypt(sw->sw_kschedule, buf + i); in swcr_encdec() 145 exf->decrypt(sw->sw_kschedule, buf + i); in swcr_encdec() 158 exf->encrypt(sw->sw_kschedule, buf + i); in swcr_encdec() 167 exf->decrypt(sw->sw_kschedule, buf + i); in swcr_encdec() 201 exf->encrypt(sw->sw_kschedule, in swcr_encdec() [all …]
|
/netbsd-src/external/bsd/libbind/dist/dst/ |
H A D | md5_dgst.c | 104 int sw,sc; local 120 sw=c->num>>2; 125 l= p[sw]; 127 p[sw++]=l; 128 for (; sw<MD5_LBLOCK; sw++) 131 p[sw]=l; 146 l= p[sw]; 148 p[sw]=l; 154 l= p[sw]; 156 p[sw++]=l; [all …]
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | pylibfdt_tests.py | 505 sw = FdtSw() 506 sw.add_reservemap_entry(TEST_ADDR_1, TEST_SIZE_1) 507 sw.add_reservemap_entry(TEST_ADDR_2, TEST_SIZE_2) 508 sw.finish_reservemap() 510 sw.begin_node('') 511 sw.property_string('compatible', 'test_tree1') 512 sw.property_u32('prop-int', TEST_VALUE_1) 514 sw.property_u32('prop-int', TEST_VALUE_1) 515 sw.property_u64('prop-int64', TEST_VALUE64_1) 516 sw.property_string('prop-str', TEST_STRING_1) [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_trampoline_mips.S | 29 sw $ra, 32($sp) 31 sw $a3, 28($sp) 32 sw $a2, 24($sp) 33 sw $a1, 20($sp) 34 sw $a0, 16($sp) 76 sw $ra, 32($sp) 78 sw $a1, 28($sp) 79 sw $a0, 24($sp) 80 sw $v1, 20($sp) 81 sw $v0, 16($sp)
|