Searched refs:second (Results 1 - 25 of 926) sorted by relevance

1234567891011>>

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.relenum.d48 second
52 /zero >= one || second <= first || zero == second/
56 printf("null = %d; first = %d; second = %d", null, first, second);
61 /second < one || two > second || null == first/
65 printf("null = %d; first = %d; second = %d", null, first, second);
70 /first < two && second > on
[all...]
/freebsd-10-stable/contrib/byacc/test/
H A Derr_syntax16.y6 %token second
14 second : label
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h73 I->second.InlineChecked = 1;
74 I->second.MayInline = 1;
79 I->second.InlineChecked = 1;
80 I->second.MayInline = 0;
89 if (I != Map.end() && I->second.InlineChecked)
90 return I->second.MayInline;
96 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks;
100 I->second.TotalBasicBlocks = TotalIDs;
108 return I->second.VisitedBasicBlocks.count();
115 return I->second
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DFunctionSummary.cpp21 Total += I->second.TotalBasicBlocks;
29 Total += I->second.VisitedBasicBlocks.count();
H A DConstraintManager.cpp34 if (P.first && !P.second)
36 if (!P.first && P.second)
/freebsd-10-stable/sys/i386/isa/
H A Dpmtimer.c96 u_int second, minute, hour; local
120 second = resume_time.tv_sec;
122 second = resume_time.tv_sec - suspend_time.tv_sec;
124 hour = second / 3600;
125 second %= 3600;
126 minute = second / 60;
127 second %= 60;
129 hour, minute, second);
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dstl_pair.h71 typedef _T2 second_type; ///< @c second_type is the second bound type
74 _T2 second; ///< @c second is a copy of the second object member in struct:pair
78 /** The default constructor creates @c first and @c second using their
81 : first(), second() { }
85 : first(__a), second(__b) { }
90 : first(__p.first), second(__p.second) { }
97 { return __x.first == __y.first && __x.second
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h47 if (X.second > Y.second) return true;
48 if (X.second < Y.second) return false;
56 size_t XSizeB = getBlockSize(X.first.second);
57 size_t YSizeB = getBlockSize(Y.first.second);
83 Forest.insert(e.second);
91 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) {
92 Forest.unionSets(e.first, e.second);
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Descape.exp47 printf "%s=:%s:\n" VAR1BSNL00 first\ line; printf "%s=:%s:\n" VAR1BSNL0 first\ line\ no\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLs first\ line\ one\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLss first\ line\ two\ spaces\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLt first\ line\ one\ tab\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLtt first\ line\ two\ tabs\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLxx first\ line\ many\ spaces\ and\ tabs\ \[\ \ \ \ \]\ on\ second\ line;
49 VAR1BSNL0=:first line no space on second line:
50 VAR1BSNLs=:first line one space on second line:
51 VAR1BSNLss=:first line two spaces on second line:
52 VAR1BSNLt=:first line one tab on second lin
[all...]
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp65 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
76 std::make_pair(pos, pos_hash_pair.second) :
77 std::make_pair(ins_pos, pos_hash_pair.second));
86 r_key, pos_hash_pair.second))
90 return std::make_pair(pos, pos_hash_pair.second);
101 return std::make_pair(ins_pos, pos_hash_pair.second);
H A Derase_store_hash_fn_imps.hpp58 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i);
73 r_key, pos_hash_pair.second))
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcmp_fn_imps.hpp77 if (p_mapped_value->second != it->second)
H A Ddebug_store_hash_fn_imps.hpp56 _GLIBCXX_DEBUG_ASSERT(p_e->m_hash == pos_hash_pair.second);
H A Dinfo_fn_imps.hpp94 if (p_mapped_value->second != it->second)
H A Dconstructor_destructor_store_hash_fn_imps.hpp58 p->m_hash = ranged_hash_fn_base::operator()((const_key_reference)(PB_DS_V2F(p->m_value))).second;
/freebsd-10-stable/contrib/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h29 unsigned int second; member in struct:llvm::GenericValue::IntPair
45 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/freebsd-10-stable/usr.sbin/etcupdate/tests/
H A Dtests_test.sh68 states="equal first second difftype difflinks difffiles"
91 # compare is "equal"), then the second and third comparisons
96 # of the '*/second/second' cases are relevant.
147 # /first/equal/second: Remove unmodified files. The files
150 mkfifo $i/first/equal/second/fifo
151 echo "foo" > $i/first/equal/second/file
152 mkdir $i/first/equal/second/emptydir
153 ln -s "bar" $i/first/equal/second/link
154 mkdir $i/first/equal/second/fulldi
[all...]
H A Dalways_test.sh68 states="equal first second difftype difflinks difffiles"
95 # /first/difftype/second: File with different local type
97 mkfifo $OLD/first/difftype/second/fifo
98 mkdir $TEST/first/difftype/second/fifo
100 # /first/difflinks/second: Modified link removed. Should
102 ln -s "old link" $OLD/first/difflinks/second/link
103 ln -s "test link" $TEST/first/difflinks/second/link
105 # /first/difffiles/second: Modified file removed. Should
107 echo "foo" > $OLD/first/difffiles/second/file
108 echo "bar" > $TEST/first/difffiles/second/fil
[all...]
/freebsd-10-stable/contrib/byacc/
H A Ddefs.h22 #define CONCAT(first,second) first #second
24 #define CONCAT2(first,second) #first "." #second
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DELFObjectFile.cpp28 if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2LSB)
38 else if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2MSB)
48 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB)
58 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) {
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DMapVector.h80 unsigned &I = Result.first->second;
81 if (Result.second) {
85 return Vector[I].second;
90 return Pos == Map.end()? ValueT() : Vector[Pos->second].second;
96 unsigned &I = Result.first->second;
97 if (Result.second) {
98 Vector.push_back(std::make_pair(KV.first, KV.second));
113 (Vector.begin() + Pos->second);
119 (Vector.begin() + Pos->second);
[all...]
/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DStringMatcher.cpp55 StringRef Code = Matches[0]->second;
60 Code = Split.second;
64 Code = Split.second;
110 << LI->second.size() << " string";
111 if (LI->second.size() != 1) OS << 's';
113 if (EmitStringMatcherForChar(LI->second, CharNo+1, IndentCount+1))
142 << LI->second.size()
143 << " string" << (LI->second.size() == 1 ? "" : "s") << " to match.\n";
144 if (EmitStringMatcherForChar(LI->second, 0, Indent))
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DSectionLoadList.cpp73 section_load_addr = pos->second;
107 if (load_addr == sta_pos->second)
110 sta_pos->second = load_addr;
129 if (warn_multiple && section != ats_pos->second)
134 ModuleSP curr_module_sp (ats_pos->second->GetModule());
142 ats_pos->second->GetName().GetCString());
146 ats_pos->second = section;
192 addr_t load_addr = sta_pos->second;
254 if (offset < pos->second->GetByteSize())
258 return pos->second
[all...]
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DPassManager.cpp41 if (I->second->invalidate(M))
51 if (I->second->invalidate(F)) {
69 if (I->second->invalidate(M))
81 FunctionAnalysisResultListT &ResultsList = FI->second;
85 if (I->second->invalidate(F)) {
112 RI->second = PI->second->run(M);
115 return *RI->second;
135 ResultList.push_back(std::make_pair(PassID, PI->second->run(F)));
136 RI->second
[all...]
/freebsd-10-stable/contrib/ntp/libntp/
H A Dcaltontp.c50 REQUIRE(jt->second <= SECSPERMIN);
66 jt->second));

Completed in 301 milliseconds

1234567891011>>