Home
last modified time | relevance | path

Searched refs:xxh_u32 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/util/
Dxxhash.h506 typedef XXH32_hash_t xxh_u32; typedef
514 static xxh_u32 XXH_read32(const void* memPtr) { return *(const xxh_u32*) memPtr; } in XXH_read32()
520 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign;
521 static xxh_u32 XXH_read32(const void* ptr) { return ((const unalign*)ptr)->u32; } in XXH_read32()
528 static xxh_u32 XXH_read32(const void* memPtr) in XXH_read32()
530 xxh_u32 val; in XXH_read32()
553 …const union { xxh_u32 u; xxh_u8 c[4]; } one = { 1 }; /* don't use static : performance detriment… in XXH_isLittleEndian()
589 static xxh_u32 XXH_swap32 (xxh_u32 x) in XXH_swap32()
604 XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* ptr) in XXH_readLE32()
609 static xxh_u32 XXH_readBE32(const void* ptr) in XXH_readBE32()
[all …]
/external/virglrenderer/src/mesa/util/
Dxxhash.h508 typedef XXH32_hash_t xxh_u32; typedef
516 static xxh_u32 XXH_read32(const void* memPtr) { return *(const xxh_u32*) memPtr; } in XXH_read32()
522 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign;
523 static xxh_u32 XXH_read32(const void* ptr) { return ((const unalign*)ptr)->u32; } in XXH_read32()
530 static xxh_u32 XXH_read32(const void* memPtr) in XXH_read32()
532 xxh_u32 val; in XXH_read32()
555 …const union { xxh_u32 u; xxh_u8 c[4]; } one = { 1 }; /* don't use static : performance detriment… in XXH_isLittleEndian()
591 static xxh_u32 XXH_swap32 (xxh_u32 x) in XXH_swap32()
606 XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* ptr) in XXH_readLE32()
611 static xxh_u32 XXH_readBE32(const void* ptr) in XXH_readBE32()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h1409 typedef XXH32_hash_t xxh_u32; typedef
1414 # define U32 xxh_u32
1480 static xxh_u32 XXH_read32(const void* memPtr) { return *(const xxh_u32*) memPtr; } in XXH_read32()
1491 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign;
1493 static xxh_u32 XXH_read32(const void* ptr) in XXH_read32()
1495 typedef union { xxh_u32 u32; } __attribute__((packed)) xxh_unalign; in XXH_read32()
1505 static xxh_u32 XXH_read32(const void* memPtr) in XXH_read32()
1507 xxh_u32 val; in XXH_read32()
1559 const union { xxh_u32 u; xxh_u8 c[4]; } one = { 1 }; in XXH_isLittleEndian()
1619 static xxh_u32 XXH_swap32 (xxh_u32 x) in XXH_swap32()
[all …]
Dxxh_x86dispatch.c235 static void XXH_cpuid(xxh_u32 eax, xxh_u32 ecx, xxh_u32* abcd) in XXH_cpuid()
240 xxh_u32 ebx, edx; in XXH_cpuid()
292 xxh_u32 xcr0_lo, xcr0_hi; in XXH_xgetbv()
324 xxh_u32 abcd[4]; in XXH_featureTest()
325 xxh_u32 max_leaves; in XXH_featureTest()
331 xxh_u32 cpuid_supported; in XXH_featureTest()
/external/AFLplusplus/include/
Dxxhash.h1662 typedef XXH32_hash_t xxh_u32; typedef
1667 #define U32 xxh_u32
1733 static xxh_u32 XXH_read32(const void *memPtr) { in XXH_read32()
1735 return *(const xxh_u32 *)memPtr; in XXH_read32()
1750 xxh_u32 u32;
1755 static xxh_u32 XXH_read32(const void *ptr) { in XXH_read32()
1759 xxh_u32 u32; in XXH_read32()
1773 static xxh_u32 XXH_read32(const void *memPtr) { in XXH_read32()
1775 xxh_u32 val; in XXH_read32()
1828 xxh_u32 u; in XXH_isLittleEndian()
[all …]
/external/zstd/lib/common/
Dxxhash.h1564 typedef XXH32_hash_t xxh_u32; typedef
1569 # define U32 xxh_u32
1635 static xxh_u32 XXH_read32(const void* memPtr) { return *(const xxh_u32*) memPtr; } in XXH_read32()
1646 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign;
1648 static xxh_u32 XXH_read32(const void* ptr) in XXH_read32()
1650 typedef union { xxh_u32 u32; } __attribute__((packed)) xxh_unalign; in XXH_read32()
1660 static xxh_u32 XXH_read32(const void* memPtr) in XXH_read32()
1662 xxh_u32 val; in XXH_read32()
1713 const union { xxh_u32 u; xxh_u8 c[4]; } one = { 1 }; in XXH_isLittleEndian()
1773 static xxh_u32 XXH_swap32 (xxh_u32 x) in XXH_swap32()
[all …]