Searched defs:_Time (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | time.h | 194 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); } in _wctime() 196 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime32(_Time); } in _wctime() 206 …__CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) … in _wctime_s() 208 …__CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) … in _wctime_s() 219 static __inline time_t __CRTDECL time(time_t *_Time) { return _time32(_Time); } in time() 221 static __inline struct tm *__CRTDECL localtime(const time_t *_Time) { return _localtime32(_Time); } in localtime() 222 static __inline errno_t __CRTDECL localtime_s(struct tm *_Tm,const time_t *_Time) { return _localti… in localtime_s() 223 static __inline struct tm *__CRTDECL gmtime(const time_t *_Time) { return _gmtime32(_Time); } in gmtime() 224 static __inline errno_t __CRTDECL gmtime_s(struct tm *_Tm, const time_t *_Time) { return _gmtime3… in gmtime_s() 225 static __inline char *__CRTDECL ctime(const time_t *_Time) { return _ctime32(_Time); } in ctime() [all …]
|
D | wchar.h | 1394 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime64(_Time); } in _wctime() 1396 __CRT_INLINE wchar_t *__cdecl _wctime(const time_t *_Time) { return _wctime32(_Time); } in _wctime() 1406 …__CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) … in _wctime_s() 1408 …__CRT_INLINE errno_t __cdecl _wctime_s (wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) … in _wctime_s()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/ |
D | wchar_s.h | 349 __CRT_INLINE errno_t __cdecl _wctime_s(wchar_t *_Buffer,size_t _SizeInWords,const time_t *_Time) { … in _wctime_s()
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-1B-Instruct/ |
H A D | tokenizer.json | 42592 "_Time": 40180, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/Llama-3.2-3B-Instruct/ |
H A D | tokenizer.json | 42592 "_Time": 40180, number
|
/aosp_15_r20/external/executorch/examples/mediatek/models/llm_models/weights/llama3-8B-instruct/ |
H A D | tokenizer.json | 42533 "_Time": 40180, number
|