Home
last modified time | relevance | path

Searched refs:M_EMPTY (Results 1 – 16 of 16) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/
H A Dport_data.h38 M_EMPTY, // Mesh is empty enumerator
56 inline bool isEmpty() const { return nState == M_EMPTY; }; in isEmpty()
71 nState = M_EMPTY; // This should be the last operation in cleanup()
76 nState = M_EMPTY; // This should be the last operation in markEmpty()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/descrambler/ffdecsa/
H A Dparallel_032_int.h55 #define M_EMPTY() macro
H A Dparallel_128_sse2.h68 #define M_EMPTY() macro
H A Dparallel_064_mmx.h65 #define M_EMPTY() _mm_empty() macro
H A DFFdecsa.c898 M_EMPTY(); // restore CPU multimedia state in FUNC()
/dports/games/lmarbles/lmarbles-1.0.8/src/
H A Dlevels.c397 L_StMpT(&st->ch[i].lvls[j].map[l][k], -1, M_EMPTY, 0); in L_LdSt()
621 gm.m_act = M_EMPTY; in L_Ini()
672 if ( i + 1 >= gm.c_lvl->m_w || gm.c_lvl->map[i + 1][j].t == M_EMPTY ) { in L_DrwMpTl()
679 if ( j + 1 >= gm.c_lvl->m_h || gm.c_lvl->map[i][j + 1].t == M_EMPTY ) { in L_DrwMpTl()
687 || ((i - 1 >= gm.c_lvl->m_w) || gm.c_lvl->map[i - 1][j].t == M_EMPTY )) { in L_DrwMpTl()
694 || ((j - 1 >= gm.c_lvl->m_h) || gm.c_lvl->map[i][j - 1].t == M_EMPTY )) { in L_DrwMpTl()
727 case M_EMPTY: in L_DrwMpTl()
H A Dlevels.h44 M_EMPTY = 0, // background // enumerator
H A Dgame.c239 gm.m_act = M_EMPTY; in G_Ini()
1398 if (stp && gm.m_act != M_EMPTY) in Mr_Upd()
1479 if ( gm.m_act == M_EMPTY ) { in Mr_IniMv()
1486 gm.m_act = M_EMPTY; in Mr_IniMv()
1594 if (gm.m_act == M_EMPTY || gm.m_act == M_CRUMBLE) { in Mr_Stp()
1770 gm.m_act = M_EMPTY; in Mr_ResPos()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/container/vst/
H A Dhelpers.h45 mesh->nState = M_EMPTY; in vst_create_mesh()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/container/jack/
H A Dtypes.h158 mesh->nState = M_EMPTY; in jack_create_mesh()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Dcontainer.cpp178 printMessageWithInstanceParameter(M_EMPTY, containers[props].owner); in list()
H A Dacode.h706 M_EMPTY, enumerator
/dports/games/scummvm/scummvm-2.5.1/engines/glk/alan3/
H A Dcontainer.cpp178 printMessageWithInstanceParameter(M_EMPTY, containers[props].owner); in list()
H A Dacode.h706 M_EMPTY, enumerator
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl-class/
H A Dclass.tcl222 dict set state method menum M_EMPTY
261 dict set state method menum M_EMPTY
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/
H A Dport_data.cpp88 mesh->nState = M_EMPTY; in create()