Home
last modified time | relevance | path

Searched refs:c_sw (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/xwpe/xwpe-1.5.30a/
H A Dunixmakr.h102 #define sc_txt_1(f) { if(f->c_sw) f->c_sw = e_sc_txt(f->c_sw, f->b); }
105 { if(f->c_sw) \
109 { f->c_sw = REALLOC(f->c_sw, f->b->mx.y * sizeof(int)); \
110 f->c_sw = e_sc_txt(f->c_sw, f->b); \
114 #define sc_txt_3(y, b, sw) { if(b->f->c_sw) e_sc_nw_txt(y, b, sw); }
116 { if(b->f->c_sw && !e_undo_sw) e_sc_nw_txt(y, b, sw); }
H A Dwe_progn.c320 if (f->ed->f[i]->c_sw) in e_sc_all()
330 if (f->ed->f[i]->c_sw) in e_sc_all()
395 out = b->f->c_sw[y+1]; in e_sc_nw_txt()
397 b->f->c_sw[i] = b->f->c_sw[i+1]; in e_sc_nw_txt()
403 b->f->c_sw[i] = b->f->c_sw[i-1]; in e_sc_nw_txt()
439 if (!c_sw) in e_sc_txt()
441 c_sw[0] = 0; in e_sc_txt()
445 c_sw[i+1] = e_scfbol(b->bf[i].len, c_sw[i], b->bf[i].s, b->f->c_st); in e_sc_txt()
455 return(c_sw); in e_sc_txt()
464 int mcsw = f->c_sw[y], svmsw = f->c_sw[y] == 5 ? 5 : 0, bssw = 0;
[all …]
H A Dprogr.h94 int *e_sc_txt(int *c_sw, BUFFER *b);
H A Dwe_block.c395 if (bz->f->c_sw) in e_move_block()
396 bz->f->c_sw = REALLOC(bz->f->c_sw, bz->mx.y * sizeof(int)); in e_move_block()
535 if (buffer_dst->f->c_sw) in e_copy_block()
536 buffer_dst->f->c_sw = REALLOC(buffer_dst->f->c_sw , buffer_dst->mx.y * sizeof(int)); in e_copy_block()
H A Dwe_edit.c202 f->c_sw = NULL; in e_edit()
1815 if (b->f->c_sw) in e_new_line()
1816 b->f->c_sw = REALLOC(b->f->c_sw , b->mx.y * sizeof(int)); in e_new_line()
2159 fn->c_sw = NULL; in e_add_undo()
H A Dwe_fl_unix.c118 f->c_sw = NULL; in WpeCreateFileManager()
1228 if(fe->c_sw) in WpeHandleFileManager()
1229 FREE(fe->c_sw); in WpeHandleFileManager()
1234 if(fe->c_sw) in WpeHandleFileManager()
1235 FREE(fe->c_sw); in WpeHandleFileManager()
1236 fe->c_sw = e_sc_txt(NULL, fe->b); in WpeHandleFileManager()
3670 f->c_sw = NULL;
H A Dedit.h231 int *c_sw; member
H A Dwe_wind.c432 if (f->c_sw) in e_schirm()
1327 f->c_sw = NULL; in e_sv_window()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/math/numbertheory/
H A Dmp_numth.cpp41 const size_t c_sw = c.sig_words(); in mul_add() local
43 BigInt r(sign, std::max(a_sw + b_sw, c_sw) + 1); in mul_add()
51 const size_t r_size = std::max(r.sig_words(), c_sw); in mul_add()
52 bigint_add2(r.mutable_data(), r_size, c.data(), c_sw); in mul_add()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/math/numbertheory/
H A Dmp_numth.cpp41 const size_t c_sw = c.sig_words(); in mul_add() local
43 BigInt r(sign, std::max(a_sw + b_sw, c_sw) + 1); in mul_add()
51 const size_t r_size = std::max(r.sig_words(), c_sw); in mul_add()
52 bigint_add2(r.mutable_data(), r_size, c.data(), c_sw); in mul_add()
/dports/security/botan110/Botan-1.10.17/src/math/numbertheory/
H A Dmp_numth.cpp44 const size_t c_sw = c.sig_words(); in mul_add() local
46 BigInt r(sign, std::max(a.size() + b.size(), c_sw) + 1); in mul_add()
52 const size_t r_size = std::max(r.sig_words(), c_sw); in mul_add()
53 bigint_add2(r.get_reg(), r_size, c.data(), c_sw); in mul_add()
/dports/security/botan2/Botan-2.18.2/src/lib/math/numbertheory/
H A Dmp_numth.cpp41 const size_t c_sw = c.sig_words(); in mul_add() local
43 BigInt r(sign, std::max(a_sw + b_sw, c_sw) + 1); in mul_add()
51 const size_t r_size = std::max(r.sig_words(), c_sw); in mul_add()
52 bigint_add2(r.mutable_data(), r_size, c.data(), c_sw); in mul_add()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-disasm-riscv64.cc503 COMPARE(c_sw(a2, s1, 24), "0000cc90 sw a2, 24(s1)"); in TEST()
H A Dtest-assembler-riscv64.cc1443 __ c_sw(a3, a0, offsetof(S, c)); // c = a + b. in TEST() local
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/riscv/
H A Driscv.mk.in179 c_sw \
H A Dencoding.h3510 DECLARE_INSN(c_sw, MATCH_C_SW, MASK_C_SW)
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/riscv/
H A Driscv-opc.h994 DECLARE_INSN(c_sw, MATCH_C_SW, MASK_C_SW)
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/opcode/
H A Driscv-opc.h1048 DECLARE_INSN(c_sw, MATCH_C_SW, MASK_C_SW)
/dports/devel/binutils/binutils-2.37/include/opcode/
H A Driscv-opc.h1128 DECLARE_INSN(c_sw, MATCH_C_SW, MASK_C_SW)
/dports/devel/arm-elf-binutils/binutils-2.37/include/opcode/
H A Driscv-opc.h1128 DECLARE_INSN(c_sw, MATCH_C_SW, MASK_C_SW)
/dports/devel/gnulibiberty/binutils-2.37/include/opcode/
H A Driscv-opc.h1128 DECLARE_INSN(c_sw, MATCH_C_SW, MASK_C_SW)
/dports/devel/gdb/gdb-11.1/include/opcode/
H A Driscv-opc.h1128 DECLARE_INSN(c_sw, MATCH_C_SW, MASK_C_SW)
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/disasm/
H A Ddisasm.cc1068 DISASM_INSN("c.sw", c_sw, 0, {&rvc_rs2s, &rvc_lw_address}); in disassembler_t()
/dports/lang/v8/v8-9.6.180.12/src/codegen/riscv64/
H A Dassembler-riscv64.h654 void c_sw(Register rs2, Register rs1, uint16_t uimm7);
/dports/devel/openocd/openocd-0.11.0/src/target/riscv/
H A Dencoding.h2306 DECLARE_INSN(c_sw, MATCH_C_SW, MASK_C_SW)

12