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/src/examples/
Dgzappend.c223 unsigned long read4(file *in) in read4() function
343 if (crc != read4(&gz)) in gzscan()
346 if ((tot & 0xffffffffUL) != read4(&gz)) in gzscan()