Home
last modified time | relevance | path

Searched defs:mn (Results 76 – 100 of 6657) sorted by last modified time

12345678910>>...267

/dports/japanese/rogue_s/rogue_s/
H A Dhit.c30 char *mn; local
250 char *mn; local
/dports/irc/srvx/srvx-1.3.1/src/
H A Dproto-p10.c663 struct modeNode *mn; in irc_burst() local
785 struct modeNode *mn = GetUserMode(channel, who); in irc_kick() local
1223 struct modeNode *mn; in CMD_FUNC() local
2374 struct modeNode *mn; in mod_chanmode_announce() local
/dports/graphics/argyllcms/Argyll_V1.9.2/gamut/
H A Dgamut.h247 double mx[3], mn[3]; /* Range covered by input points */ member
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADABaseUtils/include/Math/
H A DCOLLADABUMathUtils.h143 static T clamp ( T val, T2 mn, T3 mx ) in clamp()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMPolySmoothProxy.h102 void setMaya2008Above(bool mn) in setMaya2008Above()
H A DMayaDMClamp.h27 void setMin(const float3& mn) in setMin()
/dports/graphics/grads/grads-1.9b4/src/
H A Dgrads.h58 int mn; member
/dports/games/vavoom/vavoom-1.33/source/
H A Dmapinfo.cpp1008 const char* mn = *MapLumpName; in ParseMap() local
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DB3DImporter.cpp583 aiVector3D *mv=mesh->mVertices=new aiVector3D[ n_verts ],*mn=0,*mc=0; in ReadBB3D() local
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FMath/
H A DFMath.h130 …inline T Clamp(T val, T2 mn, T3 mx) { return (T) ((val > (T) mx) ? (T) mx : (val < (T) mn) ? (T) m… in Clamp()
142 …inline T Wrap(T val, T2 mn, T3 mx) { T d = (T)(mx - mn); while (val > (T)mx) val -= d; while (val … in Wrap()
147 inline float Wrap(float val, float mn, float mx) { in Wrap()
153 inline double Wrap(double val, double mn, double mx) { in Wrap()
159 inline int Wrap(int val, int mn, int mx) { in Wrap()
165 inline uint32 Wrap(uint32 val, uint32 mn, uint32 mx) { in Wrap()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FMath/
H A DFMath.h130 …inline T Clamp(T val, T2 mn, T3 mx) { return (T) ((val > (T) mx) ? (T) mx : (val < (T) mn) ? (T) m… in Clamp()
142 …inline T Wrap(T val, T2 mn, T3 mx) { T d = (T)(mx - mn); while (val > (T)mx) val -= d; while (val … in Wrap()
147 inline float Wrap(float val, float mn, float mx) { in Wrap()
153 inline double Wrap(double val, double mn, double mx) { in Wrap()
159 inline int Wrap(int val, int mn, int mx) { in Wrap()
165 inline uint32 Wrap(uint32 val, uint32 mn, uint32 mx) { in Wrap()
/dports/games/gtypist/gtypist-2.9.5/src/
H A Dcursmenu.c60 MenuNode *mn = (MenuNode *) calloc (1, sizeof (MenuNode)); in node_new() local
70 static void node_delete (MenuNode *mn) in node_delete()
86 MenuNode *mn = start_node; in append_menu_history() local
138 MenuNode *mn = start_node; in prepare_to_go_back() local
/dports/ftp/multiget/multiget-1.1.3/src/
H A Dmainframe.cpp4659 int mn = m_PropertyDlg->GetMirrorUrl( 80, mu ); in OnProperty() local
/dports/emulators/jzintv/jzintv-20200712-src/src/cp1600/
H A Dop_exec_ext.c417 const uint32_t mn = u1 > u2 ? u2 : u1; in FN() local
427 const uint32_t mn = u1 > u2 ? u2 : u1; in FN() local
437 const uint32_t mn = u1 > u2 ? u2 : u1; in FN() local
447 const uint32_t mn = u1 > u2 ? u2 : u1; in FN() local
521 const int16_t mn = i1 < i2 ? i1 : i2; in FN() local
532 const uint16_t mn = i1 < i2 ? i1 : i2; in FN() local
543 const int16_t mn = i1 < i2 ? i1 : i2; in FN() local
554 const uint16_t mn = i1 < i2 ? i1 : i2; in FN() local
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/
H A Dsim_tmxr.c786 int32 hr, mn, sc; in tmxr_fconns() local
/dports/emulators/simh/simh-3.9.0_5/
H A Dsim_tmxr.c670 int32 o1, o2, o3, o4, hr, mn, sc; in tmxr_fconns() local
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/
H A Dsim_tmxr.c786 int32 hr, mn, sc; in tmxr_fconns() local
/dports/devel/sdl20/SDL2-2.0.18/src/stdlib/
H A DSDL_malloc.c3651 mchunkptr mn = next_chunk(mem2chunk(m)); in sys_alloc() local
4588 mchunkptr mn; in init_user_mstate() local
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_alloc.c1173 mchunkptr mn; in lj_alloc_create() local
/dports/devel/sdts++/sdts++-1.5.1/sdts++/builder/
H A Dsb_ForeignID.cpp116 sb_ForeignID::sb_ForeignID( std::string const& mn, in sb_ForeignID()
235 sb_AttributeID::sb_AttributeID( std::string const& mn, in sb_AttributeID()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dopts.c149 size_t mn, mx, md, opt_len; in find_opt() local
/dports/devel/libdlmalloc/dlmalloc-2.8.6/
H A Dmalloc-2.8.6.c4187 mchunkptr mn = next_chunk(mem2chunk(m)); in sys_alloc() local
5396 mchunkptr mn; in init_user_mstate() local
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A Drdlmalloc.cpp2475 mchunkptr mn = next_chunk(mem2chunk(m)); in sys_alloc() local
3411 mchunkptr mn; in init_user_mstate() local
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/troff/
H A Dn3.c307 Offset finds(int mn) in finds()
/dports/databases/galera/galera-release_25.3.35/gcomm/src/
H A Devs_proto.cpp1172 const MessageNode& mn(MessageNodeList::value(i)); in deliver_reg_view() local
1208 const gcomm::Node& mn(NodeList::value(i)); in deliver_reg_view() local
1250 const MessageNode& mn(MessageNodeList::value(i)); in deliver_trans_view() local
1280 const gcomm::Node& mn(NodeList::value(i)); in deliver_trans_view() local
3188 const MessageNode& mn( in deliver_trans() local
4055 const MessageNode& mn(MessageNodeList::value(mni)); in check_suspects() local
4285 const MessageNode& mn(MessageNodeList::value(mn_i)); in check_unseen() local
4330 const MessageNode& mn(MessageNodeList::value(j)); in check_nil_view_id() local
4516 const MessageNode& mn(MessageNodeList::value(i)); in handle_join() local
4701 const MessageNode& mn(MessageNodeList::value(mn_i)); in handle_install() local
[all …]

12345678910>>...267