Searched refs:temp (Results 426 - 450 of 666) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/sys/dev/usb/net/
H A Dif_rue.c287 uint8_t temp[2]; local
289 USETW(temp, val);
290 return (rue_write_mem(sc, reg, &temp, 2));
296 uint8_t temp[4]; local
298 USETDW(temp, val);
299 return (rue_write_mem(sc, reg, &temp, 4));
/freebsd-10.1-release/contrib/gcc/
H A Dgimplify.c109 tree temp; /* Value */ member in struct:gimple_temp_hash_elt
496 I.E. given <temp> = &A, return A. */
555 elt_p->temp = ret = create_tmp_from_val (val);
561 ret = elt_p->temp;
957 voidify_wrapper_expr (tree wrapper, tree temp)
1010 temp = NULL_TREE;
1011 else if (temp)
1015 gcc_assert (TREE_CODE (temp) == INIT_EXPR
1016 || TREE_CODE (temp) == MODIFY_EXPR);
1017 TREE_OPERAND (temp,
956 voidify_wrapper_expr(tree wrapper, tree temp) argument
1059 tree temp = voidify_wrapper_expr (bind_expr, NULL); local
3738 tree temp = voidify_wrapper_expr (*expr_p, NULL); local
4113 tree temp = voidify_wrapper_expr (*expr_p, NULL); local
4245 tree temp = TARGET_EXPR_SLOT (targ); local
5669 tree temp = NULL_TREE; local
[all...]
H A Dbuiltins.c1352 rtx temp;
1356 temp = expand_builtin_apply_args_1 ();
1360 apply_args_value = temp;
1369 return temp;
1953 tree arg0, arg1, temp, narg;
2002 temp = build_tree_list (NULL_TREE, narg);
2006 temp = TREE_CHAIN (arglist);
2012 arglist = tree_cons (NULL_TREE, narg, temp);
2016 arglist = tree_cons (NULL_TREE, arg0, temp);
4717 rtx insn, drop_through_label, temp;
1351 rtx temp; local
1952 tree arg0, arg1, temp, narg; local
4716 rtx insn, drop_through_label, temp; local
5224 rtx temp, addend, mask; local
5311 rtx temp; local
8477 tree temp = fold_convert (integer_type_node, local
8553 tree temp = fold_convert (integer_type_node, local
8589 tree arg, temp; local
10486 tree temp = fold_convert (TREE_TYPE (dest), len); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp297 std::stringstream temp; local
298 temp << "\t.loc " << filenameMap[fileName.str()] << " " << curLoc.getLine()
300 OutStreamer.EmitRawText(Twine(temp.str().c_str()));
1196 std::vector<const GlobalVariable *> temp; local
1197 temp.push_back(GVar);
1198 localDecls[demotedFunc] = temp;
2138 std::stringstream temp; local
2140 temp << "\n//";
2141 temp << filename.str();
2142 temp << "
[all...]
/freebsd-10.1-release/sys/dev/wpi/
H A Dif_wpi.c3014 if ((sc->temp = (int)WPI_READ(sc, WPI_TEMPERATURE)) != 0)
3024 DPRINTFN(WPI_DEBUG_TEMP,("temperature %d\n", sc->temp));
3137 if ((sc->temp = (int)WPI_READ(sc, WPI_TEMPERATURE)) != 0)
3147 DPRINTFN(WPI_DEBUG_TEMP,("temperature %d\n", sc->temp));
3235 int temp; local
3241 temp = (int)WPI_READ(sc, WPI_TEMPERATURE);
3242 DPRINTFN(WPI_DEBUG_TEMP,("Temp in calibration is: %d\n", temp));
3244 wpi_power_calibration(sc, temp);
3254 wpi_power_calibration(struct wpi_softc *sc, int temp) argument
3261 if (temp <
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dutils.c2709 unsigned long temp[3];
2713 temp[i] = addr % (1000 * 1000 * 1000);
2717 while (addr != 0 && i < (sizeof (temp) / sizeof (temp[0])));
2721 sprintf (paddr_str, "%s%lu", sign, temp[0]);
2724 sprintf (paddr_str, "%s%lu%09lu", sign, temp[1], temp[0]);
2727 sprintf (paddr_str, "%s%lu%09lu%09lu", sign, temp[2], temp[1], temp[
2696 unsigned long temp[3]; local
[all...]
H A Deval.c1027 struct value *temp = value_ind (arg2);
1028 arg1 = value_virtual_fn_field (&temp, f, j, domain_type, 0);
1029 arg2 = value_addr (temp);
1146 struct value *temp = arg2;
1147 argvec[0] = value_struct_elt (&temp, argvec + 1, tstr,
1151 /* value_struct_elt updates temp with the correct value
1154 arg2 = value_from_longest (lookup_pointer_type(VALUE_TYPE (temp)),
1155 VALUE_ADDRESS (temp) + VALUE_OFFSET (temp)
1156 + VALUE_EMBEDDED_OFFSET (temp));
1025 struct value *temp = value_ind (arg2); local
1144 struct value *temp = arg2; local
1318 struct value *temp = arg1; local
1361 struct value *temp = arg1; local
[all...]
H A Dwin32-nat.c1686 char *temp; local
1785 for (temp = winenv, i = 0; env[i] && *env[i]; i++)
1796 memcpy (temp, env[i], len);
1797 cygwin_posix_to_win32_path_list (env[i] + len, temp + len);
1800 strcpy (temp, env[i]);
1805 strcpy (temp, env[i]);
1807 temp += strlen (temp) + 1;
1811 *temp = 0;
H A Dsource.c569 char *temp, c;
573 temp = concat (old, tinybuf, name, NULL);
575 *which_path = concat (temp, "", &old[prefix], NULL);
576 prefix = strlen (temp);
577 xfree (temp);
567 char *temp, c; local
/freebsd-10.1-release/sys/arm/cavium/cns11xx/
H A Dif_ece.c1054 struct mac_list * temp; local
1071 temp = (struct mac_list*)malloc(sizeof(struct mac_list),
1074 memcpy(temp->mac_addr, mac, ETHER_ADDR_LEN);
1075 temp->next = 0;
1077 current->next = temp;
1078 current = temp;
1080 mac_list_header = temp;
1081 current = temp;
1091 temp = current;
1093 free(temp, M_DEVBU
[all...]
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex431 \def\temp{#3}%
432 \ifx\temp\empty
434 % thus we reuse \temp.
435 \let\temp\finishparsearg
437 \let\temp\argcheckspaces
440 \temp#1 #3\ArgTerm
520 \def\temp{#1}%
521 \ifx\thisenv\temp
530 \errmessage{This command can appear only \inenvironment\temp,
610 \def\temp{#
[all...]
/freebsd-10.1-release/crypto/openssh/
H A Dumac.c141 UINT32 temp = *(const UINT32 *)ptr; local
142 temp = (temp >> 24) | ((temp & 0x00FF0000) >> 8 )
143 | ((temp & 0x0000FF00) << 8 ) | (temp << 24);
144 return (UINT32)temp;
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex422 \def\temp{#3}%
423 \ifx\temp\empty
425 % thus we reuse \temp.
426 \let\temp\finishparsearg
428 \let\temp\argcheckspaces
431 \temp#1 #3\ArgTerm
511 \def\temp{#1}%
512 \ifx\thisenv\temp
521 \errmessage{This command can appear only \inenvironment\temp,
601 \def\temp{#
[all...]
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex423 \def\temp{#3}%
424 \ifx\temp\empty
426 % thus we reuse \temp.
427 \let\temp\finishparsearg
429 \let\temp\argcheckspaces
432 \temp#1 #3\ArgTerm
512 \def\temp{#1}%
513 \ifx\thisenv\temp
522 \errmessage{This command can appear only \inenvironment\temp,
602 \def\temp{#
[all...]
/freebsd-10.1-release/sys/netgraph/
H A Dng_base.c290 SLIST_ENTRY(ng_hook) temp;
295 bcopy(&hook->hk_all, &temp, sizeof(temp));
297 bcopy(&temp, &hook->hk_all, sizeof(temp));
317 SLIST_ENTRY(ng_node) temp;
322 bcopy(&node->nd_all, &temp, sizeof(temp));
324 bcopy(&temp, &node->nd_all, sizeof(temp));
905 ng_ID_t temp; local
[all...]
/freebsd-10.1-release/sys/security/mac_lomac/
H A Dmac_lomac.c2803 struct mac_lomac *source, *dest, *dir, temp; local
2807 buflen = sizeof(temp);
2808 bzero(&temp, buflen);
2814 lomac_copy_auxsingle(dir, &temp);
2815 lomac_set_single(&temp, dir->ml_auxsingle.mle_type,
2818 lomac_copy_single(source, &temp);
2822 MAC_LOMAC_EXTATTR_NAME, buflen, (char *)&temp, curthread);
2824 lomac_copy(&temp, dest);
2899 struct mac_lomac *source, temp; local
2903 buflen = sizeof(temp);
[all...]
/freebsd-10.1-release/contrib/gcc/cp/
H A Derror.c2356 tree temp = next_tree;
2357 if (DECL_P (temp)
2358 && DECL_DEBUG_EXPR_IS_FROM (temp) && DECL_DEBUG_EXPR (temp))
2360 temp = DECL_DEBUG_EXPR (temp);
2361 if (!DECL_P (temp))
2363 result = expr_to_string (temp);
2367 result = decl_to_string (temp, verbose);
2355 tree temp = next_tree; local
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_generic.c1227 uint32_t temp; local
1286 /* get initial length into "temp" */
1288 &temp, sizeof(temp));
1292 if (temp > rem) {
1295 "%u > %u\n", temp, rem);
1299 rem -= temp;
1303 if (length > temp) {
1307 length, temp);
1337 offset += temp;
[all...]
/freebsd-10.1-release/contrib/libpcap/
H A Dpcap-sita.c518 pcap_if_t *p1, *p2, *prev, *temp; local
530 temp = p2->next;
533 p1->next = temp;
535 temp = p2->next;
538 p1->next = temp;
/freebsd-10.1-release/contrib/ofed/management/infiniband-diags/src/
H A Dibnetdiscover.c258 create_node(Node *temp, ib_portid_t *path, int dist) argument
261 int hash = HASHGUID(temp->nodeguid) % HTSZ;
267 memcpy(node, temp, sizeof(*node));
296 create_port(Node *node, Port *temp) argument
304 memcpy(port, temp, sizeof(*port));
/freebsd-10.1-release/lib/libusb/
H A Dlibusb10.c1248 int temp; local
1259 temp = 0;
1261 temp |= 1;
1263 temp |= 2;
1265 switch (temp) {
/freebsd-10.1-release/sys/dev/ex/
H A Dif_ex.c212 uint16_t temp; local
246 temp = ex_eeprom_read(sc, EE_W5);
247 if (temp & EE_W5_PORT_TPE)
249 if (temp & EE_W5_PORT_BNC)
251 if (temp & EE_W5_PORT_AUI)
/freebsd-10.1-release/sys/dev/ipmi/
H A Dipmi.c229 temp[data_len + 7] = ipmi_ipmb_checksum(&req->ir_request[4],
267 dump_buf(temp, 16);
890 char temp[30]; local
899 sprintf(temp, "%02x ", *data);
900 strcat(line, temp);
/freebsd-10.1-release/sys/dev/ppbus/
H A Dlpt.c237 int temp, timeout; local
244 temp = ppb_rdtr(ppbus) & mask;
246 while (temp != data && --timeout);
247 lprintf(("out=%x\tin=%x\ttout=%d\n", data, temp, timeout));
248 return (temp == data);
/freebsd-10.1-release/sys/dev/usb/input/
H A Dums.c253 int32_t temp; local
254 temp = hid_get_data(buf, len, &info->sc_loc_z);
256 temp = -temp;
257 dz -= temp;

Completed in 553 milliseconds

<<11121314151617181920>>