Searched refs:temp (Results 401 - 425 of 666) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/gcc/
H A Dfunction.c530 cut_slot_from_list (struct temp_slot *temp, struct temp_slot **list)
532 if (temp->next)
533 temp->next->prev = temp->prev;
534 if (temp->prev)
535 temp->prev->next = temp->next;
537 *list = temp->next;
539 temp->prev = temp
525 cut_slot_from_list(struct temp_slot *temp, struct temp_slot **list) argument
540 insert_slot_to_list(struct temp_slot *temp, struct temp_slot **list) argument
582 move_slot_to_level(struct temp_slot *temp, int level) argument
592 make_slot_available(struct temp_slot *temp) argument
[all...]
H A Dsimplify-rtx.c400 rtx temp;
429 && (temp = simplify_unary_operation (NOT, mode,
431 return simplify_gen_binary (XOR, mode, XEXP (op, 0), temp);
437 && (temp = simplify_unary_operation (NOT, mode,
439 return simplify_gen_binary (XOR, mode, XEXP (op, 0), temp);
450 temp = simplify_gen_unary (NOT, mode, const1_rtx, mode);
451 return simplify_gen_binary (ROTATE, mode, temp, XEXP (op, 1));
544 temp = simplify_unary_operation (NEG, mode, XEXP (op, 1), mode);
545 if (temp)
546 return simplify_gen_binary (MINUS, mode, temp, XEX
394 rtx temp; local
4130 rtx temp; local
[all...]
H A Dprint-tree.c676 char temp[10];
678 sprintf (temp, "arg %d", i);
679 print_node (file, temp, TREE_OPERAND (node, i), indent + 4);
785 char temp[10];
786 sprintf (temp, "elt %d", i);
788 print_node_brief (file, temp, TREE_VEC_ELT (node, i), 0);
675 char temp[10]; local
784 char temp[10]; local
/freebsd-10.1-release/contrib/expat/lib/
H A Dxmlparse.c1587 char *temp; local
1588 temp = (buffer == NULL
1591 if (temp == NULL) {
1597 buffer = temp;
2093 char *temp = (char *)REALLOC(tag->buf, bufSize); local
2094 if (temp == NULL)
2100 tag->name.str = (XML_Char *)temp;
2105 tag->name.localPart = (XML_Char *)temp + (tag->name.localPart -
2107 tag->buf = temp;
2108 tag->bufEnd = temp
2447 char *temp = (char *)REALLOC(tag->buf, bufSize); local
2753 ATTRIBUTE *temp; local
2904 NS_ATT *temp; local
3141 XML_Char *temp = (XML_Char *)REALLOC(b->uri, local
4444 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2); local
4449 int *temp = (int *)REALLOC(dtd->scaffIndex, local
5398 DEFAULT_ATTRIBUTE *temp; local
6256 BLOCK *temp = (BLOCK *) local
6307 CONTENT_SCAFFOLD *temp; local
[all...]
/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c1037 char *temp, *cp, *tp; local
1039 temp = malloc(strlen(val) + 1);
1040 if (temp == NULL)
1042 strcpy(temp, val);
1044 cp = temp;
1089 char *temp; local
1092 temp = malloc(strlen(val) + 2); /* ':' and '\0' */
1093 if (temp == NULL)
1095 temp[0] = ':';
1096 strcpy(temp
1215 char *temp; local
1246 char *temp; local
1276 char *temp; local
[all...]
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-sparc.c3761 int temp;
3834 temp = mylog2 (align);
3835 if (temp < 0)
3842 align = temp;
3904 offsetT temp, size;
3923 if ((temp = get_absolute_expression ()) < 0)
3926 (unsigned long) temp);
3930 size = temp;
3966 temp = get_absolute_expression ();
3969 if (temp > max_alignmen
3748 int temp; local
3891 offsetT temp, size; local
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dobjfiles.c483 struct objfile *objfile, *temp; local
485 ALL_OBJFILES_SAFE (objfile, temp)
725 struct objfile *temp;
727 ALL_OBJFILES_SAFE (objf, temp)
723 struct objfile *temp; local
/freebsd-10.1-release/contrib/less/
H A Dregexp.c657 register char *temp; local
666 temp = regnext(scan);
667 if (temp == NULL)
669 scan = temp;
/freebsd-10.1-release/contrib/libreadline/
H A Dreadline.c384 char *temp; local
393 temp = savestring (the_line);
398 strcpy (the_line, temp);
399 free (temp);
H A Dbind.c443 register int i, c, l, temp; local
475 temp = (seq[i] == '?') ? RUBOUT : CTRL (_rl_to_upper (seq[i]));
476 array[l++] = META (temp);
535 for (temp = 2, c -= '0'; ISOCTAL (seq[i]) && temp--; i++)
542 for (temp = 2, c = 0; ISXDIGIT ((unsigned char)seq[i]) && temp--; i++)
544 if (temp == 2)
/freebsd-10.1-release/contrib/subversion/
H A Dget-deps.sh56 TEMPDIR=$BASEDIR/temp
/freebsd-10.1-release/sys/dev/iicbus/
H A Dadt746x.c544 uint8_t temp, data[1], data1[1]; local
549 &temp) < 0)
552 tmp = 10 * temp + ZERO_C_TO_K;
554 tmp = temp;
636 unit = "temp";
/freebsd-10.1-release/sys/isa/
H A Dpnpparse.c67 int temp; local
252 temp = I16(res + 7) << 8;
257 (I16(res + 3) << 8) + temp - 1,
258 temp, I16(res + 5));
/freebsd-10.1-release/contrib/ntp/tests/libntp/
H A Dtimevalops.c102 l_fp temp; local
104 temp.l_i = i;
105 temp.l_uf = f;
107 return temp;
H A Dtimespecops.c110 l_fp temp; local
112 temp.l_i = i;
113 temp.l_uf = f;
115 return temp;
/freebsd-10.1-release/sys/vm/
H A Dvm_object.c509 vm_object_t temp; local
603 temp = robject->backing_object;
604 if (object == temp) {
614 temp = robject->backing_object;
615 if (object == temp) {
638 temp = object->backing_object;
639 if (temp != NULL) {
642 VM_OBJECT_WLOCK(temp);
644 temp->shadow_count--;
645 VM_OBJECT_WUNLOCK(temp);
[all...]
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dreg.cpp190 char temp = *q; local
192 *p = temp;
/freebsd-10.1-release/contrib/libc++/src/
H A Dstrstream.cpp306 off_type temp = epptr() - newpos; local
308 pbump(static_cast<int>((epptr() - pbase()) - temp));
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp753 tempAddr = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
810 llvm::Value *temp; local
815 temp = resultSlot.getAddr();
819 temp = CreateMemTemp(atomics.getAtomicType(), "atomic-load-temp");
824 llvm::Value *castTemp = atomics.emitCastToAtomicIntPointer(temp);
828 return atomics.convertTempToRValue(temp, resultSlot, loc);
875 llvm::Value *temp = CGF.CreateMemTemp(getAtomicType(), "atomic-store-temp");
876 LValue tempLV = CGF.MakeAddrLValue(temp, getAtomicTyp
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreterPython.h181 std::string temp;
182 return GetDocumentationForItem (name,temp);
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c771 char temp[16]; local
799 strlcpy(temp, _PATH_TMP_XXX, sizeof(temp));
800 fd = mkstemp(temp);
802 warn("unable to create temporary file %s", temp);
812 recvrequest ("NLST", temp, *argv, filemode, 0, 0);
817 ftemp = fopen(temp, "r");
818 unlink(temp);
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c2864 struct wlan_iface *temp, *prev; local
2872 SLIST_FOREACH(temp, &wlan_ifaces, w_if) {
2873 if ((cmp = strcmp(wif->wname, temp->wname)) <= 0)
2875 prev = temp;
2878 if (temp == NULL)
2881 SLIST_INSERT_AFTER(temp, wif, w_if);
3276 struct wlan_peer *temp, *prev; local
3278 SLIST_FOREACH(temp, &wif->peerlist, wp)
3279 if (memcmp(temp->pmac, wip->pmac, IEEE80211_ADDR_LEN) == 0)
3288 SLIST_FOREACH(temp,
3730 struct wlan_scan_result *prev, *temp; local
3925 struct wlan_mac_mac *temp, *prev; local
4263 struct wlan_mesh_route *temp, *prev; local
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c626 const char *temp = apr_pstrndup(str->pool, bytes, count);
627 svn_stringbuf_insert(str, pos, temp, count);
666 const char *temp = apr_pstrndup(str->pool, bytes, new_count);
667 svn_stringbuf_replace(str, pos, old_count, temp, new_count);
1261 apr_size_t *const temp = prev;
1263 curr = temp;
622 const char *temp = apr_pstrndup(str->pool, bytes, count); local
662 const char *temp = apr_pstrndup(str->pool, bytes, new_count); local
1256 apr_size_t *const temp = prev; local
/freebsd-10.1-release/contrib/texinfo/info/
H A Dnodes.c772 char *temp = filename_non_directory (containing_dir);
775 if (temp > containing_dir)
778 temp == containing_dir + 2)
781 *temp = '.';
782 temp += 2;
784 temp[-1] = 0;
768 char *temp = filename_non_directory (containing_dir); local
/freebsd-10.1-release/sys/dev/nvme/
H A Dnvme_qpair.c887 STAILQ_HEAD(, nvme_request) temp;
907 STAILQ_INIT(&temp);
908 STAILQ_SWAP(&qpair->queued_req, &temp, nvme_request);
910 while (!STAILQ_EMPTY(&temp)) {
911 req = STAILQ_FIRST(&temp);
912 STAILQ_REMOVE_HEAD(&temp, stailq);

Completed in 502 milliseconds

<<11121314151617181920>>