Searched defs:__strtoull_impl (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | util.h | 231 #define __strtoull_impl(s, pe, b) _strtoui64_l(s, pe, b, ClassicLocale::Get()) macro 236 #define __strtoull_impl(s, pe, b) strtoull_l(s, pe, b, ClassicLocale::Get()) macro 245 #define __strtoull_impl(s, pe, b) _strtoui64(s, pe, b) macro 248 #define __strtoull_impl(s, pe, b) strtoull(s, pe, b) macro
|
Completed in 9 milliseconds