Home
last modified time | relevance | path

Searched defs:zmemcmp_8 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Dzbuild.h233 # define zmemcmp_8(str1, str2) (*((uint64_t *)(str1)) != *((uint64_t *)(str2))) macro
237 # define zmemcmp_8(str1, str2) (((uint32_t *)(str1))[0] != ((uint32_t *)(str2))[0] || \ macro
246 # define zmemcmp_8(str1, str2) memcmp(str1, str2, 8) macro