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

  /external/lz4/lib/
xxhash.c 550 typedef union { U32 u32; U64 u64; } __attribute__((packed)) unalign64; typedef in typeref:union:__anon32420
551 static U64 XXH_read64(const void* ptr) { return ((const unalign64*)ptr)->u64; }
  /external/vulkan-validation-layers/layers/
xxhash.c 544 typedef union { U32 u32; U64 u64; } __attribute__((packed)) unalign64; typedef in typeref:union:__anon49370
545 static U64 XXH_read64(const void* ptr) { return ((const unalign64*)ptr)->u64; }

Completed in 49 milliseconds