Searched refs:temp (Results 26 - 50 of 820) sorted by relevance

1234567891011>>

/openbsd-current/games/mille/
H A Dvarpush.c53 int temp; local
76 if ((read(file, (void *) &temp, sizeof temp)) == -1) {
80 Topcard = &Deck[temp];
96 temp = Topcard - Deck;
97 if ((write(file, (void *) &temp, sizeof temp)) == -1) {
/openbsd-current/usr.sbin/tcpdump/
H A Dparsenfsfh.c105 u_int32_t temp; local
217 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
218 *inop = temp;
228 temp = make_uint32(fhp[3], fhp[2], fhp[1], fhp[0]);
229 fsidp->Fsid_dev.Minor = temp & 0xFFFFF;
230 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF;
232 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
233 *inop = temp;
243 temp = make_uint32(fhp[8], fhp[9], fhp[10], fhp[11]);
244 *inop = temp;
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Ddbxelf.h64 char temp[256]; \
65 ASM_GENERATE_INTERNAL_LABEL (temp, "LM", sym_lineno); \
67 assemble_name (FILE, temp); \
H A Ddarwin.c81 tree temp; local
97 for (temp = machopic_defined_list;
98 temp != NULL_TREE;
99 temp = TREE_CHAIN (temp))
101 if (ident == TREE_VALUE (temp))
133 for (temp = machopic_defined_list; temp != NULL_TREE; temp = TREE_CHAIN (temp))
267 tree temp, ident = get_identifier (name); local
329 tree temp, ident = get_identifier (name); local
391 tree temp, ident = get_identifier (name), id2; local
817 tree temp; local
1002 tree temp; local
1033 tree temp; local
1066 tree temp; local
[all...]
/openbsd-current/regress/sys/kern/dup2/
H A Ddup2test.c15 char temp[] = "/tmp/dup2XXXXXXXXX"; local
17 if ((orgfd = mkstemp(temp)) < 0)
19 remove(temp);
/openbsd-current/regress/sys/kern/dup2_self/
H A Ddup2_self.c35 char temp[] = "/tmp/dup2XXXXXXXXX"; local
37 if ((orgfd = mkstemp(temp)) < 0)
39 remove(temp);
/openbsd-current/regress/sys/kern/fcntl_dup/
H A Dfcntl_dup.c15 char temp[] = "/tmp/dup2XXXXXXXXX"; local
17 if ((orgfd = mkstemp(temp)) < 0)
19 remove(temp);
/openbsd-current/gnu/usr.bin/perl/dist/Env/lib/
H A DEnv.pm141 my @temp = split($sep, $ENV{$$self});
142 $#temp = $size - 1;
143 $ENV{$$self} = join($sep, @temp);
158 my @temp = split($sep, $ENV{$$self});
159 $temp[$index] = $value;
160 $ENV{$$self} = join($sep, @temp);
171 my @temp = split($sep, $ENV{$$self});
172 my $value = splice(@temp, $index, 1, ());
173 $ENV{$$self} = join($sep, @temp);
179 my @temp
[all...]
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dmilli64.S289 RDEFINE(temp,r1)
314 ldo -1(arg1),temp /* is there at most one bit set ? */
315 and,<> arg1,temp,r0 /* if not, don't use power of 2 divide */
320 add arg0,temp,retreg /* (denominaotr -1) to correct for shifts */
321 extru,= arg1,15,16,temp /* test denominator with 0xffff0000 */
323 or arg1,temp,arg1 /* arg1 = arg1 | (arg1 >> 16) */
325 extru,= arg1,23,8,temp /* test denominator with 0xff00 */
327 or arg1,temp,arg1 /* arg1 = arg1 | (arg1 >> 8) */
328 ldi 0xaa,temp /* setup 0xaa in temp */
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pa/
H A Dmilli64.S270 RDEFINE(temp,r1)
295 ldo -1(arg1),temp /* is there at most one bit set ? */
296 and,<> arg1,temp,r0 /* if not, don't use power of 2 divide */
301 add arg0,temp,retreg /* (denominaotr -1) to correct for shifts */
302 extru,= arg1,15,16,temp /* test denominator with 0xffff0000 */
304 or arg1,temp,arg1 /* arg1 = arg1 | (arg1 >> 16) */
306 extru,= arg1,23,8,temp /* test denominator with 0xff00 */
308 or arg1,temp,arg1 /* arg1 = arg1 | (arg1 >> 8) */
309 ldi 0xaa,temp /* setup 0xaa in temp */
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c106 float temp; local
110 temp = dcn_bw_pow(a, (int)(exp / 2));
112 return temp * temp;
115 return a * temp * temp;
117 return (temp * temp) / a;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dbinemul.c53 bfd *temp; local
55 temp = *after_bfd;
61 (*after_bfd)->next = temp;
79 bfd *temp; local
81 temp = *after_bfd;
87 (*after_bfd)->next = temp;
/openbsd-current/lib/libm/src/
H A De_jn.c53 double a, b, temp, di; local
91 case 0: temp = cos(x)+sin(x); break;
92 case 1: temp = -cos(x)+sin(x); break;
93 case 2: temp = -cos(x)-sin(x); break;
94 case 3: temp = cos(x)-sin(x); break;
96 b = invsqrtpi*temp/sqrt(x);
101 temp = b;
103 a = temp;
114 temp = x*0.5; b = temp;
210 double a, b, temp; local
[all...]
H A De_jnf.c29 float a, b, temp, di; local
55 temp = b;
57 a = temp;
67 temp = x*(float)0.5; b = temp;
70 b *= temp; /* b = (x/2)^n */
131 temp = b;
134 a = temp;
139 temp = b;
142 a = temp;
163 float a, b, temp; local
[all...]
/openbsd-current/gnu/lib/libreadline/
H A Dmisc.c237 HIST_ENTRY *temp; local
239 temp = current_history ();
241 if (temp && ((UNDO_LIST *)(temp->data) != rl_undo_list))
243 temp = replace_history_entry (where_history (), rl_line_buffer, (histdata_t)rl_undo_list);
244 free (temp->line);
245 free (temp);
358 HIST_ENTRY *temp; local
372 temp = (HIST_ENTRY *)NULL;
375 temp
397 HIST_ENTRY *old_temp, *temp; local
[all...]
H A Dundo.c77 UNDO_LIST *temp = (UNDO_LIST *)xmalloc (sizeof (UNDO_LIST)); local
78 temp->what = what;
79 temp->start = start;
80 temp->end = end;
81 temp->text = text;
82 temp->next = rl_undo_list;
83 rl_undo_list = temp;
220 char *temp = rl_copy_text (start, end); local
222 rl_add_undo (UNDO_DELETE, start, end, temp);
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dfilesys.c86 char *temp; local
105 temp = info_absolute_file (partial);
111 temp = info_absolute_file (expansion);
115 temp = expansion;
136 temp = info_absolute_file (local_temp_filename); /* try extensions */
137 if (!temp)
141 temp = info_file_in_path (partial, infopath);
143 if (temp)
145 remember_info_filename (partial, temp);
146 if (strlen (temp) > (unsigne
178 char *temp; local
395 char *temp = xstrdup (infopath); local
538 char *temp; local
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dsectioning.c184 char *temp;
209 temp = xmalloc (1 + j);
210 strncpy (temp, text, j);
211 temp[j] = 0;
213 index = search_sectioning (temp);
214 free (temp);
324 char *temp, *secname;
332 temp = xmalloc (2 + strlen (cmd));
333 temp[0] = COMMAND_PREFIX;
334 strcpy (&temp[
182 char *temp; local
322 char *temp, *secname; local
439 char *temp; local
519 char *temp, *toc_anchor = NULL; local
[all...]
/openbsd-current/games/monop/
H A Dhouses.c113 shrt input[3],temp[3]; local
142 temp[i] = 5;
148 temp[i] = input[i] + pp->houses;
149 if (temp[i] > 5 || temp[i] < 0) {
155 if (mp->num_in == 3 && (abs(temp[0] - temp[1]) > 1 ||
156 abs(temp[0] - temp[2]) > 1 || abs(temp[
248 shrt input[3],temp[3]; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Djv-lang.c208 struct value *temp = name; local
211 temp = value_struct_elt (&temp, NULL, "length", NULL, "structure");
212 name_length = (int) value_as_long (temp);
213 data_addr = VALUE_ADDRESS (temp) + VALUE_OFFSET (temp)
214 + TYPE_LENGTH (VALUE_TYPE (temp));
253 struct value *temp; local
285 temp = clas;
286 sig = value_struct_elt (&temp, NUL
337 struct value *temp; local
887 struct value *temp = clas; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/
H A DFastCalc.xs123 /* temp = (SV*)*av_fetch(a, elems, 0);
124 if (SvIOK(temp))
146 SV* temp;
166 temp = *av_fetch(a, index, 0); /* fetch ptr to current element */
167 if (SvNV(temp) != 0)
191 SV* temp;
205 temp = *av_fetch(a, index, 0); /* fetch ptr to current element */
206 sv_setnv (temp, SvNV(temp)-1); /* decrement */
207 if (SvNV(temp) >
[all...]
/openbsd-current/lib/libedit/
H A Dfilecomplete.c66 char *temp; local
73 temp = strchr(txt + 1, '/');
74 if (temp == NULL) {
75 temp = strdup(txt + 1);
76 if (temp == NULL)
79 len = temp - txt + 1; /* text until string after slash */
80 temp = malloc(len);
81 if (temp == NULL)
83 (void)strncpy(temp, txt + 1, len - 2);
84 temp[le
125 char *temp; local
396 wchar_t *temp; local
[all...]
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dgen6_ppgtt.h61 ({ u32 temp = ALIGN(start + 1, 1 << GEN6_PDE_SHIFT); \
62 temp = min(temp - start, length); \
63 start += temp; length -= temp; }), ++iter)
/openbsd-current/games/sail/
H A Ddr_2.c137 char temp[10]; local
139 temp[0] = command[0] = '\0';
141 try(command, commandl, temp, sizeof temp, ma, ta, af, ma, from->file->dir,
221 try(char command[], size_t commandl, char temp[], size_t templ, int ma, int ta, argument
229 if ((n = str_end(temp)) < '1' || n > '9')
232 (void) strlcat(temp, st, templ);
233 new = score(temp, templ, f, t, rakeme);
236 (void) strlcpy(command, temp, commandl);
238 try(command, commandl, temp, temp
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dbinemul.c53 bfd *temp; local
55 temp = *after_bfd;
61 (*after_bfd)->next = temp;
79 bfd *temp; local
81 temp = *after_bfd;
87 (*after_bfd)->next = temp;

Completed in 380 milliseconds

1234567891011>>