Searched refs:temp (Results 501 - 525 of 666) sorted by relevance

<<21222324252627

/freebsd-10.1-release/contrib/gcc/
H A Dgenattrtab.c2041 rtx temp; local
2060 temp = *pterm;
2061 left = simplify_and_tree (XEXP (exp, 0), &temp, insn_code, insn_index);
2062 left_eliminates_term = (temp == true_rtx);
2064 temp = *pterm;
2065 right = simplify_and_tree (XEXP (exp, 1), &temp, insn_code, insn_index);
2066 right_eliminates_term = (temp == true_rtx);
2171 rtx temp; local
2190 temp = *pterm;
2191 left = simplify_or_tree (XEXP (exp, 0), &temp, insn_cod
[all...]
H A Ddf-core.c945 void *temp;
951 temp = df_get_bb_info (dflow, old_index);
954 df_set_bb_info (dflow, new_block->index, temp);
943 void *temp; local
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_dev.c2357 uint32_t temp; local
2370 temp = ps->src_len + ps->dst_len + 3;
2372 if (temp > 255) {
2384 if (temp > user_len) {
2388 len = temp;
2431 user_len -= temp;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp388 FunctionTemplateDecl *temp = specInfo->getTemplate(); local
390 getLVForTemplateParameterList(temp->getTemplateParameters(), computation);
466 ClassTemplateDecl *temp = spec->getSpecializedTemplate(); local
468 getLVForTemplateParameterList(temp->getTemplateParameters(), computation);
565 // C++ [temp]p4:
750 } else if (const TemplateDecl *temp = dyn_cast<TemplateDecl>(D)) {
753 getLVForTemplateParameterList(temp->getTemplateParameters(), computation);
868 const ClassTemplateDecl *temp = spec->getSpecializedTemplate(); local
869 if (isExplicitMemberSpecialization(temp)) {
870 explicitSpecSuppressor = temp
[all...]
/freebsd-10.1-release/contrib/binutils/gas/
H A Das.c856 char *temp = xstrdup (optarg);
858 add_include_dir (temp);
855 char *temp = xstrdup (optarg); local
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dvalops.c1936 struct value *temp = obj;
1960 fns_ptr = value_find_oload_method_list (&temp, name, 0,
2034 *valp = value_virtual_fn_field (&temp, fns_ptr, oload_champ, basetype, boffset);
2036 *valp = value_fn_field (&temp, fns_ptr, oload_champ, basetype, boffset);
2045 if (TYPE_CODE (VALUE_TYPE (temp)) != TYPE_CODE_PTR
2048 temp = value_addr (temp);
2050 *objp = temp;
1934 struct value *temp = obj; local
H A Dc-exp.y1094 double temp;
1095 num = sscanf (p, "%lg%c", &temp,&c);
1096 putithere->typed_val_float.dval = temp;
1549 /* Grow the static temp buffer if necessary, including allocating
H A Djv-exp.y719 double temp;
720 num = sscanf (p, "%lg%c", &temp, &c);
721 putithere->typed_val_float.dval = temp;
1059 /* Grow the static temp buffer if necessary, including allocating
H A Dobjc-exp.y1041 double temp;
1042 sscanf (p, "%lg", &temp);
1043 putithere->typed_val_float.dval = temp;
1477 /* Grow the static temp buffer if necessary, including
1520 /* Grow the static temp buffer if necessary, including
H A Dp-exp.y814 double temp;
815 num = sscanf (p, "%lg%c", &temp,&c);
816 putithere->typed_val_float.dval = temp;
1281 /* Grow the static temp buffer if necessary, including allocating
H A Dsomsolib.c1040 struct so_list *temp; local
1042 temp = so_list_head;
1044 so_list_head = temp->next;
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c230 apr_time_t temp;
233 err = svn_time_from_cstring(&temp, value->data, pool);
227 apr_time_t temp; local
/freebsd-10.1-release/sbin/restore/
H A Dsymtab.c442 struct entry temp, *tentry; local
471 tep = &temp;
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1304 uint32_t val,temp; local
1308 temp = MS(val,AR_PHY_RADAR_0_FIRPWR);
1309 temp |= 0xFFFFFF80;
1310 pe->pe_firpwr = temp;
/freebsd-10.1-release/sys/dev/e1000/
H A De1000_mac.c1844 u16 data, i, temp; local
1858 temp = (data >> (i << 2)) & led_mask;
1859 switch (temp) {
1876 switch (temp) {
/freebsd-10.1-release/sys/dev/iwn/
H A Dif_iwnvar.h329 int temp; member in struct:iwn_softc
/freebsd-10.1-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c633 uint16_t temp; local
635 temp = UGETW(ed->wMaxPacketSize);
636 if (temp > wMaxPacketSize) {
637 wMaxPacketSize = temp;
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_port.c161 struct bridge_port *temp; local
166 temp = bridge_port_find_pos(headp, bp->sysindex);
168 if (temp == NULL)
171 TAILQ_INSERT_AFTER(headp, temp, bp, b_p);
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dnm.c688 asymbol *temp;
728 temp = store_sym;
730 store_next = temp;
683 asymbol *temp; local
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-mep.c1813 int temp;
1818 temp = get_absolute_expression ();
1819 subseg_set (mep_vtext_section (), (subsegT) temp);
1808 int temp; local
/freebsd-10.1-release/contrib/dialog/
H A Dtextbox.c578 bool temp, temp1; local
608 temp = obj->begin_reached;
636 obj->begin_reached = temp;
/freebsd-10.1-release/contrib/gcc/cp/
H A Dcp-gimplify.c433 /* What about code that pulls out the temp and uses it elsewhere? I
435 I'm wrong, we'll abort because the temp won't have any RTL. In that
468 tree temp = voidify_wrapper_expr (stmt, NULL); local
476 if (temp)
479 *expr_p = temp;
/freebsd-10.1-release/contrib/groff/src/libs/libgroff/
H A Dfont.cpp884 char *temp = new char[strlen(p)+1]; local
885 strcpy(temp, p);
886 font_name_table[i] = temp;
/freebsd-10.1-release/contrib/groff/src/preproc/html/
H A Dpre-html.cpp97 `c:/temp' instead. (Note that user may choose to override this by
104 # define DEBUG_FILE_DIR c:/temp
436 char_block *temp = head; local
438 delete temp;
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c1333 const char *temp; local
1334 temp = (*patch)->old_filename;
1336 (*patch)->new_filename = temp;

Completed in 404 milliseconds

<<21222324252627