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

  /external/clang/lib/Headers/
stdint.h 438 # define __INT_LEAST64_MIN INT64_MIN
452 #ifdef __INT_LEAST64_MIN
453 # define INT_LEAST64_MIN __INT_LEAST64_MIN
456 # define INT_FAST64_MIN __INT_LEAST64_MIN
459 #endif /* __INT_LEAST64_MIN */