Home
last modified time | relevance | path

Searched refs:Set (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/freebsd-9-stable/contrib/llvm/utils/TableGen/
DSetTheory.cpp71 RecSet &Set, int64_t N,
79 RecSet Set; in apply() local
80 ST.evaluate(Expr->arg_begin()[0], Set, Loc); in apply()
85 apply2(ST, Expr, Set, II->getValue(), Elts, Loc); in apply()
92 RecSet &Set, int64_t N, in apply2()
97 if (unsigned(N) < Set.size()) in apply2()
98 Elts.insert(Set.begin() + N, Set.end()); in apply2()
105 RecSet &Set, int64_t N, in apply2()
110 if (unsigned(N) > Set.size()) in apply2()
111 N = Set.size(); in apply2()
[all …]
DCodeGenRegisters.cpp155 CodeGenRegister::Set::const_iterator RegI, RegE;
159 RegUnitIterator(const CodeGenRegister::Set &Regs): in RegUnitIterator()
736 for (CodeGenRegister::Set::iterator I = Members.begin(), E = Members.end(); in CodeGenRegisterClass()
773 for (CodeGenRegister::Set::const_iterator I = K.Members->begin(), in operator <<()
1058 const CodeGenRegister::Set *Members, in getOrCreateSubClass()
1235 CodeGenRegister::Set Regs;
1266 const CodeGenRegister::Set &Regs = RegClass->getMembers(); in computeUberSets()
1274 for (CodeGenRegister::Set::const_iterator I = llvm::next(Regs.begin()), in computeUberSets()
1339 for (CodeGenRegister::Set::iterator in computeUberWeights()
1350 for (CodeGenRegister::Set::iterator RegI = I->Regs.begin(), in computeUberWeights()
[all …]
DCodeGenRegisters.h217 typedef std::set<const CodeGenRegister*, Less> Set; typedef
242 CodeGenRegister::Set Members;
359 const CodeGenRegister::Set &getMembers() const { return Members; } in getMembers()
373 const CodeGenRegister::Set *Members;
382 Key(const CodeGenRegister::Set *M, unsigned S = 0, unsigned A = 0)
499 const CodeGenRegister::Set *Membs,
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DSmallSet.h36 std::set<T, C> Set; variable
42 bool empty() const { return Vector.empty() && Set.empty(); } in empty()
44 return isSmall() ? Vector.size() : Set.size(); in size()
53 return Set.count(V); in count()
61 return Set.insert(V).second; in insert()
73 Set.insert(Vector.back()); in insert()
76 Set.insert(V); in insert()
88 return Set.erase(V); in erase()
99 Set.clear(); in clear()
102 bool isSmall() const { return Set.empty(); } in isSmall()
DFoldingSet.h577 FoldingSet<T> Set; variable
582 : Set(Log2InitSize) { in Set() function
595 void clear() { Set.clear(); Vector.clear(); } in clear()
601 return Set.FindNodeOrInsertPos(ID, InsertPos); in FindNodeOrInsertPos()
608 T *Result = Set.GetOrInsertNode(N); in GetOrInsertNode()
617 Set.InsertNode(N, InsertPos); in InsertNode()
624 Set.InsertNode(N); in InsertNode()
629 unsigned size() const { return Set.size(); } in size()
632 bool empty() const { return Set.empty(); } in empty()
/freebsd-9-stable/contrib/sendmail/libsm/
DREADME61 Set to 1 if the header file <stdbool.h> exists,
65 Set to 1 if the header file <sys/cdefs.h> exists,
70 Set to 0 if the header file <stddef.h> does not exist.
73 Set to 0 if the setitimer function is not available.
76 Set to 1 if <sysexits.h> exists, and sets the EX_* macros
80 Set to 0 if <sys/types.h> does not define uid_t and gid_t.
83 Set to 0 if <sys/types.h> does not define ssize_t.
86 Set to 1 if size_t is not unsigned.
89 Set to 1 if your C compiler supports the 'long long' type.
94 Set to 1 if your C compiler does not support 'long long',
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DCodeGenOptions.def36 CODEGENOPT(CUDAIsDevice , 1, 0) ///< Set when compiling for CUDA device.
40 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
41 CODEGENOPT(DisableFPElim , 1, 0) ///< Set when -fomit-frame-pointer is enabled.
48 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled.
61 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
64 CODEGENOPT(InstrumentFunctions , 1, 0) ///< Set when -finstrument-functions is
66 CODEGENOPT(InstrumentForProfiling , 1, 0) ///< Set when -pg is enabled.
70 CODEGENOPT(NoCommon , 1, 0) ///< Set when -fno-common or C++ is enabled.
71 CODEGENOPT(NoDwarf2CFIAsm , 1, 0) ///< Set when -fno-dwarf2-cfi-asm is enabled.
72 CODEGENOPT(NoDwarfDirectoryAsm , 1, 0) ///< Set when -fno-dwarf-directory-asm is
[all …]
/freebsd-9-stable/sys/boot/pc98/btx/btx/
Dbtx.S130 mov %ax,%ss # Set up
172 mov %ax,(%di) # Set handler offset
174 mov %dl,0x5(%di) # Set P:DPL:type
182 init.4: movb $_ESP0H,TSS_ESP0+1(%di) # Set ESP0
183 movb $SEL_SDATA,TSS_SS0(%di) # Set SS0
184 movb $_TSSIO,TSS_MAP(%di) # Set I/O bit map base
188 mov $0x2820,%bx # Set protected mode
190 lidt idtdesc # Set IDT
191 lgdt gdtdesc # Set GDT
203 movb $SEL_TSS,%cl # Set task
[all …]
/freebsd-9-stable/sys/boot/i386/btx/btx/
Dbtx.S134 mov %ax,%ss # Set up
176 mov %ax,(%di) # Set handler offset
178 mov %dl,0x5(%di) # Set P:DPL:type
186 init.4: movb $_ESP0H,TSS_ESP0+1(%di) # Set ESP0
187 movb $SEL_SDATA,TSS_SS0(%di) # Set SS0
188 movb $_TSSIO,TSS_MAP(%di) # Set I/O bit map base
192 mov $0x2820,%bx # Set protected mode
194 lidt idtdesc # Set IDT
195 lgdt gdtdesc # Set GDT
207 movb $SEL_TSS,%cl # Set task
[all …]
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Dsynth_e_access_traits.hpp58 template<typename Type_Traits, bool Set, class E_Access_Traits>
63 Set, \
66 template<typename Type_Traits, bool Set, class E_Access_Traits>
112 static integral_constant<int,Set> s_set_ind;
116 integral_constant<int,Set>
/freebsd-9-stable/contrib/sendmail/contrib/
Drmail.oldsys.patch53 if (from_sys != NULL) { /* Set sender's host name. */
62 /* Set protocol used. */
67 /* Set name of ``from'' person. */
75 if (from_sys != NULL) { /* Set sender's host name. */
91 /* Set protocol used. */
98 /* Set name of ``from'' person. */
/freebsd-9-stable/crypto/openssh/
DREADME.hpn31 Conditions: HPNBufferSize NOT Set, TCPRcvBufPoll enabled, TCPRcvBuf NOT Set
37 Conditions: HPNBufferSize NOT Set, TCPRcvBufPoll disabled, TCPRcvBuf NOT Set
42 Conditions: HPNBufferSize SET, TCPRcvBufPoll disabled, TCPRcvBuf NOT Set
50 Conditions: HPNBufferSize SET, TCPRcvBufPoll enabled, TCPRcvBuf NOT Set
60 Conditions: HPNBufferSize NOT Set, TCPRcvBufPoll enabled, TCPRcvBuf SET
88 Set the TCP socket receive buffer to n Kilobytes. It can be set up to the
100 if this option is enabled. Set to no by default.
110 will fail silently. Set to no by default.
/freebsd-9-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugAranges.cpp25 DWARFDebugArangeSet Set; in extract() local
28 while (Set.extract(DebugArangesData, &Offset)) { in extract()
29 Sets.push_back(Set); in extract()
30 TotalRanges += Set.getNumDescriptors(); in extract()
/freebsd-9-stable/contrib/nvi/perl_api/
DVI.pod121 Set the message line to text.
141 Set the cursor to the line and column numbers supplied.
147 Set lineNumber to the text supplied.
153 Set the mark to the line and column numbers supplied.
159 Set an option.
188 VI::Msg($VI::ScreenId,"Set marks: $all");
/freebsd-9-stable/usr.sbin/pc-sysinstall/examples/
Dpcinstall.cfg.netinstall8 # Set the disk parameters
38 # Set if we are installing via optical, USB, or FTP
52 # Set the root pass
Dpcinstall.cfg.restore8 # Set the disk parameters
25 # Set if we are installing via optical, USB, or FTP
39 # Set the root pass
Dpcinstall.cfg.fbsd-netinstall8 # Set the disk parameters
38 # Set if we are installing via optical, USB, or FTP
55 # Set the root pass
Dpcinstall.cfg.upgrade8 # Set the disk parameters
13 # Set if we are installing via optical, USB, or FTP
/freebsd-9-stable/contrib/libstdc++/
Dconfigure.host76 # Set any CPU-dependent bits.
119 # Set specific CPU overrides for cpu_defines_dir. Most can just use generic.
128 # Set specific CPU overrides for atomic_word_dir. Most can just use generic.
149 # Set specific CPU overrides for atomicity_dir.
162 # Set any OS-dependent bits.
163 # Set the os_include_dir.
164 # Set c_model, c_compatibility here.
274 # Set any OS-dependent and CPU-dependent bits.
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DAMDGPUMachineFunction.cpp16 AttributeSet Set = MF.getFunction()->getAttributes(); in AMDGPUMachineFunction() local
17 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex, in AMDGPUMachineFunction()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp569 void CoreEngine::enqueue(ExplodedNodeSet &Set) { in enqueue() argument
570 for (ExplodedNodeSet::iterator I = Set.begin(), in enqueue()
571 E = Set.end(); I != E; ++I) { in enqueue()
576 void CoreEngine::enqueue(ExplodedNodeSet &Set, in enqueue() argument
578 for (ExplodedNodeSet::iterator I = Set.begin(), in enqueue()
579 E = Set.end(); I != E; ++I) { in enqueue()
584 void CoreEngine::enqueueEndOfFunction(ExplodedNodeSet &Set) { in enqueueEndOfFunction() argument
585 for (ExplodedNodeSet::iterator I = Set.begin(), E = Set.end(); I != E; ++I) { in enqueueEndOfFunction()
/freebsd-9-stable/sys/teken/
Dsequences66 DECSM Set DEC mode ^[ [ ? h r
67 DECSTBM Set top and bottom margins ^[ [ r r r
86 HTS Horizontal Tab Set ^[ H
96 SGR Set Graphic Rendition ^[ [ m v
97 SM Set Mode ^[ [ h r
/freebsd-9-stable/contrib/binutils/ld/po/
Dld.pot26 msgid " --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n"
52 " --dll Set image base to the default for DLLs\n"
57 msgid " --file-alignment <size> Set file alignment\n"
62 msgid " --heap <size> Set initial size of the heap\n"
68 " --image-base <address> Set start address of the executable\n"
74 " --major-image-version <number> Set version number of the executable\n"
79 msgid " --major-os-version <number> Set minimum required OS version\n"
85 " --major-subsystem-version <number> Set minimum required OS subsystem "
92 " --minor-image-version <number> Set revision number of the executable\n"
97 msgid " --minor-os-version <number> Set minimum required OS revision\n"
[all …]
/freebsd-9-stable/contrib/ofed/libibverbs/fixes/
DXRC_man_pages.patch224 +.B IBV_QP_CUR_STATE \fR Set cur_qp_state
226 +.B IBV_QP_EN_SQD_ASYNC_NOTIFY \fR Set en_sqd_async_notify
228 +.B IBV_QP_ACCESS_FLAGS \fR Set qp_access_flags
230 +.B IBV_QP_PKEY_INDEX \fR Set pkey_index
232 +.B IBV_QP_PORT \fR Set port_num
234 +.B IBV_QP_QKEY \fR Set qkey
236 +.B IBV_QP_AV \fR Set ah_attr
238 +.B IBV_QP_PATH_MTU \fR Set path_mtu
240 +.B IBV_QP_TIMEOUT \fR Set timeout
242 +.B IBV_QP_RETRY_CNT \fR Set retry_cnt
[all …]
/freebsd-9-stable/share/examples/bootforth/
Dscreen.4th26 : fg ( x -- ) \ Set foreground color
30 : bg ( x -- ) \ Set background color

12345678910>>...24