Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_audio_source.cpp95 const int64_t int64Max = 0x7fffffffffffffff; in Int64Multiple() local
96 if (firstNumber > (int64Max / secondNumber)) { in Int64Multiple()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_test.cpp2165 string int64Max = "{\"field1\":null,\"field2\":9223372036854775807, \"field3\":null}"; variable
2169 Value value6(int64Max.begin(), int64Max.end());