Home
last modified time | relevance | path

Searched refs:p_report (Results 1 – 23 of 23) sorted by relevance

/dports/astro/nightfall/nightfall-1.92/
H A Dexecute.c21 static void p_report(char * format, ...) in p_report() function
108 p_report("inc host %s to %d (now %d busy)\n", in pq_fetch()
131 p_report("dec host %s to %d (now %d busy)\n", in pq_avail()
157 p_report("get free host..\n"); in get_free_host()
196 p_report("host list initialized\n"); in get_free_host()
204 p_report("fetching free host..\n"); in get_free_host()
218 p_report("run_command: %s\n", command); in run_command()
235 p_report("run_command: pid = %d\n", *cpid); in run_command()
548 p_report("get_free_host errval = %d\n", errval); in choose_free_host()
586 p_report("no free host currently\n"); in execute()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dhid-alps.c323 struct t4_input_report *p_report = (struct t4_input_report *)data; in t4_raw_event() local
328 x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo; in t4_raw_event()
329 y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo; in t4_raw_event()
331 z = (p_report->contact[i].palm < 0x80 && in t4_raw_event()
332 p_report->contact[i].palm > 0) * 62; in t4_raw_event()
352 input_report_key(hdata->input, BTN_LEFT, p_report->button); in t4_raw_event()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dhid-alps.c323 struct t4_input_report *p_report = (struct t4_input_report *)data; in t4_raw_event() local
328 x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo; in t4_raw_event()
329 y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo; in t4_raw_event()
331 z = (p_report->contact[i].palm < 0x80 && in t4_raw_event()
332 p_report->contact[i].palm > 0) * 62; in t4_raw_event()
352 input_report_key(hdata->input, BTN_LEFT, p_report->button); in t4_raw_event()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dhid-alps.c323 struct t4_input_report *p_report = (struct t4_input_report *)data; in t4_raw_event() local
328 x = p_report->contact[i].x_hi << 8 | p_report->contact[i].x_lo; in t4_raw_event()
329 y = p_report->contact[i].y_hi << 8 | p_report->contact[i].y_lo; in t4_raw_event()
331 z = (p_report->contact[i].palm < 0x80 && in t4_raw_event()
332 p_report->contact[i].palm > 0) * 62; in t4_raw_event()
352 input_report_key(hdata->input, BTN_LEFT, p_report->button); in t4_raw_event()
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Drcfiles.h15 bool p_report)
/dports/devel/splint/splint-3.1.2/src/
H A DnameChecks.c32 static bool checkCzechName (uentry p_ue, flagcode p_czechflag, bool p_report)
35 static bool checkSlovakName (uentry p_ue, flagcode p_slovakflag, bool p_report)
H A DtransferChecks.c63 bool p_report);
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_x.cpp291 alglib::rbfreport *p_report; member
297 alglib::rbfbuildmodel(*(p->p_model), *(p->p_report)); in async_build_rbf_model()
305 alglib::rbfreport *p_report; member
311 alglib::rbfbuildmodel(*(p->p_model), *(p->p_report)); in async_build_rbf_model()
1827 async_rec.p_report= &rep; in main()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmisc1.c688 if (pn > p_report) { in msgmore()
H A Doption_defs.h561 EXTERN long p_report; // 'report' variable
H A Dops.c250 if (oap->line_count > p_report) { in op_shift()
646 && oap->line_count > p_report) { in op_reindent()
689 if (oap->line_count > p_report) { in op_reindent()
2066 if (oap->line_count > p_report) { in op_tilde()
2730 if (yanklines > (size_t)p_report) { in op_yank_reg()
4824 if (change_cnt > p_report) { in op_addsub()
H A Dex_cmds.c1017 if (!global_busy && num_lines > p_report) { in do_move()
1437 if (linecount > p_report) { in do_filter()
4447 if (((sub_nsubs > p_report && (KeyTyped || sub_nlines > 1 || p_report < 1)) in do_sub_msg()
H A Dbuffer.c1017 } else if (deleted >= p_report) { in do_bufdel()
H A Doption.c4259 } else if (pp == &p_report) { in set_num_option()
/dports/editors/vim/vim-8.2.3745/src/
H A Dindent.c1046 && oap->line_count > p_report) in op_reindent()
1088 if (oap->line_count > p_report) in op_reindent()
H A Dex_cmds.c789 if (!global_busy && num_lines > p_report) in do_move()
1303 if (linecount > p_report) in do_filter()
4811 if (((sub_nsubs > p_report && (KeyTyped || sub_nlines > 1 || p_report < 1)) in do_sub_msg()
H A Doption.h820 EXTERN long p_report; // 'report' variable
H A Dops.c189 if (oap->line_count > p_report) in op_shift()
1347 if (oap->line_count > p_report) in op_tilde()
2473 if (change_cnt > p_report) in op_addsub()
H A Dmisc1.c1051 if (pn > p_report) in msgmore()
H A Dregister.c1336 if (yanklines > p_report) in op_yank()
H A Doption.c3770 if (p_report < 0) in set_num_option()
3773 p_report = 1; in set_num_option()
H A Doptiondefs.h2108 (char_u *)&p_report, PV_NONE,
H A Dbuffer.c1672 else if (deleted >= p_report) in do_bufdel()