Searched refs:credit (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/games/atc/
H A Dgraphics.c74 static WINDOW *radar, *cleanradar, *credit, *input, *planes; variable
133 credit = newwin(INPUT_LINES, PLANE_COLS, LINES - INPUT_LINES,
167 (void)wmove(credit, 0, i);
168 (void)waddch(credit, C_CREDIT);
169 (void)wmove(credit, INPUT_LINES - 1, i);
170 (void)waddch(credit, C_CREDIT);
172 (void)wmove(credit, INPUT_LINES / 2, 1);
173 (void)waddstr(credit, AUTHOR_STR);
236 (void)wrefresh(credit);
398 (void)touchwin(credit);
[all...]
/netbsd-current/sys/netbt/
H A Drfcomm_session.c217 struct rfcomm_credit *credit; local
243 /* throw away any remaining credit notes */
244 while ((credit = SIMPLEQ_FIRST(&rs->rs_credits)) != NULL) {
246 pool_put(&rfcomm_credit_pool, credit);
448 struct rfcomm_credit *credit; local
458 credit = SIMPLEQ_FIRST(&rs->rs_credits);
459 if (credit == NULL) {
464 dlc = credit->rc_dlc;
468 (dlc->rd_upper, credit->rc_len);
471 * if not using credit flo
1467 struct rfcomm_credit *credit; local
1529 struct rfcomm_credit *credit; local
[all...]
H A Drfcomm_dlc.c155 struct rfcomm_credit *credit; local
159 /* Clear credit history */
161 SIMPLEQ_FOREACH(credit, &rs->rs_credits, rc_next)
162 if (credit->rc_dlc == dlc)
163 credit->rc_dlc = NULL;
330 * out, data will naturally bunch up. When not using credit flow
/netbsd-current/games/hunt/huntd/
H A Ddriver.c535 checkdam(PLAYER *ouch, PLAYER *gotcha, IDENT *credit, int amt, argument
593 if (credit != NULL)
594 credit->i_slime++;
608 if (credit == NULL) {
617 "| %s by %s |", cp, credit->i_name);
620 credit->i_kills--;
621 credit->i_bkills++;
624 || ouch->p_ident->i_team != credit->i_team) {
625 credit->i_kills++;
626 credit
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dhist.c369 double count_time, credit;
424 credit = overlap * count_time / hist_scale;
433 symtab.base[j].hist.time += credit;
437 total_time -= credit;
368 double count_time, credit; local
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dhist.c369 double count_time, credit;
424 credit = overlap * count_time / hist_scale;
433 symtab.base[j].hist.time += credit;
437 total_time -= credit;
368 double count_time, credit; local
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dhist.c369 double count_time, credit;
424 credit = overlap * count_time / hist_scale;
433 symtab.base[j].hist.time += credit;
437 total_time -= credit;
368 double count_time, credit; local
/netbsd-current/sys/altq/
H A Daltq_jobs.c1077 int64_t credit, available, lower_bound, upper_bound; local
1126 credit = 0;
1167 credit = 0;
1229 credit += cl->service_rate+result[i]
1231 /* "credit" is in fact a negative number */
1236 for (i = jif->jif_maxpri; (i >= 0 && credit < 0); i--) {
1244 if (available >= -credit) {
1245 result[i] += credit;
1246 credit = 0;
1249 credit
[all...]
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Ddomctl.h341 struct xen_domctl_sched_credit credit; member in union:xen_domctl_schedparam_vcpu::__anon9029
370 struct xen_domctl_sched_credit credit; member in union:xen_domctl_scheduler_op::__anon9030
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c5806 int slot, credit;
5813 for (slot = 2, credit = (1 << (CACHE_LOG - 2)) + 2;
5814 credit >= 0 && prev && NONJUMP_INSN_P (prev);
5835 credit -= get_attr_length (prev);
5858 if (credit - slot >= (GET_CODE (SET_SRC (pat)) == PC ? 2 : 0))
5796 int slot, credit; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc5806 int slot, credit;
5813 for (slot = 2, credit = (1 << (CACHE_LOG - 2)) + 2;
5814 credit >= 0 && prev && NONJUMP_INSN_P (prev);
5835 credit -= get_attr_length (prev);
5858 if (credit - slot >= (GET_CODE (SET_SRC (pat)) == PC ? 2 : 0))
5796 int slot, credit; local

Completed in 348 milliseconds