Home
last modified time | relevance | path

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

/aosp_15_r20/external/freetype/src/pcf/
H A Dpcfutil.c65 #define BSWAP32( x ) __builtin_bswap32( x ) macro
73 #define BSWAP32( x ) _byteswap_ulong( x ) macro
80 #define BSWAP32( x ) \ macro
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
H A Dbloom_filter.cc25 inline static uint32_t BSWAP32(uint32_t value) { in BSWAP32() function
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/
H A Dsha2.c21 inline static uint32_t BSWAP32(uint32_t value) { in BSWAP32() function
H A Daes.c105 inline static uint32_t BSWAP32(uint32_t value) { in BSWAP32() function