Searched refs:S64 (Results 1 – 4 of 4) sorted by relevance
65 enum num_t { U64, first_t = U64, U32, S64, S32, last_t = S32 }; enumerator72 case S64: return (s64)x < (s64)y ? (s64)x : (s64)y; in min_t()83 case S64: return (s64)x > (s64)y ? (s64)x : (s64)y; in max_t()94 case S64: return (s64)x; in cast_t()105 case S64: return "s64"; in t_str()116 case S64: return false; in t_is_32()125 case U64: return S64; in t_signed()127 case S64: return S64; in t_signed()138 case S64: return U64; in t_unsigned()153 case S64: return (s64)x >= SNUM_MIN_DECIMAL && (s64)x <= SNUM_MAX_DECIMAL; in num_is_small()[all …]
121 #define S64 " key shmid perms size cpid lpid nattch uid gid cuid… in main() macro125 } else if (rv == strlen(S64)) { in main()126 assert(memcmp(buf, S64, strlen(S64)) == 0); in main()
60 } S64; typedef79 typedef S64 *PS64;
40 typedef int64_t S64; typedef