Home | History | Annotate | Download | only in dist

Lines Matching refs:LLD

963 #   define LLD "%I64d"
966 # define LLD "%lld"
978 sprintf(buf, LLD, max_value);
981 sprintf(buf, LLD, min_value);
984 sprintf(buf, LLD, max_value);
989 sprintf(buf, LLD, min_value);