Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dtypes.h44 static const uint64 kuint64max = static_cast<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.h164 static const uint64 kuint64max = PROTOBUF_ULONGLONG(0xFFFFFFFFFFFFFFFF); variable
/external/jsoncpp/src/test_lib_json/
Dmain.cpp37 #define kuint64max Json::Value::maxUInt64 macro