Searched refs:use (Results 26 - 50 of 204) sorted by relevance

123456789

/freebsd-9.3-release/contrib/bmake/mk/
H A Dlibs.mk6 # be of use. There is absolutely NO WARRANTY.
8 # use this file is hereby granted provided that
21 # if makefile doesn't nominate one, we use the first.
H A Dprogs.mk6 # be of use. There is absolutely NO WARRANTY.
8 # use this file is hereby granted provided that
21 # if makefile doesn't nominate one, we use the first.
H A Dinstall-new.mk6 # be of use. There is absolutely NO WARRANTY.
8 # use this file is hereby granted provided that
H A Dsrctop.mk6 # be of use. There is absolutely NO WARRANTY.
8 # use this file is hereby granted provided that
H A Dtarget-flags.mk45 # be of use. There is absolutely NO WARRANTY.
47 # use this file is hereby granted provided that
H A Dyacc.mk7 # be of use. There is absolutely NO WARRANTY.
9 # use this file is hereby granted provided that
H A Dmeta.subdir.mk7 # be of use. There is absolutely NO WARRANTY.
9 # use this file is hereby granted provided that
H A Dobj.mk6 # be of use. There is absolutely NO WARRANTY.
8 # use this file is hereby granted provided that
/freebsd-9.3-release/sys/conf/
H A Dkern.mk42 # use of code cache tag lines) and uses more stack (less efficient use of data
43 # cache tag lines). Explicitly prohibit the use of FPU, SSE and other SIMD
70 # For IA-64, we use r13 for the kernel globals pointer and we only use
80 # anywhere in the 64-bit address space. We also tell GCC to use floating
94 # For AMD64, we explicitly prohibit the use of FPU, SSE and other SIMD
117 # For PowerPC we tell gcc to use floating point emulation. This avoids using
134 # For MIPS we also tell gcc to use floating point emulation
/freebsd-9.3-release/usr.bin/csup/
H A Dtoken.l6 * Redistribution and use in source and binary forms, with or without
62 use-rel-suffix { yylval.i = PT_USE_REL_SUFFIX; return BOOLEAN; }
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-icmp6.c5 * Redistribution and use in source and binary forms, with or without
11 * features or use of this software display the following acknowledgement:
339 /* display cosmetics: print the packet length for printer that use the vflag now */
1256 struct rr_pco_use *use; local
1337 use = (struct rr_pco_use *)cp;
1338 cp = (const char *)(use + 1);
1340 TCHECK(use->rpu_prefix);
1346 printf("use("); /*)*/
1347 if (use->rpu_flags) {
1348 #define F(x, y) ((use
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dbt-load.c56 /* If INSN has a single use of a single branch register, then
58 one branch register use, or the use is in some way ambiguous,
60 rtx use; member in struct:btr_user_s
90 /* If this def has a reaching use which is not a simple use
95 def/use web, because it records the set of blocks that contain
99 a use (after the use). If there are such other live ranges, then
159 /* An obstack to hold the def-use we
344 rtx use; local
[all...]
H A Ddf-core.c36 uninitialized variables, def-use chains, and use-def chains. However,
86 def-use or use-def chains is dependent on solving reaching
134 for every register reference (def or use) and this records the insn
137 also has a chain field that links all the use refs for a def or all
138 the def refs for a use. This is used to create use-def or def-use
145 the linked information such as def use o
971 struct df_ref *use; local
1089 struct df_ref *use; local
[all...]
H A Dtree-ssa-loop-manip.c127 add_exit_phis_edge (basic_block exit, tree use) argument
129 tree phi, def_stmt = SSA_NAME_DEF_STMT (use);
147 phi = create_phi_node (use, exit);
150 add_phi_arg (phi, use, e);
225 find_uses_to_rename_use (basic_block bb, tree use, bitmap *use_blocks, argument
232 if (TREE_CODE (use) != SSA_NAME)
236 if (!is_gimple_reg (use))
239 ver = SSA_NAME_VERSION (use);
240 def_bb = bb_for_stmt (SSA_NAME_DEF_STMT (use));
344 Looking from the outer loop with the normal SSA form, the first use o
390 check_loop_closed_ssa_use(basic_block bb, tree use) argument
[all...]
H A Dtree-ssa-dce.c5 Adapted to use control dependence by Steven Bosscher, SUSE Labs.
93 use a bitmap for each block recording its edges. An array holds the
548 tree use;
555 FOR_EACH_SSA_TREE_OPERAND (use, i, iter, SSA_OP_ALL_USES)
556 mark_operand_necessary (use, false);
607 tree use = USE_FROM_PTR (use_p);
608 mark_operand_necessary (use, true);
614 /* Mark all virtual phis still in use as necessary, and all of their
618 tree use = VEC_pop (tree, worklist);
620 for (i = 0; i < PHI_NUM_ARGS (use);
541 tree use; local
600 tree use = USE_FROM_PTR (use_p); local
611 tree use = VEC_pop (tree, worklist); local
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetSubtargetInfo.h89 virtual void adjustSchedDependency(SUnit *def, SUnit *use, argument
92 /// \brief Enable use of alias analysis during code generation (during MI
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h29 /// A use of a variable, which might be uninitialized.
41 /// Is this use uninitialized whenever the function is called?
44 /// Is this use uninitialized whenever the variable declaration is reached?
47 /// Does this use always see an uninitialized value?
50 /// This use is always uninitialized if it occurs after any of these branches
66 /// Get the expression containing the uninitialized use.
69 /// The kind of uninitialized use.
71 /// The use might be uninitialized.
73 /// The use is uninitialized whenever a certain branch is taken.
75 /// The use i
106 handleUseOfUninitVariable(const VarDecl *vd, const UninitUse &use) argument
[all...]
/freebsd-9.3-release/sys/boot/i386/btx/lib/
H A Dbtxcsu.S5 # Redistribution and use in source and binary forms are freely
H A Dbtxsys.s5 # Redistribution and use in source and binary forms are freely
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxetramp.s5 # Redistribution and use in source and binary forms are freely
/freebsd-9.3-release/sys/boot/pc98/btx/lib/
H A Dbtxcsu.S5 # Redistribution and use in source and binary forms are freely
H A Dbtxsys.s5 # Redistribution and use in source and binary forms are freely
/freebsd-9.3-release/sys/dev/isp/
H A DHardware.txt38 There many other vendors that use the Qlogic 2X00 chipset. Some older
60 Don't forget to use telnet to configure the Cappellix ports
90 This also is a fine switch, but you have to use a browser
116 The reason to use copper instead of optical is that if step on one of
125 I use Finisar copper and IBM Opticals.
132 use for GBICs and copper cables is http://www.scsi-cables.com)
158 instances, so you can use the ses driver (and the example
168 reset will cause the DataDirect to think you want to use the SCSI
170 want to use the FC interface. Use only one connector at a time so
248 a lack of h/w), but I would recommend the use o
[all...]
/freebsd-9.3-release/sys/dev/ixgb/
H A DREADME21 PRO/10GbE Family of Adapters. This driver has been developed for use with
26 apply to use with FreeBSD.
54 example, use /home/username/ixgb or /usr/local/src/ixgb.
145 To enable Jumbo Frames, use the ifconfig utility to increase the MTU
163 To confirm an interface's MTU value, use the ifconfig command. To confirm
164 the MTU used between two specific devices, use:
199 At runtime, use the following command to turn on polling mode.
228 between you ('Licensee') and Intel. Do not use or load this software or any
233 install or use the Software.
/freebsd-9.3-release/tools/tools/vop_table/
H A Dvop_table.tcl139 set use($fn) 0
141 incr use($nop($t))
178 #puts $fo "<TD>$k</TD><TD><FONT SIZE=-1>$nfn($k)/$use($k)</FONT></TD>"

Completed in 282 milliseconds

123456789