Searched refs:temp (Results 1 - 25 of 820) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000609-1.c3 char temp[1024] = "tempfile"; local
4 return temp[0] != 't';
H A Dsimd-2.c11 floatvect2 temp={x[0],x[1]}; local
14 temp2.vector=temp+temp1;
H A Dsimd-3.c11 floatvect2 temp={x[0],x[1]}; local
14 temp2.vector=temp+temp1;
H A Dsimd-4.c11 floatvect2 temp= *x; local
14 *x=temp+temp1;
/openbsd-current/gnu/usr.bin/texinfo/lib/
H A Dxmalloc.c38 void *temp = malloc (bytes); local
40 if (!temp)
42 return (temp);
48 void *temp; local
51 temp = malloc (bytes);
53 temp = realloc (pointer, bytes);
55 if (!temp)
58 return (temp);
/openbsd-current/lib/libc/arch/amd64/gen/
H A Dldexp.c44 double temp; local
46 : "=t" (temp)
48 return (temp);
/openbsd-current/lib/libc/arch/i386/gen/
H A Dldexp.c43 double temp; local
45 : "=t" (temp)
47 return (temp);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A Dpedantic1.C7 int temp = 1; // { dg-error "" } local
/openbsd-current/sys/arch/hppa/spmath/
H A Dmpyaccu.c24 struct mdsfu_register temp; local
27 u_xmpy(&opnd1,&opnd2,&temp);
30 if ((result_lo += (unsigned)temp.rslt_lo) < (unsigned)temp.rslt_lo)
36 if ((result_hi += (unsigned)temp.rslt_hi + carry) <
37 (unsigned)temp.rslt_hi)
H A Dmpyaccs.c24 struct mdsfu_register temp; local
27 s_xmpy(&opnd1,&opnd2,&temp);
30 if ((result_lo += (unsigned)temp.rslt_lo) < (unsigned)temp.rslt_lo)
36 sign = result_hi ^ temp.rslt_hi;
37 result_hi += temp.rslt_hi + carry;
38 if (sign >= 0 && (temp.rslt_hi ^ result_hi) < 0)
/openbsd-current/gnu/lib/libreadline/
H A Dxmalloc.c50 PTR_T temp; local
52 temp = malloc (bytes);
53 if (temp == 0)
55 return (temp);
63 PTR_T temp; local
65 temp = pointer ? realloc (pointer, bytes) : malloc (bytes);
67 if (temp == 0)
69 return (temp);
/openbsd-current/gnu/lib/libreadline/examples/
H A Drltest.c46 char *temp, *prompt; local
49 temp = (char *)NULL;
55 temp = readline (prompt);
58 if (!temp)
62 if (*temp)
64 fprintf (stderr, "%s\r\n", temp);
65 add_history (temp);
69 if (strcmp (temp, "quit") == 0)
72 if (strcmp (temp, "list") == 0)
84 free (temp);
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2855.C19 char* temp = (char *)obj; // WARNING - local
20 temp[0] = '\0';
H A Dp5718.C26 Mixin temp; local
28 (Mixin &)(*arg) = temp; // gets bogus error
34 Derived temp; local
36 testFunct(&temp);
/openbsd-current/lib/libcurses/widechar/
H A Dcharable.c57 char temp[MB_LEN_MAX]; local
58 result = wctomb(temp, ch);
59 if (strlen(temp) == 1)
60 result = UChar(temp[0]);
76 char temp[2]; local
77 temp[0] = ch;
78 temp[1] = '\0';
79 if (mbtowc(&convert, temp, 1) >= 0)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest13.C8 class temp class
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dfloat.c89 FLOAT_ELT *temp = float_stack; local
91 while (temp && strncmp (temp->number, chapter, l) == 0)
93 if (strlen (temp->id) > 0 && STREQ (text_expansion (temp->type), type))
95 temp = temp->next;
140 FLOAT_ELT *temp = float_stack; local
142 while (temp)
144 if (STREQ (id, temp
160 FLOAT_ELT *temp; local
206 FLOAT_ELT *temp = (FLOAT_ELT *) reverse_list local
[all...]
/openbsd-current/lib/libc/stdlib/
H A D_rand48.c33 unsigned short temp[2]; local
37 temp[0] = (unsigned short) accu; /* lower 16 bits */
41 temp[1] = (unsigned short) accu; /* middle 16 bits */
44 xseed[0] = temp[0];
45 xseed[1] = temp[1];
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010122-1.c16 void * temp; local
17 temp = __builtin_return_address (0);
18 return temp;
23 void * temp; local
25 temp = __builtin_return_address (0);
26 return temp;
31 void * temp; local
32 temp = __builtin_return_address (0);
34 return temp;
46 void * temp; local
60 void * temp; local
75 void * temp; local
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dhashassign.t32 my @temp = (key=>undef);
33 is ($comma{$temp[0]}, "value", 'is key present? (using LHS of =>)');
35 @temp = %comma;
36 ok (eq_array (\@comma, \@temp), 'list from comma hash');
38 @temp = each %comma;
39 ok (eq_array (\@comma, \@temp), 'first each from comma hash');
40 @temp = each %comma;
41 ok (eq_array ([], \@temp), 'last each from comma hash');
43 my %temp = %comma;
45 ok (keys %temp
[all...]
/openbsd-current/sys/dev/ic/
H A Dsmc93cx6.c101 u_int32_t temp; local
109 temp = sd->sd_MS ^ sd->sd_CS;
110 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
119 temp ^= sd->sd_DO;
120 SEEPROM_OUTB(sd, temp);
122 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
125 temp ^= sd->sd_DO;
130 temp ^= sd->sd_DO;
131 SEEPROM_OUTB(sd, temp);
133 SEEPROM_OUTB(sd, temp
[all...]
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_fdi.c287 u32 temp; local
289 temp = intel_de_read(dev_priv, SOUTH_CHICKEN1);
290 if (!!(temp & FDI_BC_BIFURCATION_SELECT) == enable)
300 temp &= ~FDI_BC_BIFURCATION_SELECT;
302 temp |= FDI_BC_BIFURCATION_SELECT;
306 intel_de_write(dev_priv, SOUTH_CHICKEN1, temp);
340 u32 temp; local
344 temp = intel_de_read(dev_priv, reg);
346 temp &= ~FDI_LINK_TRAIN_NONE_IVB;
347 temp |
382 u32 temp, tries; local
484 u32 temp, i, retry; local
620 u32 temp, i, j; local
754 u32 temp, i, rx_ctl_val; local
897 u32 temp; local
951 u32 temp; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A DMakefile.in160 temp=$(DESTDIR)$(libdir)/t-charset.alias; \
164 sed -f ref-add.sed $$orig > $$temp; \
165 $(INSTALL_DATA) $$temp $$dest; \
166 rm -f $$temp; \
170 sed -f ref-add.sed $$orig > $$temp; \
171 $(INSTALL_DATA) $$temp $$dest; \
172 rm -f $$temp; \
179 temp=$(DESTDIR)$(localedir)/t-locale.alias; \
181 sed -f ref-add.sed $$orig > $$temp; \
182 $(INSTALL_DATA) $$temp
[all...]
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A DMakefile.in287 temp=$(DESTDIR)$(libdir)/t-charset.alias; \
291 sed -f ref-add.sed $$orig > $$temp; \
292 $(INSTALL_DATA) $$temp $$dest; \
293 rm -f $$temp; \
297 sed -f ref-add.sed $$orig > $$temp; \
298 $(INSTALL_DATA) $$temp $$dest; \
299 rm -f $$temp; \
306 temp=$(DESTDIR)$(localedir)/t-locale.alias; \
308 sed -f ref-add.sed $$orig > $$temp; \
309 $(INSTALL_DATA) $$temp
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dmkmodules.c16 static int checkout_file PROTO((char *file, char *temp));
18 static void rename_rcsfile PROTO((char *temp, char *real));
21 static void rename_dbmfile PROTO((char *temp));
22 static void write_dbmfile PROTO((char *temp));
387 char *temp; local
409 temp = make_tempfile ();
410 switch (checkout_file (CVSROOTADM_MODULES, temp))
416 if ((db = dbm_open (temp, O_RDONLY, 0666)) != NULL)
419 write_dbmfile (temp);
420 rename_dbmfile (temp);
538 char *temp; local
[all...]

Completed in 331 milliseconds

1234567891011>>