Home
last modified time | relevance | path

Searched refs:IGNORE_INTEGER_OVERFLOW (Results 1 – 2 of 2) sorted by relevance

/frameworks/minikin/include/minikin/
DMacros.h20 #define IGNORE_INTEGER_OVERFLOW __attribute__((no_sanitize("integer"))) macro
22 #define IGNORE_INTEGER_OVERFLOW // no-op macro
DHasher.h33 IGNORE_INTEGER_OVERFLOW inline Hasher& update(uint32_t data) { in update()
89 IGNORE_INTEGER_OVERFLOW inline uint32_t hash() { in hash()