Searched refs:temp (Results 251 - 275 of 666) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/ntp/libntp/
H A Dauthreadkeys.c267 u_char temp; local
276 temp = (u_char)(ptr - hex);
278 keystr[j / 2] |= temp;
280 keystr[j / 2] = temp << 4;
/freebsd-10.1-release/contrib/atf/atf-c/detail/
H A Dtp_main.c156 atf_fs_path_t temp; local
158 err = atf_fs_path_init_fmt(&temp, "%s", argv0);
162 err = atf_fs_path_branch_path(&temp, dir);
164 atf_fs_path_fini(&temp);
237 atf_fs_path_t temp; local
239 err = atf_fs_path_init_fmt(&temp, "%s", value);
242 *param = temp;
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dcaptoinfo.c143 static char temp[2]; local
144 temp[0] = (char) c;
145 return save_string(s, temp);
593 char temp[80]; local
601 (void) strcpy(temp, unctrl((chtype) c1));
603 (void) sprintf(temp, "\\%03o", c1);
604 bufptr = save_string(bufptr, temp);
/freebsd-10.1-release/lib/libusbhid/
H A Dparse.c531 uint32_t temp; local
546 temp = h.pos + (h.report_size * h.report_count);
548 if (hpos < temp)
549 hpos = temp;
558 temp = 0;
560 temp = hpos - lpos;
563 return ((temp + 7) / 8 + report_id);
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c150 char *temp; local
167 temp = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
177 (void) snprintf(temp, MAXPATHLEN, "%s.tmp", dp->scd_path);
179 err = vn_open(temp, UIO_SYSSPACE, oflags, 0644, &vp, CRCREAT, 0);
186 err = vn_rename(temp, dp->scd_path, UIO_SYSSPACE);
190 (void) vn_remove(temp, UIO_SYSSPACE, RMFILE);
193 kmem_free(temp, MAXPATHLEN);
/freebsd-10.1-release/contrib/gcc/
H A Dexpmed.c798 rtx temp;
927 temp = force_reg (mode, op0);
931 temp = expand_binop (mode, and_optab, temp,
934 temp = force_reg (mode, temp);
941 temp = expand_binop (mode, ior_optab, temp, value,
943 temp = force_reg (mode, temp);
796 rtx temp; local
2188 rtx op1, temp = 0; local
3154 rtx temp = expand_mult_const (mode, op0, -INTVAL (op1), local
3203 rtx temp = op0; local
3604 rtx result, temp, shift, label; local
3704 rtx temp, label; local
[all...]
H A Ddojump.c165 rtx temp;
177 temp = integer_zerop (exp) ? if_false_label : if_true_label;
178 if (temp)
179 emit_jump (temp);
589 temp = expand_normal (exp);
592 if (GET_CODE (temp) == SUBREG)
595 if (SUBREG_PROMOTED_VAR_P (temp)
596 && REG_P (XEXP (temp, 0)))
597 temp = XEXP (temp,
164 rtx temp; local
[all...]
H A Dgcc.c214 /* Nonzero means write "temp" files in source directory
1917 temp file. If the HOST_BIT_BUCKET is used for %j, no entry is made for
2284 /* This is the common prefix we use to make temp file names.
2287 Thus, all temp file names contain this prefix.
2288 In practice, all temp file names start with this prefix.
2327 struct temp_file *temp;
2328 for (temp = always_delete_queue; temp; temp = temp local
2313 struct temp_file *temp; local
2377 struct temp_file *temp; local
2389 struct temp_file *temp; local
3305 const char *temp; local
[all...]
H A Dlambda-mat.c346 lambda_matrix temp; local
350 temp = lambda_matrix_new (n, n);
351 lambda_matrix_copy (mat, temp, n, n);
359 row = temp[j];
365 lambda_matrix_col_negate (temp, n, i);
374 lambda_matrix_col_exchange (temp, n, j, min_col);
385 lambda_matrix_col_add (temp, n, j, i, factor);
400 row = temp[j];
427 lambda_matrix_col_add (temp, n, j, i, factor);
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_handle_request.c482 } temp; local
659 temp.buf[0] = udev->curr_config_no;
660 src_mcopy = temp.buf;
677 USETW(temp.wStatus, wValue);
678 src_mcopy = temp.wStatus;
679 max_len = sizeof(temp.wStatus);
739 temp.wStatus[0] =
741 temp.wStatus[1] = 0;
742 src_mcopy = temp.wStatus;
743 max_len = sizeof(temp
[all...]
/freebsd-10.1-release/sys/pci/
H A Damdsmb.c283 u_char sts, temp; local
287 amdsmb_ec_read(sc, SMB_PRTCL, &temp);
288 if (temp != 0)
293 amdsmb_ec_read(sc, SMB_PRTCL, &temp);
294 } while (temp != 0 && count--);
471 u_char temp[2]; local
480 amdsmb_ec_read(sc, SMB_DATA + 0, &temp[0]);
481 amdsmb_ec_read(sc, SMB_DATA + 1, &temp[1]);
482 *word = temp[0] | (temp[
[all...]
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dxref.c385 int temp = next_nonwhitespace_character (); local
387 if (temp == -1)
389 else if (temp != '.' && temp != ',')
390 warning (_("`.' or `,' must follow @%s, not `%c'"), command, temp);
/freebsd-10.1-release/usr.sbin/pkg_install/info/
H A Dperform.c304 char *resolved, *temp; local
307 asprintf(&temp, "%s/%s", cwd, current);
308 if (temp == NULL)
315 resolved = abspath(temp);
322 free(temp);
/freebsd-10.1-release/lib/libusb/
H A Dlibusb20.c835 uint8_t temp[255]; local
845 0, 0, temp, sizeof(temp));
850 langid = temp[2] | (temp[3] << 8);
853 langid, temp, sizeof(temp));
858 if (temp[0] < 2) {
867 n = (temp[0] / 2) - 1;
879 c = temp[(
1151 libusb20_be_set_template(struct libusb20_backend *pbe, int temp) argument
1159 int temp; local
[all...]
/freebsd-10.1-release/contrib/gcc/config/s390/
H A Ds390.c1209 /* If we cannot handle the operation directly, use a temp register. */
2876 rtx temp = reg? reg : gen_reg_rtx (Pmode);
2884 emit_move_insn (temp, addr);
2886 new = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, temp);
2919 rtx temp = gen_reg_rtx (Pmode);
2923 emit_move_insn (temp, new);
2925 new = gen_const_mem (Pmode, temp);
2934 rtx temp = gen_reg_rtx (Pmode);
2942 emit_move_insn (temp, addr);
2944 new = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, temp);
2875 rtx temp = reg? reg : gen_reg_rtx (Pmode); local
2918 rtx temp = gen_reg_rtx (Pmode); local
2933 rtx temp = gen_reg_rtx (Pmode); local
2981 rtx temp = reg? reg : gen_reg_rtx (Pmode); local
3032 rtx temp = reg? reg : gen_reg_rtx (Pmode); local
3061 rtx temp = reg? reg : gen_reg_rtx (Pmode); local
3164 rtx new, tls_call, temp, base, r2, insn; local
3358 rtx temp = no_new_pseudos ? operands[0] : gen_reg_rtx (Pmode); local
3428 rtx temp = gen_reg_rtx (Pmode); local
3441 rtx temp = gen_reg_rtx (Pmode); local
3451 rtx temp = gen_reg_rtx (Pmode); local
3530 rtx dst_addr, src_addr, count, blocks, temp; local
3633 rtx dst_addr, src_addr, count, blocks, temp, dstp1 = NULL_RTX; local
3738 rtx addr0, addr1, count, blocks, temp; local
[all...]
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c730 double temp; local
771 temp = ufvalue;
772 my_modf(temp, &intpart);
783 temp = intpart*0.1;
784 my_modf(temp, &intpart);
785 idx = (int) ((temp -intpart +0.05)* 10.0);
786 /* idx = (int) (((double)(temp*0.1) -intpart +0.05) *10.0); */
787 /* printf ("%llf, %f, %x\n", temp, intpart, idx); */
798 temp = fracpart*0.1;
799 my_modf(temp,
[all...]
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Dintel_hdmi.c272 u32 temp; local
278 temp = I915_READ(intel_hdmi->sdvox_reg);
284 I915_WRITE(intel_hdmi->sdvox_reg, temp & ~SDVO_ENABLE);
289 temp &= ~enable_bits;
291 temp |= enable_bits;
294 I915_WRITE(intel_hdmi->sdvox_reg, temp);
301 I915_WRITE(intel_hdmi->sdvox_reg, temp);
573 u32 temp = I915_READ(PEG_BAND_GAP_DATA); local
574 I915_WRITE(PEG_BAND_GAP_DATA, (temp & ~0xf) | 0xd);
/freebsd-10.1-release/sys/mips/cavium/
H A Docteon_ebt3000_cf.c353 uint16_t temp; local
354 temp = cf_inw_16(TF_DATA);
355 *ptr_16++ = SWAP_SHORT(temp);
406 uint16_t temp = *ptr_16++; local
407 cf_outw_16(TF_DATA, SWAP_SHORT(temp));
448 uint16_t temp; local
449 temp = cf_inw_16(TF_DATA);
452 cf_priv->drive_param.u.buf[count] = (temp & 0xff);
453 cf_priv->drive_param.u.buf[count + 1] = (temp & 0xff00) >> 8;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dvalprint.c273 unsigned long temp[3];
277 temp[i] = val_ulong % (1000 * 1000 * 1000);
281 while (val_ulong != 0 && i < (sizeof (temp) / sizeof (temp[0])));
286 sign, temp[0]);
290 sign, temp[1], temp[0]);
294 sign, temp[2], temp[1], temp[
272 unsigned long temp[3]; local
342 unsigned long temp = val_long; local
351 LONGEST temp = (val_long >> (sizeof (long) * HOST_CHAR_BIT - 1)); local
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dx86-mont.pl114 $temp="mm6";
194 &movd ($temp,&DWP($frame,"esp")); # tp[0]
198 &paddq ($mul1,$temp); # +=tp[0]
208 &movd ($temp,&DWP($frame+4,"esp")); # tp[1]
214 &paddq ($car0,$temp); # +=tp[1]
225 &movd ($temp,&DWP($frame+4,"esp",$j,4));# tp[j+1]
233 &paddq ($car0,$temp); # +=tp[j+1]
252 &movd ($temp,&DWP($frame+4,"esp",$num,4)); # += tp[num]
254 &paddq ($car1,$temp);
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_changelist.c540 zfs_handle_t *temp; local
645 if ((temp = zfs_open(zhp->zfs_hdl, zfs_get_name(zhp),
657 zfs_close(temp);
662 cn->cn_handle = temp;
664 zfs_is_mounted(temp, NULL);
665 cn->cn_shared = zfs_is_shared(temp);
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
164 temp = a_root->left;
166 b_root->left = temp;
373 fibnode_t temp;
374 temp = x;
376 y = temp;
146 fibnode_t a_root, b_root, temp; local
372 fibnode_t temp; local
/freebsd-10.1-release/contrib/byacc/
H A Dmain.c65 FILE *action_file; /* a temp file, used to save actions associated */
72 FILE *text_file; /* a temp file, used to save text until all */
74 FILE *union_file; /* a temp file, used to save the union */
507 my_mkstemp(char *temp) argument
518 if ((fname = strrchr(temp, '/')) != 0)
520 dname = strdup(temp);
521 dname[++fname - temp] = '\0';
526 fname = temp;
531 strcpy(temp, name);
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dfibheap.c147 fibnode_t a_root, b_root, temp;
164 temp = a_root->left;
166 b_root->left = temp;
373 fibnode_t temp;
374 temp = x;
376 y = temp;
146 fibnode_t a_root, b_root, temp; local
372 fibnode_t temp; local
H A Dgetopt.c782 char *temp = my_index (optstring, c);
788 if (temp == NULL || c == ':')
804 if (temp[0] == 'W' && temp[1] == ';')
927 if (temp[1] == ':')
929 if (temp[2] == ':')
778 char *temp = my_index (optstring, c); local

Completed in 337 milliseconds

<<11121314151617181920>>