Home
last modified time | relevance | path

Searched refs:ins_buf (Results 1 – 11 of 11) sorted by relevance

/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpattern-view.c158 num99tostr(note->instrument, ins_buf);
160 ins_buf[0] = ins_buf[1] = 173;
161 ins_buf[2] = 0;
182 case 3: c = ins_buf[0]; break;
183 case 4: c = ins_buf[1]; break;
260 num99tostr(note->instrument, ins_buf);
262 ins_buf[0] = ins_buf[1] = 173;
285 draw_half_width_chars(ins_buf[0], ins_buf[1], x + 3, y, fg1, bg1,
818 ins_buf[0] = ins_buf[1] = 173;
871 ins_buf[0] = ins_buf[1] = 173;
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c2928 FOR_ALL_BUFFERS(ins_buf) in ins_compl_get_exp()
2931 ins_buf = curbuf; in ins_compl_get_exp()
2936 else if (ins_buf != curbuf && !buf_valid(ins_buf)) in ins_compl_get_exp()
2960 ins_buf = curbuf; in ins_compl_get_exp()
2981 && (ins_buf = ins_compl_next_buf(ins_buf, *e_cpt)) != curbuf) in ins_compl_get_exp()
3003 ins_buf->b_fname == NULL in ins_compl_get_exp()
3006 ? ins_buf->b_fname in ins_compl_get_exp()
3007 : ins_buf->b_sfname); in ins_compl_get_exp()
3171 if (ins_buf->b_p_inf) in ins_compl_get_exp()
3179 if (ins_buf != curbuf) in ins_compl_get_exp()
[all …]
/dports/print/ttfautohint/ttfautohint-1.8.4/lib/
H A Dtabytecode.c2639 FT_Byte* ins_buf; in TA_sfnt_build_glyph_instructions() local
2748 ins_buf = (FT_Byte*)malloc(ins_len); in TA_sfnt_build_glyph_instructions()
2749 if (!ins_buf) in TA_sfnt_build_glyph_instructions()
2778 bufp = ins_buf; in TA_sfnt_build_glyph_instructions()
2914 TA_reset_recorder(&recorder, ins_buf); in TA_sfnt_build_glyph_instructions()
2983 pos[0] = ins_buf; in TA_sfnt_build_glyph_instructions()
2987 ins_buf, in TA_sfnt_build_glyph_instructions()
3011 bufp = TA_optimize_push(ins_buf, pos); in TA_sfnt_build_glyph_instructions()
3064 ins_len = (FT_UInt)(bufp - ins_buf); in TA_sfnt_build_glyph_instructions()
3069 glyph->ins_buf = (FT_Byte*)realloc(ins_buf, ins_len); in TA_sfnt_build_glyph_instructions()
[all …]
H A Dtaglyf.c794 glyph->ins_buf = (FT_Byte*)malloc(glyph->ins_len); in TA_sfnt_split_glyf_table()
795 if (!glyph->ins_buf) in TA_sfnt_split_glyf_table()
797 memcpy(glyph->ins_buf, ttfautohint_glyph_bytecode, glyph->ins_len); in TA_sfnt_split_glyf_table()
884 memcpy(p, glyph->ins_buf, glyph->ins_len); in TA_sfnt_build_glyf_table()
904 memcpy(p, glyph->ins_buf, glyph->ins_len); in TA_sfnt_build_glyf_table()
1138 glyph->ins_buf = NULL; in TA_create_glyph_data()
H A Dtafont.c101 free(data->glyphs[j].ins_buf); in TA_font_unload()
H A Dta.h128 FT_Byte* ins_buf; /* new instruction data */ member
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c4157 ins_buf = curbuf; in ins_compl_get_exp()
4161 } else if (ins_buf != curbuf && !buf_valid(ins_buf)) { in ins_compl_get_exp()
4186 ins_buf = curbuf; in ins_compl_get_exp()
4204 && (ins_buf = in ins_compl_get_exp()
4219 dict = ins_buf->b_fname; in ins_compl_get_exp()
4371 assert(ins_buf); in ins_compl_get_exp()
4372 if (ins_buf->b_p_inf) { in ins_compl_get_exp()
4381 if (ins_buf != curbuf) { in ins_compl_get_exp()
4436 if (ins_buf == curbuf) { in ins_compl_get_exp()
4518 if (ins_compl_add_infercase(ptr, len, p_ic, ins_buf == curbuf ? NULL : ins_buf->b_sfname, in ins_compl_get_exp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arc/kernel/
H A Ddisasm.c29 uint16_t ins_buf[4]; in disasm_instr() local
37 bytes_not_copied = copy_from_user(ins_buf, in disasm_instr()
41 ins_ptr = ins_buf; in disasm_instr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arc/kernel/
H A Ddisasm.c29 uint16_t ins_buf[4]; in disasm_instr() local
37 bytes_not_copied = copy_from_user(ins_buf, in disasm_instr()
41 ins_ptr = ins_buf; in disasm_instr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arc/kernel/
H A Ddisasm.c29 uint16_t ins_buf[4]; in disasm_instr() local
37 bytes_not_copied = copy_from_user(ins_buf, in disasm_instr()
41 ins_ptr = ins_buf; in disasm_instr()
/dports/games/moria/umoria/
H A DOOChanges352 desc.c: objdes() bug with ins_buf handling, now clear ins_buf if none