Home
last modified time | relevance | path

Searched refs:__int64 (Results 1 – 25 of 49) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h104 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 Dlibtiff-CVE-2017-18013.patch20 - (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 Dtiffconf.vc.h50 #define TIFF_INT64_T signed __int64
56 #define TIFF_UINT64_T unsigned __int64
A Dtif_read.c613 (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 Dtif_config.vc.h45 #define TIFF_INT64_T signed __int64
51 #define TIFF_UINT64_T unsigned __int64
A Dtif_print.c103 (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 Dtif_dumpmode.c87 (signed __int64) tif->tif_rawcc, in DumpModeDecode()
88 (signed __int64) cc); in DumpModeDecode()
A Dtif_thunder.c152 (unsigned __int64) npixels, in ThunderDecode()
153 (unsigned __int64) maxpixels); in ThunderDecode()
/AliOS-Things-master/components/SDL2/include/
A DSDL_config_winrt.h55 typedef signed __int64 int64_t;
56 typedef unsigned __int64 uint64_t;
59 typedef unsigned __int64 uintptr_t;
A DSDL_config_windows.h40 typedef signed __int64 int64_t;
41 typedef unsigned __int64 uint64_t;
44 typedef unsigned __int64 uintptr_t;
A DSDL_opengles2_khrplatform.h169 typedef __int64 khronos_int64_t;
170 typedef unsigned __int64 khronos_uint64_t;
/AliOS-Things-master/components/trace/Config/
A DGlobal.h86 #define U64 unsigned __int64
88 #define I64 __int64
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Deigen_tensor_reduced_instantiations_oss.h53 typedef __int64 int64_t;
54 typedef unsigned __int64 uint64_t;
A Deigen_tensor_reduced_instantiations_google.h53 typedef __int64 int64_t;
54 typedef unsigned __int64 uint64_t;
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvk_platform.h81 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 Dsystem.h85 # 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 Dftconfig.h273 #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 Dkhrplatform.h171 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 Ddenormal.cc62 _WriteStatusReg(0x5A20, static_cast<__int64>(state.fpcr)); in set_fpu_state()
82 __int64 fpcr = _ReadStatusReg(0x5A20); in disable_fpu_denormals()
A Dsize_util.h43 _BitScanReverse64(&result, static_cast<unsigned __int64>(n)); in floor_log2()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffdump.c350 (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 Dconfig.h117 using Int64 = __int64;
118 using UInt64 = unsigned __int64;
/AliOS-Things-master/components/fatfs/include/
A Dinteger.h12 typedef unsigned __int64 QWORD;
/AliOS-Things-master/components/oss/src/external/json/
A Djson-forwards.h250 typedef __int64 Int64;
251 typedef unsigned __int64 UInt64;
/AliOS-Things-master/components/freetype/src/raster/
A Dftmisc.h87 typedef __int64 FT_Int64;

Completed in 57 milliseconds

12