Home
last modified time | relevance | path

Searched refs:control_end (Results 1 – 2 of 2) sorted by relevance

/external/libpng/contrib/tools/
Dpngfix.c3531 control_end(struct control *control) in control_end() function
3669 rc |= control_end(&control); in one_file()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc2507 char *const control_end = p + controllen;
2509 if (p + sizeof(__sanitizer_cmsghdr) > control_end) break;
2513 if (p + RoundUpTo(cmsg->cmsg_len, sizeof(uptr)) > control_end) break;