Home
last modified time | relevance | path

Searched defs:_ofs (Results 1 – 14 of 14) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/gnap/
H A Ddatarchive.h39 uint32 _ofs; member
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gnap/
H A Ddatarchive.h39 uint32 _ofs; member
/dports/math/singular/Singular-Release-4-2-1/libpolys/tests/
H A Dcommon.h92 std::ofstream _ofs; variable
/dports/games/tycho/species/
H A Dchromosome.hpp54 unsigned int _idx, _len, _ofs; member in CChromosome
/dports/games/species/species/
H A Dchromosome.hpp54 unsigned int _idx, _len, _ofs; member in CChromosome
/dports/multimedia/vcdimager/vcdimager-2.0.1/lib/
H A Dimage_cdrdao.c182 uint32_t _ofs = 0; in _vcd_image_cdrdao_write() local
/dports/math/speedcrunch/heldercorreia-speedcrunch-c0fc9c68d292/src/math/
H A Dfloatgamma.c135 _ofs( in _ofs() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/btree/
H A Dbtree_interface.cpp333 int _ofs; member in mongo::__anon6c5629450111::BtreeInterfaceImpl::Cursor
/dports/multimedia/vcdimager/vcdimager-2.0.1/frontends/cli/
H A Dvcd-info.c827 const int _ofs = uint16_from_be (_sd2->spi_indexes[n]); in dump_scandata_dat() local
837 const int _ofs = in dump_scandata_dat() local
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/misc/fts/
H A Dtrie-fd.c285 int line, off_t *_ofs) in lws_fts_getfileoffset()
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/netmap_plugin/netmap_includes/net/
H A Dnetmap_user.h83 #define NETMAP_IF(_base, _ofs) _NETMAP_OFFSET(struct netmap_if *, _base, _ofs) argument
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dpersistence.cpp2063 FileNode::FileNode(FileStorage::Impl* _fs, size_t _blockIdx, size_t _ofs) in FileNode()
2070 FileNode::FileNode(const FileStorage* _fs, size_t _blockIdx, size_t _ofs) in FileNode()
2471 FileNodeIterator& FileNodeIterator::operator += (int _ofs) in operator +=()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp2919 int _scale_x, int _scale_y, const int* _ofs, const int* _xofs) : in resizeAreaFast_Invoker()
3865 AutoBuffer<int> _ofs(area + dsize.width*cn); in resize() local
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dresize.cpp123 std::vector<u32> & _ofs) in calcLUT()