HomeSort by: relevance | last modified time | path
    Searched defs:End (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerExtraCounters.cpp 25 uintptr_t *End = reinterpret_cast<uintptr_t*>(ExtraCountersEnd());
26 for (; Beg < End; Beg++) {
FuzzerDataFlowTrace.cpp 67 const char *End = L.c_str() + L.size();
68 assert(Beg < End);
69 size_t Len = End - Beg;
FuzzerUtilWindows.cpp 172 const char *End = Cdata + DataLen - PattLen + 1;
174 for (const char *It = Cdata; It < End; ++It)
FuzzerIOWindows.cpp 199 const size_t End = FileName.size();
200 for(; Pos < End && !IsSeparator(FileName[Pos]); ++Pos)
209 const size_t End = FileName.size();
210 if (Pos >= End || IsSeparator(FileName[Pos]))
212 for(; Pos < End && !IsSeparator(FileName[Pos]); ++Pos)
214 if (Pos >= End)
FuzzerMutate.cpp 201 const uint8_t *End = Data + Size;
211 Cur < End && NumPositions < kMaxNumPositions; Cur++) {
213 (const uint8_t *)SearchMemory(Cur, End - Cur, ExistingBytes, ArgSize);
482 Printf("###### End of recommended dictionary. ######\n");
FuzzerDriver.cpp 298 auto End = S.find('\n', Beg);
299 if (End == std::string::npos)
301 return S.substr(Beg, End - Beg);
338 if (ReplacementBytes.end() != std::find(ReplacementBytes.begin(),
339 ReplacementBytes.end(),
488 auto StartPos = std::search(Data.begin(), Data.end(),
489 Dict[i].begin(), Dict[i].end());
491 if (StartPos == Data.end())
495 while (StartPos != Data.end()) {
501 StartPos = std::search(EndPos, Data.end(),
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utcksum.c 326 UINT8 *End = Buffer + Length;
329 while (Buffer < End)
utprint.c 178 const char *End,
184 char *End,
236 * End - Boundary of the string
248 const char *End,
252 if (String < End)
384 * End - Boundary of the string
400 char *End,
483 String = AcpiUtBoundStringOutput (String, End, ' ');
488 String = AcpiUtBoundStringOutput (String, End, Sign);
492 String = AcpiUtBoundStringOutput (String, End, '0')
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
axm55xx.dtsi 199 End:
  /src/sys/external/bsd/acpica/dist/compiler/
dttemplate.c 237 char *End;
270 TableCount = strtoul (Signature, &End, 0);
271 if (Signature != End)
dtio.c 228 char *End;
241 /* Setup pointers to start and end of input string */
244 End = String + strlen (String) - 1;
248 while ((Start <= End) && ((*Start == ' ') || (*Start == '\t')))
255 while (End >= Start)
257 if (*End == '\n')
259 End--;
263 if (*End != ' ')
268 End--;
277 if (*End == '\"'
    [all...]
prscan.c 338 * end of the list. We save them.
562 char *End;
807 End = Token2;
808 while (*End != '\n')
810 End++;
813 *End = 0;
984 * ASL_EOF - End-of-file reached
1084 /* Check for multi-line comment end */
1102 /* Always exit on end-of-line */
1113 /* End of single-line comment *
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h 47 const XRaySledEntry *End;
xray_x86_64.cc 33 retryingReadSome(int Fd, char *Begin, char *End) XRAY_NEVER_INSTRUMENT {
34 auto BytesToRead = std::distance(Begin, End);
65 const char *End = nullptr;
66 long long Tmp = internal_simple_strtoll(Line, &End, 10);
68 if (Line[0] != '\0' && (*End == '\n' || *End == '\0')) {
xray_fdr_logging.cc 152 // relying on an end-of-buffer record.
224 static BufferQueue::const_iterator End{};
232 End = BQ->cend();
240 if (It == End)
  /src/games/mille/
extern.c 72 "End of Limit",
81 End, /* End value for current hand */
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/dataflow/
DataFlow.cpp 129 size_t End = atoi(argv[2]);
130 assert(Beg < End);
150 if (Idx >= Beg && Idx < End)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_ring_buffer.h 29 uptr End = reinterpret_cast<uptr>(Ptr) + SizeInBytes(Size);
30 RB->last_ = RB->next_ = reinterpret_cast<T*>(End - sizeof(T));
  /src/sys/external/bsd/acpica/dist/parser/
psargs.c 242 * RETURN: Pointer to end-of-package +1
244 * DESCRIPTION: Get next package length and return a pointer past the end of
264 return_PTR (Start + PackageLength); /* end of package */
288 UINT8 *End = ParserState->Aml;
296 while (ACPI_IS_ROOT_PREFIX (*End) ||
297 ACPI_IS_PARENT_PREFIX (*End))
299 End++;
304 switch (*End)
310 if (End == Start)
314 End++
    [all...]
  /src/sys/arch/cesfic/cesfic/
eeprom.c 49 unsigned short End;
  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 104 Location Start, End;
108 Range() : Start(), End(), Text() {}
109 Range(MemoryLocation Start, MemoryLocation End, const char *Text)
110 : Start(Start), End(End), Text(Text) {}
112 Location getEnd() const { return End; }
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 89 CHAR16 *End;
952 // if at the end of the buffer, flush it
953 if (ps->Pos >= ps->End) {
1025 // If pad at the end, add pad char
1093 ps->End = Buffer + PRINT_STRING_LEN - 1;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 725 def End(self):
899 # end of the line. Otherwise, we try to remove spaces from the right side,
938 """We are inside a comment, find the end marker."""
946 def RemoveMultiLineCommentsFromRange(lines, begin, end):
950 for i in range(begin, end):
964 'Could not find end of multi-line comment')
1095 # Did not find endchar before end of file, give up
1230 """Logs an error if there is no newline char at the end of the file.
1244 'Could not find a newline character at the end of the file.')
1383 This is mostly used for checking end of namespace comments
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i810/
i810_drv.h 76 unsigned long End;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 300 uptr end = ac->Beg() + ac->UsedSize(true); local in function:__asan::Allocator::RePoisonChunk
302 if (chunk < beg && beg < end && end <= chunk_end &&
306 uptr end_aligned_down = RoundDownTo(end, SHADOW_GRANULARITY);
308 end_aligned_down, end - end_aligned_down,
517 // Deal with the end of the region if size is not aligned to granularity.
809 uptr AsanChunkView::End() const { return Beg() + UsedSize(); }
993 void GetAllocatorGlobalRange(uptr *begin, uptr *end) {
995 *end = *begin + sizeof(__asan::get_allocator());

Completed in 28 milliseconds

1 2