HomeSort by relevance Sort by last modified time
    Searched defs:read4 (Results 1 - 6 of 6) sorted by null

  /system/extras/tests/bionic/libc/other/
test_aligned.c 7 read4( int o, unsigned val ) function
17 printf( "read4: offset=%d value=%08x: ", o, val );
98 read4( 0, 0x12345678 );
100 read4( 1, 0x12345678 );
102 read4( 2, 0x12345678 );
104 read4( 3, 0x12345678 );
  /bionic/libc/tools/zoneinfo/
ZoneInfo.java 54 int ntransition = read4(data, 32);
55 int ngmtoff = read4(data, 36);
60 transitions[i] = read4(data, base + 4 * i);
72 gmtoff[i] = read4(data, base + 6 * i);
82 private static int read4(byte[] data, int off) { method in class:ZoneInfo
  /external/zlib/examples/
gzappend.c 221 unsigned long read4(file *in) function
341 if (crc != read4(&gz))
344 if ((tot & 0xffffffffUL) != read4(&gz))
  /external/linux-tools-perf/util/
trace-event-read.c 108 static unsigned int read4(void) function
167 size = read4();
185 size = read4();
253 count = read4();
269 systems = read4();
274 count = read4();
516 page_size = read4();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 324 milliseconds