Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dtypes.h48 static const uint64 kuint64max = ((uint64)0xFFFFFFFFFFFFFFFFull); variable
/external/dynamic_depth/internal/base/
Dintegral_types.h97 static const uint64 kuint64max = ((uint64)GG_LONGLONG(0xFFFFFFFFFFFFFFFF)); variable
/external/protobuf/src/google/protobuf/stubs/
Dport.h144 static const uint64 kuint64max = GOOGLE_ULONGLONG(0xFFFFFFFFFFFFFFFF); variable
/external/jsoncpp/src/test_lib_json/
Dmain.cpp18 #define kuint64max Json::Value::maxUInt64 macro