Searched refs:hdr_end (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp81 uptr hdr_end = hdr + sizeof(Trace); local
82 hdr_end -= sizeof(TraceHeader) * (kTraceParts - TraceParts());
83 hdr_end = RoundUp(hdr_end, GetPageSizeCached());
84 if (hdr_end < hdr + sizeof(Trace))
85 UnmapOrDie((void*)hdr_end, hdr + sizeof(Trace) - hdr_end);
/freebsd-12-stable/lib/libfetch/
H A Dhttp.c362 hdr_end = 0, enumerator in enum:__anon8619
541 return (hdr_end);
1480 } while (h > hdr_end);
1940 case hdr_end:
1946 } while (h > hdr_end);

Completed in 156 milliseconds