/AliOS-Things-master/components/py_engine/engine/mpy-cross/ |
A D | mpconfigport.h | 104 typedef __int64 mp_int_t; 105 typedef unsigned __int64 mp_uint_t; 107 typedef __int64 mp_int_t; 108 typedef unsigned __int64 mp_uint_t; 161 typedef __int64 ssize_t;
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2017-18013.patch | 20 - (unsigned __int64) td->td_stripoffset[s], 21 - (unsigned __int64) td->td_stripbytecount[s]); 22 + td->td_stripoffset ? (unsigned __int64) td->td_stripoffset[s] : 0, 23 + td->td_stripbytecount ? (unsigned __int64) td->td_stripbytecount[s] : 0);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tiffconf.vc.h | 50 #define TIFF_INT64_T signed __int64 56 #define TIFF_UINT64_T unsigned __int64
|
A D | tif_read.c | 613 (unsigned __int64) cc, in TIFFReadRawStrip1() 614 (unsigned __int64) size); in TIFFReadRawStrip1() 650 (unsigned __int64) n, in TIFFReadRawStrip1() 651 (unsigned __int64) size); in TIFFReadRawStrip1() 736 (unsigned __int64) bytecount, in TIFFReadRawStrip() 776 (unsigned __int64) bytecount, in TIFFFillStrip() 843 (unsigned __int64) bytecount); in TIFFFillStrip() 1118 (unsigned __int64) cc, in TIFFReadRawTile1() 1119 (unsigned __int64) size); in TIFFReadRawTile1() 1148 (unsigned __int64) n, in TIFFReadRawTile1() [all …]
|
A D | tif_config.vc.h | 45 #define TIFF_INT64_T signed __int64 51 #define TIFF_UINT64_T unsigned __int64
|
A D | tif_print.c | 103 (unsigned __int64)((uint64 *) raw_data)[j]); in _TIFFPrintField() 110 fprintf(fd, "%I64d", (__int64)((int64 *) raw_data)[j]); in _TIFFPrintField() 117 (unsigned __int64)((uint64 *) raw_data)[j]); in _TIFFPrintField() 244 (unsigned __int64) tif->tif_diroff, in TIFFPrintDirectory() 245 (unsigned __int64) tif->tif_diroff); in TIFFPrintDirectory() 563 (unsigned __int64) td->td_subifd[i]); in TIFFPrintDirectory() 670 td->td_stripoffset ? (unsigned __int64) td->td_stripoffset[s] : 0, in TIFFPrintDirectory() 671 td->td_stripbytecount ? (unsigned __int64) td->td_stripbytecount[s] : 0); in TIFFPrintDirectory()
|
A D | tif_dumpmode.c | 87 (signed __int64) tif->tif_rawcc, in DumpModeDecode() 88 (signed __int64) cc); in DumpModeDecode()
|
A D | tif_thunder.c | 152 (unsigned __int64) npixels, in ThunderDecode() 153 (unsigned __int64) maxpixels); in ThunderDecode()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_config_winrt.h | 55 typedef signed __int64 int64_t; 56 typedef unsigned __int64 uint64_t; 59 typedef unsigned __int64 uintptr_t;
|
A D | SDL_config_windows.h | 40 typedef signed __int64 int64_t; 41 typedef unsigned __int64 uint64_t; 44 typedef unsigned __int64 uintptr_t;
|
A D | SDL_opengles2_khrplatform.h | 169 typedef __int64 khronos_int64_t; 170 typedef unsigned __int64 khronos_uint64_t;
|
/AliOS-Things-master/components/trace/Config/ |
A D | Global.h | 86 #define U64 unsigned __int64 88 #define I64 __int64
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | eigen_tensor_reduced_instantiations_oss.h | 53 typedef __int64 int64_t; 54 typedef unsigned __int64 uint64_t;
|
A D | eigen_tensor_reduced_instantiations_google.h | 53 typedef __int64 int64_t; 54 typedef unsigned __int64 uint64_t;
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vk_platform.h | 81 typedef signed __int64 int64_t; 82 typedef unsigned __int64 uint64_t;
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/kernel/include/network/curl/ |
A D | system.h | 85 # define CURL_TYPEOF_CURL_OFF_T __int64 103 # define CURL_TYPEOF_CURL_OFF_T __int64 125 # define CURL_TYPEOF_CURL_OFF_T __int64 162 # define CURL_TYPEOF_CURL_OFF_T __int64 179 # define CURL_TYPEOF_CURL_OFF_T __int64 347 # define CURL_TYPEOF_CURL_OFF_T __int64
|
/AliOS-Things-master/components/freetype/include/config/ |
A D | ftconfig.h | 273 #define FT_INT64 __int64 274 #define FT_UINT64 unsigned __int64 283 #define FT_INT64 __int64 284 #define FT_UINT64 unsigned __int64
|
/AliOS-Things-master/components/SDL2/src/video/khronos/KHR/ |
A D | khrplatform.h | 171 typedef __int64 khronos_int64_t; 172 typedef unsigned __int64 khronos_uint64_t;
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | denormal.cc | 62 _WriteStatusReg(0x5A20, static_cast<__int64>(state.fpcr)); in set_fpu_state() 82 __int64 fpcr = _ReadStatusReg(0x5A20); in disable_fpu_denormals()
|
A D | size_util.h | 43 _BitScanReverse64(&result, static_cast<unsigned __int64>(n)); in floor_log2()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffdump.c | 350 (unsigned long)n, dircount, (unsigned __int64) off); in ReadDirectory() 374 (unsigned __int64)off, (unsigned __int64)off, in ReadDirectory() 375 (unsigned __int64)nextdiroff, (unsigned __int64)nextdiroff); in ReadDirectory() 422 printf("%I64u<", (unsigned __int64)count); in ReadDirectory() 836 fprintf(fd, ifd8fmt, sep, (unsigned __int64) *llp++); in PrintData()
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | config.h | 117 using Int64 = __int64; 118 using UInt64 = unsigned __int64;
|
/AliOS-Things-master/components/fatfs/include/ |
A D | integer.h | 12 typedef unsigned __int64 QWORD;
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | json-forwards.h | 250 typedef __int64 Int64; 251 typedef unsigned __int64 UInt64;
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftmisc.h | 87 typedef __int64 FT_Int64;
|