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

  /external/fio/crc/
xxhash.c 90 #define A32(x) (((uint32_t_S *)(x))->v)
154 return endian==XXH_littleEndian ? A32(ptr) : XXH_swap32(A32(ptr));
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
Annotations57649Test.java 58 @Retention(RetentionPolicy.RUNTIME) @interface A32 {}
    [all...]

Completed in 1845 milliseconds