Home
last modified time | relevance | path

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

/external/libconfig/lib/
Dwincompat.h89 #define INT64_CONST(I) (I ## i64) macro
108 #define INT64_CONST(I) (I ## LL) macro
Dlibconfigcpp.c++1163 ns = INT64_CONST(0); in add()