Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dtrace-event-read.c108 static unsigned int read4(void) in read4() function
167 size = read4(); in read_proc_kallsyms()
185 size = read4(); in read_ftrace_printk()
253 count = read4(); in read_ftrace_files()
269 systems = read4(); in read_event_files()
274 count = read4(); in read_event_files()
516 page_size = read4(); in trace_report()
/external/zlib/examples/
Dgzappend.c221 unsigned long read4(file *in) in read4() function
341 if (crc != read4(&gz)) in gzscan()
344 if ((tot & 0xffffffffUL) != read4(&gz)) in gzscan()