Home
last modified time | relevance | path

Searched refs:struct_input_id_sz (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc143 _(EVIOCGBIT, WRITE, struct_input_id_sz); // fixup
145 _(EVIOCGID, WRITE, struct_input_id_sz);
Dsanitizer_platform_limits_posix.h900 extern unsigned struct_input_id_sz;
Dsanitizer_platform_limits_posix.cc423 unsigned struct_input_id_sz = sizeof(struct input_id); variable