HomeSort by: relevance | last modified time | path
    Searched refs:end_p (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_poisoning.cc 356 const void *end_p,
360 VPrintf(2, "contiguous_container: %p %p %p %p\n", beg_p, end_p, old_mid_p,
363 uptr end = reinterpret_cast<uptr>(end_p);
407 const void *beg_p, const void *mid_p, const void *end_p) {
411 uptr end = reinterpret_cast<uptr>(end_p);
441 const void *end_p) {
443 end_p) == nullptr;
  /src/sys/dev/raidframe/
rf_parityscan.c 207 char *pbuf, *bf, *end_p, *p; local in function:rf_VerifyParityBasic
226 end_p = bf + bytesPerStripe;
282 for (p = bf; p < end_p; p += numbytes) {
rf_evenodd.c 345 char *pbuf, *buf, *end_p, *p; local in function:rf_VerifyParityEvenOdd
365 end_p = buf + bytesPerStripe;
427 for (p = buf, i = 0; p < end_p; p += numbytes, i++) {

Completed in 13 milliseconds