Searched refs:temp (Results 701 - 725 of 744) sorted by relevance

<<21222324252627282930

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dconfigure3637 echo "# Warning: this fragment is automatically generated" > temp-frag
3642 echo "# Following fragment copied from ${frag}" >> temp-frag
3643 cat ${frag} >> temp-frag
3649 echo enable_shared = yes >> temp-frag
3651 echo enable_shared = no >> temp-frag
3655 ${CONFIG_SHELL-/bin/sh} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag
H A Dregex.c703 int temp = SIGN_EXTEND_CHAR (*(source + 1));
705 *dest += temp << 8;
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c1715 rtx temp = subtargets ? gen_reg_rtx (mode) : target;
1717 emit_set_insn (temp, GEN_INT (val));
1721 emit_set_insn (target, gen_rtx_MINUS (mode, temp, source));
1724 gen_rtx_fmt_ee (code, mode, source, temp));
6586 enum rtx_code temp = cond1;
6588 cond2 = temp;
1710 rtx temp = subtargets ? gen_reg_rtx (mode) : target; local
6574 enum rtx_code temp = cond1; local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c7228 /* temp[="prefix"] Insert temporary labels into the object file
7230 Default prefix is ":temp:".
7844 int temp; local
7862 temp = 0;
7864 temp = (temp * 10) + *input_line_pointer++ - '0';
7865 fb_label_instance_inc (temp);
7866 s = fb_label_name (temp, 0);
H A Dtc-i386.c6332 int temp;
6338 temp = get_absolute_expression ();
6339 subseg_set (bss_section, (subsegT) temp);
6320 int temp; local
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dconfigure3734 echo "# Warning: this fragment is automatically generated" > temp-frag
3739 echo "# Following fragment copied from ${frag}" >> temp-frag
3740 cat ${frag} >> temp-frag
3746 echo enable_shared = yes >> temp-frag
3748 echo enable_shared = no >> temp-frag
3752 ${CONFIG_SHELL-/bin/sh} ${libiberty_topdir}/move-if-change temp-frag xhost-mkfrag
H A Dregex.c703 int temp = SIGN_EXTEND_CHAR (*(source + 1));
705 *dest += temp << 8;
/freebsd-11-stable/contrib/gcc/
H A Dcse.c7047 rtx temp;
7053 temp = cse_basic_block (insn, val.last, val.path);
7056 insn = temp;
7020 rtx temp; local
H A Dc-typeck.c2004 tree temp;
2011 temp = array;
2013 index = temp;
1994 tree temp; local
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c7380 struct bundle_state temp;
7382 temp = *(struct bundle_state *) *entry_ptr;
7384 ((struct bundle_state *) *entry_ptr)->next = temp.next;
7385 *bundle_state = temp;
7365 struct bundle_state temp; local
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure3520 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
15699 char temp[128];
15700 char *buf = temp;
15701 char *db_array = temp;
15756 char temp[128];
15757 char *buf = temp;
15759 const char *db_array = temp;
16941 char temp[40];
16942 bcopy(data, temp, sizeof(data));
16943 bcopy(temp
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp565 input_iterator *temp = top->next; local
569 top = temp;
2638 int_stack_element *temp = top; local
2640 delete temp;
3129 node *temp = head; local
3131 return temp;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h772 // typeid is never type-dependent (C++ [temp.dep.expr]p4)
783 // typeid is never type-dependent (C++ [temp.dep.expr]p4)
1102 // member function is dependent (C++ [temp.dep.expr]p2)
1377 CXXBindTemporaryExpr(CXXTemporary *temp, Expr* SubExpr) argument
1383 Temp(temp), SubExpr(SubExpr) {}
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp2264 const char *temp = next; local
2265 EMIT_WARN(TRUE, (ParseExtraCharsWarn, name, temp));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c474 char temp = data;
475 return writebuf_write(conn, pool, &temp, 1);
473 char temp = data; local
/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c3105 tcp_seq temp = save_start; local
3106 thflags = tcp_reass(tp, th, &temp, &tlen, m);
H A Dsctp_pcb.c3037 uint16_t temp; local
3039 temp = first;
3041 last = temp;
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c2430 /* save too much info into temp buffer */
3681 sldns_buffer* temp)
3718 c->http_temp = temp;
3679 comm_point_create_http_out(struct comm_base *base, size_t bufsize, comm_point_callback_type* callback, void* callback_arg, sldns_buffer* temp) argument
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c1109 const uint64_t *temp; local
1142 temp = fw->data;
1143 bytes = *temp;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymtab.c1437 struct partial_symbol *temp;
1433 struct partial_symbol *temp; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4887 // bidirectional, so we need to create temp vector.
5030 const CXXTemporary *temp = bindExpr->getTemporary(); local
5031 return temp->getDestructor();
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c1735 /* Templates [gram.temp] */
8219 /* 14.5.2.3 [temp.mem]
8569 /* `typename' is not allowed in this context ([temp.res]). */
8584 [temp.res]
9025 [temp.param]
9687 [temp.arg]
9758 in [temp.arg.nontype]:
9924 /* [temp.explicit] says that we are supposed to ignore access
10009 /* [temp]
11450 tree temp
11448 tree temp = asm_stmt; local
[all...]
H A Dpt.c546 /* [temp.expl.spec]
561 /* [temp.expl.spec]
733 template according to [temp.expl.spec/18]:
824 /* Retrieve the specialization (in the sense of [temp.spec] - a
961 FRIEND according to [temp.friend]. */
972 /* For [temp.friend/6] when FRIEND is an ordinary member function
994 /* [temp.friend/6]
1218 [temp.expl.spec]:
1581 [temp.expl.spec]
1593 [temp
9828 tree* temp = parm; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql1026 Use UNION ALL instead of a simple 'OR' to avoid creating a temp table */
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dsha512-armv4.S1759 vldmia r0,{d24-d31} @ load context to temp

Completed in 1033 milliseconds

<<21222324252627282930