Home
last modified time | relevance | path

Searched defs:duint64 (Results 1 – 17 of 17) sorted by relevance

/dports/devel/ode/ode-0.13/include/ode/
H A Dodeconfig.h79 typedef unsigned __int64 duint64; typedef
82 typedef unsigned long long duint64; typedef
93 typedef unsigned __int64 duint64; typedef
96 typedef unsigned long long duint64; typedef
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/
H A Dlibcore.h784 typedef quint64 duint64; ///< 64-bit unsigned integer. typedef
813 typedef unsigned long long duint64; typedef
821 typedef uint64_t duint64; typedef
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/
H A Ddrw_base.h58 typedef unsigned long long int duint64; /* 64 bit unsigned */ typedef
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/
H A Ddrw_base.h58 typedef unsigned long long int duint64; /* 64 bit unsigned */ typedef
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/
H A Ddrw_base.h52 typedef unsigned long long int duint64; /* 64 bit unsigned */ typedef
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/
H A Ddrw_base.h92 typedef unsigned long long int duint64; /* 64 bit unsigned */ typedef
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/
H A Ddrw_base.h52 typedef unsigned long long int duint64; /* 64 bit unsigned */ typedef
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86emitter.h297 inline Error duint64(uint64_t x) { return _emitter()->embed(&x, sizeof(uint64_t)); } in duint64() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86emitter.h297 inline Error duint64(uint64_t x) { return _emitter()->embed(&x, sizeof(uint64_t)); } in duint64() function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86emitter.h297 inline Error duint64(uint64_t x) { return _emitter()->embed(&x, sizeof(uint64_t)); } in duint64() function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/x86/
H A Dx86emitter.h297 inline Error duint64(uint64_t x) { return _emitter()->embed(&x, sizeof(uint64_t)); } in duint64() function
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dx86emitter.h344 …ASMJIT_INLINE Error duint64(uint64_t x) { return static_cast<This*>(this)->embed(&x, sizeof(uint64… in duint64() function
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86emitter.h316 inline Error duint64(uint64_t x) { return static_cast<This*>(this)->embed(&x, sizeof(uint64_t)); } in duint64() function
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86emitter.h348 inline Error duint64(uint64_t x) { return _emitter()->embed(&x, sizeof(uint64_t)); } in duint64() function
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86emitter.h348 inline Error duint64(uint64_t x) { return _emitter()->embed(&x, sizeof(uint64_t)); } in duint64() function
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86assembler.h606 inline void duint64(uint64_t x) { embed(&x, sizeof(uint64_t)); } in duint64() function
H A Dx86compiler.h1347 inline void duint64(uint64_t x) { embed(&x, sizeof(uint64_t)); } in duint64() function