Searched refs:temp (Results 326 - 350 of 666) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/binutils/bfd/
H A Darchive.c1113 char *temp = ext_names;
1114 char *limit = temp + namedata->parsed_size;
1115 for (; temp < limit; ++temp)
1117 if (*temp == '\012')
1118 temp[temp > ext_names && temp[-1] == '/' ? -1 : 0] = '\0';
1119 if (*temp == '\\')
1120 *temp
1107 char *temp = ext_names; local
1937 bfd_byte temp[4]; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dalias.c856 rtx temp, src_0 = XEXP (src, 0), src_1 = XEXP (src, 1);
869 temp = find_base_value (src_0);
870 if (temp != 0)
871 src_0 = temp;
876 temp = find_base_value (src_1);
877 if (temp!= 0)
878 src_1 = temp;
937 rtx temp = find_base_value (XEXP (src, 0));
939 if (temp != 0 && CONSTANT_P (temp))
853 rtx temp, src_0 = XEXP (src, 0), src_1 = XEXP (src, 1); local
934 rtx temp = find_base_value (XEXP (src, 0)); local
1393 rtx temp = find_base_term (XEXP (x, 0)); local
[all...]
H A Dglobal.c979 HARD_REG_SET temp;
983 COPY_HARD_REG_SET (temp, allocno[num].hard_reg_conflicts);
986 IOR_HARD_REG_SET (temp, fixed_reg_set);
988 IOR_HARD_REG_SET (temp, call_used_reg_set);
991 (temp,
994 AND_COMPL_HARD_REG_SET (allocno[num].hard_reg_preferences, temp);
995 AND_COMPL_HARD_REG_SET (allocno[num].hard_reg_copy_preferences, temp);
996 AND_COMPL_HARD_REG_SET (allocno[num].hard_reg_full_preferences, temp);
1006 HARD_REG_SET temp, temp2;
1011 CLEAR_HARD_REG_SET (temp);
975 HARD_REG_SET temp; local
1002 HARD_REG_SET temp, temp2; local
[all...]
H A Dlambda-code.c173 lambda_body_vector temp; local
181 temp = lambda_body_vector_new (depth);
182 LBV_DENOMINATOR (temp) =
186 LBV_COEFFICIENTS (temp));
187 LBV_SIZE (temp) = LBV_SIZE (vect);
188 return temp;
977 int temp; local
1000 temp = newsteps[j];
1002 newsteps[minimum_column] = temp;
1466 struct loop *temp local
1813 struct loop *temp; local
[all...]
/freebsd-10.1-release/contrib/gcc/config/sparc/
H A Dsparc.c1067 rtx temp;
1070 temp = op0;
1072 temp = gen_reg_rtx (mode);
1082 emit_insn (gen_rtx_SET (VOIDmode, temp,
1088 gen_rtx_IOR (mode, temp,
1094 emit_insn (gen_rtx_SET (VOIDmode, temp,
1097 op0, gen_rtx_LO_SUM (mode, temp, op1)));
1109 sparc_emit_set_symbolic_const64 (rtx op0, rtx op1, rtx temp)
1114 if (temp && GET_MODE (temp)
1063 rtx temp; local
1105 sparc_emit_set_symbolic_const64(rtx op0, rtx op1, rtx temp) argument
1356 sparc_emit_set_const64_quick1(rtx op0, rtx temp, unsigned HOST_WIDE_INT low_bits, int is_neg) argument
1396 sparc_emit_set_const64_quick2(rtx op0, rtx temp, unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_immediate, int shift_count) argument
1436 sparc_emit_set_const64_longway(rtx op0, rtx temp, unsigned HOST_WIDE_INT high_bits, unsigned HOST_WIDE_INT low_bits) argument
1664 rtx temp = 0; local
2052 rtx temp; local
3024 rtx temp; local
[all...]
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Di915_dma.c1077 u64 mchbar_addr, temp; local
1108 temp = rman_get_start(dev_priv->mch_res);
1109 temp >>= 32;
1110 pci_write_config(dev_priv->bridge_dev, reg + 4, temp, 4);
1122 u32 temp; local
1131 temp = pci_read_config(dev_priv->bridge_dev, DEVEN_REG, 4);
1132 enabled = (temp & DEVEN_MCHBAR_EN) != 0;
1134 temp = pci_read_config(dev_priv->bridge_dev, mchbar_reg, 4);
1135 enabled = temp & 1;
1152 temp | DEVEN_MCHBAR_E
1165 u32 temp; local
[all...]
H A Di915_gem_tiling.c440 char temp[64]; local
450 memcpy(temp, &vaddr[i], 64);
452 memcpy(&vaddr[i + 64], temp, 64);
/freebsd-10.1-release/sys/netinet/
H A Dsctp_auth.c928 uint8_t temp[SCTP_AUTH_DIGEST_LEN_MAX]; local
947 sctp_hmac_final(hmac_algo, &ctx, temp);
950 key = temp;
968 sctp_hmac_final(hmac_algo, &ctx, temp);
973 sctp_hmac_update(hmac_algo, &ctx, temp, digestlen);
988 uint8_t temp[SCTP_AUTH_DIGEST_LEN_MAX]; local
1007 sctp_hmac_final(hmac_algo, &ctx, temp);
1010 key = temp;
1047 sctp_hmac_final(hmac_algo, &ctx, temp);
1052 sctp_hmac_update(hmac_algo, &ctx, temp, digestle
1069 uint8_t temp[SCTP_AUTH_DIGEST_LEN_MAX]; local
1103 uint8_t temp[SCTP_AUTH_DIGEST_LEN_MAX]; local
1138 uint8_t temp[SCTP_AUTH_DIGEST_LEN_MAX]; local
[all...]
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_transfer.c164 uint32_t temp; local
167 temp = 0;
170 (mtod->get_dma_delay) (udev, &temp);
175 temp += 0x3FF;
176 temp /= 0x400;
178 return (temp);
542 uint32_t temp; local
574 temp = 1;
576 while ((temp != 0) && (temp < xfe
1257 usb_timeout_t temp; local
2787 usb_timeout_t temp; local
3337 uint16_t temp; local
[all...]
/freebsd-10.1-release/contrib/binutils/gas/
H A Dread.c592 register int temp;
967 temp = c - '0';
972 temp = (temp * 10) + *input_line_pointer - '0';
982 if (dollar_label_defined (temp))
984 as_fatal (_("label \"%d$\" redefined"), temp);
987 define_dollar_label (temp);
988 colon (dollar_label_name (temp, 0));
995 fb_label_instance_inc (temp);
996 colon (fb_label_name (temp,
589 register int temp; local
1425 offsetT temp, size; local
1635 register int temp; local
1887 offsetT temp; local
3248 char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]; local
3347 register int temp; local
4555 char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]; local
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dvarobj.c1938 struct value *temp;
1946 temp = parent->value;
1949 if (temp != NULL)
1956 value = value_slice (temp, index, 1);
1957 temp = value_coerce_array (value);
1958 gdb_value_ind (temp, &value);
1961 gdb_value_subscript (temp, indval, &value);
1967 gdb_value_struct_elt (NULL, &value, &temp, NULL, name, NULL,
1976 gdb_value_struct_elt (NULL, &value, &temp, NULL, name, NULL,
1981 gdb_value_ind (temp,
1934 struct value *temp; local
2354 struct value *temp = parent->parent->value; local
2377 struct value *temp = NULL; local
[all...]
H A Dcorelow.c279 char *temp; local
295 temp = concat (current_directory, "/", filename, NULL);
297 filename = temp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp802 ValueObjectSP temp(valobj_sp->Dereference(error));
811 valobj_sp = temp;
821 ValueObjectSP temp(valobj_sp->GetChildAtIndex (0, true));
830 valobj_sp = temp;
993 long temp = child_index; local
995 final_index = temp;
1004 ValueObjectSP temp(valobj_sp->Dereference(error));
1013 valobj_sp = temp;
1023 ValueObjectSP temp(valobj_sp->GetChildAtIndex (0, true));
1032 valobj_sp = temp;
[all...]
/freebsd-10.1-release/sys/dev/e1000/
H A De1000_80003es2lan.c478 u16 temp; local
496 temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT);
497 ret_val = e1000_write_phy_reg_mdic(hw, page_select, temp);
511 ret_val = e1000_read_phy_reg_mdic(hw, page_select, &temp);
513 if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) {
549 u16 temp; local
567 temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT);
568 ret_val = e1000_write_phy_reg_mdic(hw, page_select, temp);
582 ret_val = e1000_read_phy_reg_mdic(hw, page_select, &temp);
584 if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) {
[all...]
/freebsd-10.1-release/bin/pax/
H A Doptions.c1486 char *name, *temp; local
1496 temp = malloc(len);
1497 if (!temp) {
1501 memcpy(temp, name, len-1);
1502 temp[len-1] = 0;
1503 return(temp);
/freebsd-10.1-release/contrib/atf/atf-sh/
H A Datf-check.cpp628 temp_file temp(path2);
629 temp.write(decode(oc.value));
630 temp.close();
632 const bool equals = compare_files(path, temp.get_path());
636 print_diff(temp.get_path(), path);
640 cat_file(temp.get_path());
/freebsd-10.1-release/sys/dev/usb/gadget/
H A Dg_audio.c386 uint32_t temp; local
394 temp = sc->sc_noise_rem;
398 temp ^= 0x800000;
399 if (temp & 0x800000) {
400 temp |= (-0x800000);
402 return temp;
/freebsd-10.1-release/contrib/apr-util/crypto/
H A Dapr_sha1.c79 temp = ROT32(A,5) + f##n(B,C,D) + E + W[i] + CONST##n; \
80 E = D; D = C; C = ROT32(B,30); B = A; A = temp
110 apr_uint32_t temp, A, B, C, D, E, W[80]; local
/freebsd-10.1-release/contrib/dialog/
H A Drangebox.c67 char temp[80]; local
68 sprintf(temp, "%d", value);
69 return (int) strlen(temp);
/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dxml.c1073 xml_section *temp = last_section;
1075 temp = last_section;
1077 free (temp->name);
1078 free (temp);
1338 QUOTATION_ELT *temp = quotation_stack;
1339 if (temp == NULL)
1342 free(temp->type);
1343 free(temp);
1791 xml_section *temp = last_section;
1819 if (temp)
1071 xml_section *temp = last_section; local
1336 QUOTATION_ELT *temp = quotation_stack; local
1789 xml_section *temp = last_section; local
[all...]
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Datom.c103 uint32_t temp = 0xCDCDCDCD; local
111 temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1));
117 ctx->card->ioreg_write(ctx->card, CU16(base + 1), temp);
121 temp &=
127 temp |=
133 temp &=
136 temp |=
143 temp &=
146 temp |=
153 temp
[all...]
/freebsd-10.1-release/sys/security/audit/
H A Daudit_worker.c119 long temp; local
174 temp = mnt_stat->f_blocks / (100 / audit_qctrl.aq_minfree);
175 if (mnt_stat->f_bfree < temp) {
/freebsd-10.1-release/sys/security/mac_portacl/
H A Dmac_portacl.c311 char *temp;
326 temp = strdup(sbuf_data(sb), M_PORTACL);
328 return (temp);
/freebsd-10.1-release/sys/vm/
H A Dmemguard.c393 char *temp; local
409 temp = ptr;
411 temp[i] = 'M';
/freebsd-10.1-release/tools/tools/bus_autoconf/
H A Dbus_usb.c50 struct usb_device_id temp; member in struct:usb_blob
351 usb_import_entry(&pub->temp, section,
376 id[x++] = pub->temp;

Completed in 331 milliseconds

<<11121314151617181920>>