Searched refs:temp (Results 51 - 75 of 820) sorted by relevance

1234567891011>>

/openbsd-current/lib/libpanel/
H A Dpanel.c64 char temp[32]; local
67 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp)) "%p", ptr);
69 _nc_STRCPY(temp, "<null>", sizeof(temp));
70 return _nc_visbuf2(n, temp);
/openbsd-current/gnu/gcc/gcc/
H A Dopt-gather.awk28 temp = ARRAY[j]
30 ARRAY[j-1] = temp
H A Dexplow.c325 rtx temp;
348 temp = simplify_unary_operation (code, to_mode, x, from_mode);
349 if (temp)
350 return temp;
360 temp = gen_rtx_LABEL_REF (to_mode, XEXP (x, 0));
361 LABEL_REF_NONLOCAL_P (temp) = LABEL_REF_NONLOCAL_P (x);
362 return temp;
366 temp = shallow_copy_rtx (x);
367 PUT_MODE (temp, to_mode);
368 return temp;
600 rtx temp = gen_reg_rtx (GET_MODE (x)); local
628 rtx temp = gen_reg_rtx (mode); local
652 rtx temp, insn, set; local
729 rtx temp; local
750 rtx temp; local
825 rtx temp; local
854 rtx temp; local
1427 rtx temp; local
[all...]
/openbsd-current/games/mille/
H A Dend.c46 int temp, tot, num; local
53 temp = num * 6 + 21 + 1;
55 mvaddstr(tot, temp, " 0");
57 mvaddstr(5, temp, "40");
60 mvaddstr(6, temp, "30");
64 mvaddstr(7, temp, "30");
68 mvaddstr(8, temp, "20");
72 mvaddstr(9, temp, "50");
H A Dprint.c46 int i, j, k, temp; local
50 temp = k * COMP_STRT + CARD_STRT;
53 mvaddstr(i, temp, C_name[i + S_CONV]);
55 mvaddch(i, temp - CARD_STRT, '*');
58 show_card(14, temp, pp->battle, &pp->sh_battle);
59 show_card(16, temp, pp->speed, &pp->sh_speed);
68 temp = k * 40;
71 mvwaddstr(Miles, i + 1, (j << 2) + temp, name);
76 temp = CARD_STRT;
79 show_card(i + 6, temp, p
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dlonglong.c17 uint64 temp = ((r[ra] >> ((r[rb] & 0x7) << 3)) & 0x00000000000000FFLL); local
19 r[rc] = temp;
H A Dloop-15.c6 unsigned long *temp = end - 1; local
9 *end-- = *temp--;
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dwrapper.c78 void wrap_add_entry PROTO((WrapperEntry *e,int temp));
274 * for keeping a temporary list of wrappers at the end, if the "temp"
278 wrap_add_file (file, temp)
280 int temp;
298 wrap_add (line, temp);
369 char *temp; local
382 for (temp = line;
386 if(temp==line)
392 e.wildCard=xstrdup(temp);
411 for(temp
512 char *temp; local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dfootnote.c104 FN *temp = xmalloc (sizeof (FN));
106 temp->marker = xstrdup (marker);
107 temp->note = xstrdup (note);
108 temp->next = pending_notes;
109 temp->number = current_footnote_number;
110 pending_notes = temp;
118 FN *temp;
120 while ((temp = pending_notes))
122 free (temp->marker);
123 free (temp
102 FN *temp = xmalloc (sizeof (FN)); local
116 FN *temp; local
[all...]
/openbsd-current/sys/lib/libkern/arch/hppa/
H A Dmilli.S458 temp: .EQU r1 label
478 sub r0,arg1,temp ; clear carry, negate the divisor
479 ds r0,temp,r0 ; set V-bit to 1
482 ds r0,arg1,temp ; 1st divide step, if no carry
484 ds temp,arg1,temp ; 2nd divide step
486 ds temp,arg1,temp ; 3rd divide step
488 ds temp,arg1,temp ;
[all...]
/openbsd-current/gnu/lib/libreadline/examples/
H A Drl.c78 char *temp, *prompt; local
143 temp = readline (prompt);
146 if (temp == 0)
149 printf ("%s\n", temp);
H A Drlcat.c74 char *temp; local
113 while (temp = readline (""))
115 if (*temp)
116 add_history (temp);
117 printf ("%s\n", temp);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate24.C16 Temp<int(*)(int, int)> temp (func);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp4104.C4 void F(T &a, void (*P)(T &temp)) { argument
/openbsd-current/regress/usr.bin/ftp/
H A Ddasho.sh6 mkdir temp && tmpdir=$(readlink -f temp) || exit 1
/openbsd-current/lib/libcurses/widechar/
H A Dlib_unget_wch.c57 wchar_t temp[2]; local
58 const wchar_t *tempp = temp;
59 temp[0] = source;
60 temp[1] = 0;
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlm32-i386.c86 bfd_byte temp[4]; local
90 if (bfd_bread (temp, (bfd_size_type) sizeof (temp), abfd) != sizeof (temp))
93 val = bfd_get_32 (abfd, temp);
162 bfd_byte temp[4]; local
231 bfd_put_32 (abfd, val, temp);
232 if (bfd_bwrite (temp, (bfd_size_type) sizeof (temp), abfd) != sizeof (temp))
350 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* temporary 32-bit value */ local
402 unsigned char temp[NLM_TARGET_LONG_SIZE]; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlm32-i386.c74 bfd_byte temp[4]; local
78 if (bfd_bread (temp, (bfd_size_type) sizeof (temp), abfd) != sizeof (temp))
81 val = bfd_get_32 (abfd, temp);
147 bfd_byte temp[4]; local
216 bfd_put_32 (abfd, val, temp);
217 if (bfd_bwrite (temp, (bfd_size_type) sizeof (temp), abfd) != sizeof (temp))
333 bfd_byte temp[NLM_TARGET_LONG_SIZE]; /* Temporary 32-bit value. */ local
382 unsigned char temp[NLM_TARGET_LONG_SIZE]; local
[all...]
/openbsd-current/usr.bin/yacc/
H A Dmkpar.c99 action *actions, *temp; local
113 temp = NEW(action);
114 temp->next = actions;
115 temp->symbol = symbol;
116 temp->number = k;
117 temp->prec = symbol_prec[symbol];
118 temp->action_code = SHIFT;
119 temp->assoc = symbol_assoc[symbol];
120 actions = temp;
152 action *temp, *pre local
[all...]
/openbsd-current/gnu/lib/libiberty/include/
H A Dobstack.h172 PTR_INT_TYPE temp; /* Temporary for some macros. */
310 Also, we can avoid using the `temp' slot, to make faster code. */
468 ( (h)->temp = (length), \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
473 ( (h)->temp = (length), \
474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
477 (h)->next_free += (h)->temp)
171 PTR_INT_TYPE temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/openbsd-current/gnu/gcc/include/
H A Dobstack.h172 PTR_INT_TYPE temp; /* Temporary for some macros. */
310 Also, we can avoid using the `temp' slot, to make faster code. */
468 ( (h)->temp = (length), \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
473 ( (h)->temp = (length), \
474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
477 (h)->next_free += (h)->temp)
171 PTR_INT_TYPE temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dobstack.h172 PTR_INT_TYPE temp; /* Temporary for some macros. */
310 Also, we can avoid using the `temp' slot, to make faster code. */
468 ( (h)->temp = (length), \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
473 ( (h)->temp = (length), \
474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
477 (h)->next_free += (h)->temp)
171 PTR_INT_TYPE temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_i2c.c48 uint32_t temp; local
54 temp = RREG32(rec->mask_clk_reg);
55 temp &= ~(1 << 16);
56 WREG32(rec->mask_clk_reg, temp);
60 temp = RREG32(rec->a_clk_reg) & ~rec->a_clk_mask;
61 WREG32(rec->a_clk_reg, temp);
63 temp = RREG32(rec->a_data_reg) & ~rec->a_data_mask;
64 WREG32(rec->a_data_reg, temp);
67 temp = RREG32(rec->en_clk_reg) & ~rec->en_clk_mask;
68 WREG32(rec->en_clk_reg, temp);
90 uint32_t temp; local
[all...]
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dg4x_hdmi.c222 u32 temp; local
224 temp = intel_de_read(dev_priv, intel_hdmi->hdmi_reg);
226 temp |= SDVO_ENABLE;
228 temp |= HDMI_AUDIO_ENABLE;
230 intel_de_write(dev_priv, intel_hdmi->hdmi_reg, temp);
256 u32 temp; local
258 temp = intel_de_read(dev_priv, intel_hdmi->hdmi_reg);
260 temp |= SDVO_ENABLE;
262 temp |= HDMI_AUDIO_ENABLE;
268 intel_de_write(dev_priv, intel_hdmi->hdmi_reg, temp);
311 u32 temp; local
379 u32 temp; local
[all...]
/openbsd-current/lib/libcurses/trace/
H A Dvisbuf.c222 char temp[CCHARW_MAX + 80]; local
223 int j = wctomb(temp, c), k;
225 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
227 j = (int) strlen(temp);
230 tp = VisChar(tp, UChar(temp[k]), WideLen(len));
332 char temp[80]; local
344 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp))
348 (void) _nc_trace_bufcat(bufnum, temp);
[all...]

Completed in 499 milliseconds

1234567891011>>