Searched refs:end (Results 226 - 250 of 4430) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dpkcs8.c22 const u8 *pos, *end; local
38 end = pos + hdr.length;
41 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
106 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
125 const u8 *pos, *end, *enc_alg; local
151 end = pos + hdr.length;
154 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
168 if (asn1_get_next(pos, end - pos, &hdr) < 0 ||
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.l66 end { return END; }
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_common.c23 * too large to go beyond the end of the buffer.
209 int erp_parse_tlvs(const u8 *pos, const u8 *end, struct erp_tlvs *tlvs, argument
214 while (pos < end) {
222 if (pos + 4 > end) {
237 if (pos >= end) {
242 if (tlv_len > (unsigned) (end - pos)) {
265 if (pos >= end) {
271 if (tlv_len > (unsigned) (end - pos)) {
281 pos = end;
/freebsd-11-stable/lib/libc/mips/string/
H A Dstrcmp.S54 beq t0, zero, LessOrEq # end of first string?
59 beq t0, zero, LessOrEq # end of first string?
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_memory.c46 const unsigned char *end; member in struct:read_memory_data
79 mine->end = mine->start + size;
116 size = mine->end - mine->p;
134 if ((int64_t)skip > (int64_t)(mine->end - mine->p))
135 skip = mine->end - mine->p;
160 mine->p = mine->end + offset;
169 if (mine->p > mine->end) {
170 mine->p = mine->end;
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dread_open_memory.c44 const unsigned char *end; member in struct:read_memory_data
107 mine->end = mine->start + size;
135 * That way, code that runs off the end of the provided data
145 size = mine->end - mine->p;
171 if ((off_t)skip > (off_t)(mine->end - mine->p))
172 skip = mine->end - mine->p;
193 mine->p = mine->end + offset;
203 if (mine->p > mine->end) {
204 mine->p = mine->end;
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_common.c50 goto end;
59 end:
/freebsd-11-stable/usr.bin/mkimg/
H A Dformat.c61 format_resize(lba_t end) argument
66 return (format->resize(end));
/freebsd-11-stable/usr.bin/tabs/
H A Dtabs.c85 char area[1024], *ap, *arg, *end; local
99 margin = strtol(arg, &end, 10);
100 if (errno != 0 || *end != '\0' || margin < 0)
108 inc = strtol(arg + 1, &end, 10);
109 if (errno != 0 || *end != '\0' || inc < 0)
202 char *tok, *end; local
210 stop = strtol(tok, &end, 10);
211 if (errno != 0 || *end != '\0' || stop <= 0)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h64 const_iterator end() const { return Records.end(); } function in class:llvm::xray::Trace
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h56 return Hints.end()[Pos++];
75 return Hints.end()[Pos++];
93 } // end namespace llvm
H A DLiveIntervalUnion.cpp36 LiveRange::const_iterator RegEnd = Range.end();
40 SegPos.insert(RegPos->start, RegPos->end, &VirtReg);
46 // We have reached the end of Segments, so it is no longer necessary to search
48 // It is faster to insert the end first.
50 SegPos.insert(RegEnd->start, RegEnd->end, &VirtReg);
52 SegPos.insert(RegPos->start, RegPos->end, &VirtReg);
63 LiveRange::const_iterator RegEnd = Range.end();
139 LiveRange::const_iterator LREnd = LR->end();
142 assert(LRI != LREnd && "Reached end of LR");
145 while (LRI->start < LiveUnionI.stop() && LRI->end > LiveUnion
[all...]
H A DFuncletLayout.cpp46 // are outlined at the end.
55 assert(FuncletX != FuncletMembership.end());
56 assert(FuncletY != FuncletMembership.end());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h84 if (pos != m_map.end() && pos->cstring == unique_cstr)
96 if (pos != m_map.end() && pos->cstring == unique_cstr)
124 m_map.begin(), m_map.end(), unique_cstr, Compare())))
134 const_iterator pos, end = m_map.end(); local
135 for (pos = m_map.begin(); pos != end; ++pos) {
164 void Sort() { llvm::sort(m_map.begin(), m_map.end(), Compare()); }
173 collection temp(m_map.begin(), m_map.end());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamTee.h64 collection::iterator pos, end; variable
65 for (pos = m_streams.begin(), end = m_streams.end(); pos != end; ++pos) {
120 collection::iterator pos, end; variable
121 for (pos = m_streams.begin(), end = m_streams.end(); pos != end; ++pos) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp45 for (Function::iterator E = function.end(); I != E; ++I) {
46 for (BasicBlock::iterator BI = I->begin(), BE = I->end(); BI != BE;) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCostTable.h36 if (I != Tbl.end())
59 if (I != Tbl.end())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.h30 CVSymbolArray::Iterator end() const { return Records.end(); } function in class:llvm::codeview::final
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstIterator.h62 if (BB != BBs->end()) {
69 : BBs(&m.getBasicBlockList()), BB(BBs->end()) { // end ctor
80 return BB == y.BB && (BB == BBs->end() || BI == y.BI);
96 while (BB == BBs->end() || BI == BB->begin()) {
98 BI = BB->end();
107 inline bool atEnd() const { return BB == BBs->end(); }
112 // the end() of the current BasicBlock and there are successor BBs.
113 while (BI == BB->end()) {
115 if (BB == BBs->end()) brea
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSmallVectorMemoryBuffer.h41 init(this->SV.begin(), this->SV.end(), false);
48 init(this->SV.begin(), this->SV.end(), false);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp45 Result.append(SymName.begin(), SymName.end());
49 Result.append(FmtBuf.begin(), FmtBuf.end());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h77 if (I != Rep.end() && I->first == Val.first) {
89 iterator end() { return Rep.end(); } function in class:clang::ContinuousRangeMap
91 const_iterator end() const { return Rep.end(); } function in class:clang::ContinuousRangeMap
98 return Rep.end();
123 Self.Rep.begin(), Self.Rep.end(),
131 Self.Rep.end());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.cpp38 return llvm::find(ValidCPUNames, Name) != std::end(ValidCPUNames);
42 Values.append(std::begin(ValidCPUNames), std::end(ValidCPUNames));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h192 paths_iterator end() { return Paths.end(); } function in class:clang::CXXBasePaths
194 const_paths_iterator end() const { return Paths.end(); } function in class:clang::CXXBasePaths
293 iterator end() { return Overrides.end(); } function in class:clang::OverridingMethods
294 const_iterator end() const { return Overrides.end(); } function in class:clang::OverridingMethods
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h45 assert(hasNext() && "Already at end of sequence!");
51 const_iterator end() const { return Sequence.end(); } function in class:llvm::mca::SourceMgr

Completed in 368 milliseconds

1234567891011>>