Home
last modified time | relevance | path

Searched refs:temp_free (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/wii/
H A Dmain.cpp147 static u32 temp_free; in wii_memstats() local
152 temp_free = (u32) SYS_GetArenaHi() - (u32) SYS_GetArenaLo(); in wii_memstats()
154 temp_free = (u32) SYS_GetArena1Hi() - (u32) SYS_GetArena1Lo() + in wii_memstats()
159 if (temp_free < min_free) { in wii_memstats()
160 min_free = temp_free; in wii_memstats()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/wii/
H A Dmain.cpp154 static u32 temp_free; in reset_cb() local
159 temp_free = (u32) SYS_GetArenaHi() - (u32) SYS_GetArenaLo(); in reset_cb()
161 temp_free = (u32) SYS_GetArena1Hi() - (u32) SYS_GetArena1Lo() + in reset_cb()
166 if (temp_free < min_free) { in reset_cb()
167 min_free = temp_free; in reset_cb()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/LG/Source/
H A Dtmpalloc.h35 extern int temp_free(void *p);
54 #define TempFree temp_free
H A Dtmpalloc.c109 int temp_free(void *p) in temp_free() function
162 r=temp_free(ptr); in temp_spew_free()
/dports/multimedia/libquvi-scripts09/libquvi-scripts-0.9.20131130/tests/lib/
H A Dfetch.c42 static void temp_free(temp_t t) in temp_free() function
160 temp_free(t); in fetch()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/2D/Source/
H A Dbuffer.h35 #define gr_free_temp temp_free
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dsymtable.c741 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
755 temp_free = PyDict_New(); in analyze_child_block()
756 if (!temp_free) in analyze_child_block()
758 if (PyDict_Update(temp_free, free) < 0) in analyze_child_block()
766 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
768 if (PyDict_Update(child_free, temp_free) < 0) in analyze_child_block()
771 Py_DECREF(temp_free); in analyze_child_block()
776 Py_XDECREF(temp_free); in analyze_child_block()
/dports/lang/python27/Python-2.7.18/Python/
H A Dsymtable.c741 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
755 temp_free = PyDict_New(); in analyze_child_block()
756 if (!temp_free) in analyze_child_block()
758 if (PyDict_Update(temp_free, free) < 0) in analyze_child_block()
766 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
768 if (PyDict_Update(child_free, temp_free) < 0) in analyze_child_block()
771 Py_DECREF(temp_free); in analyze_child_block()
776 Py_XDECREF(temp_free); in analyze_child_block()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dsymtable.c735 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
749 temp_free = PyDict_New(); in analyze_child_block()
750 if (!temp_free) in analyze_child_block()
752 if (PyDict_Update(temp_free, free) < 0) in analyze_child_block()
760 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
762 if (PyDict_Update(child_free, temp_free) < 0) in analyze_child_block()
765 Py_DECREF(temp_free); in analyze_child_block()
770 Py_XDECREF(temp_free); in analyze_child_block()
/dports/lang/python37/Python-3.7.12/Python/
H A Dsymtable.c859 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
872 temp_free = PySet_New(free); in analyze_child_block()
873 if (!temp_free) in analyze_child_block()
879 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
881 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
886 Py_DECREF(temp_free); in analyze_child_block()
891 Py_XDECREF(temp_free); in analyze_child_block()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dsymtable.c894 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
907 temp_free = PySet_New(free); in analyze_child_block()
908 if (!temp_free) in analyze_child_block()
914 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
916 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
921 Py_DECREF(temp_free); in analyze_child_block()
926 Py_XDECREF(temp_free); in analyze_child_block()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dsymtable.c894 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
907 temp_free = PySet_New(free); in analyze_child_block()
908 if (!temp_free) in analyze_child_block()
914 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
916 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
921 Py_DECREF(temp_free); in analyze_child_block()
926 Py_XDECREF(temp_free); in analyze_child_block()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dsymtable.c894 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
907 temp_free = PySet_New(free); in analyze_child_block()
908 if (!temp_free) in analyze_child_block()
914 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
916 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
921 Py_DECREF(temp_free); in analyze_child_block()
926 Py_XDECREF(temp_free); in analyze_child_block()
/dports/lang/python38/Python-3.8.12/Python/
H A Dsymtable.c894 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
907 temp_free = PySet_New(free); in analyze_child_block()
908 if (!temp_free) in analyze_child_block()
914 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
916 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
921 Py_DECREF(temp_free); in analyze_child_block()
926 Py_XDECREF(temp_free); in analyze_child_block()
/dports/lang/python39/Python-3.9.9/Python/
H A Dsymtable.c889 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
902 temp_free = PySet_New(free); in analyze_child_block()
903 if (!temp_free) in analyze_child_block()
909 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
911 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
916 Py_DECREF(temp_free); in analyze_child_block()
921 Py_XDECREF(temp_free); in analyze_child_block()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dsymtable.c894 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
907 temp_free = PySet_New(free); in analyze_child_block()
908 if (!temp_free) in analyze_child_block()
914 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
916 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
921 Py_DECREF(temp_free); in analyze_child_block()
926 Py_XDECREF(temp_free); in analyze_child_block()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dsymtable.c894 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
907 temp_free = PySet_New(free); in analyze_child_block()
908 if (!temp_free) in analyze_child_block()
914 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
916 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
921 Py_DECREF(temp_free); in analyze_child_block()
926 Py_XDECREF(temp_free); in analyze_child_block()
/dports/lang/python310/Python-3.10.1/Python/
H A Dsymtable.c893 PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL; in analyze_child_block() local
906 temp_free = PySet_New(free); in analyze_child_block()
907 if (!temp_free) in analyze_child_block()
913 if (!analyze_block(entry, temp_bound, temp_free, temp_global)) in analyze_child_block()
915 temp = PyNumber_InPlaceOr(child_free, temp_free); in analyze_child_block()
920 Py_DECREF(temp_free); in analyze_child_block()
925 Py_XDECREF(temp_free); in analyze_child_block()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_vorbis.c884 #define temp_free(f,p) (f->alloc.alloc_buffer ? 0 : dealloca(size)) macro
886 #define temp_free(f,p) 0 macro
2257 temp_free(f,part_classdata); in decode_residue()
2259 temp_free(f,classifications); in decode_residue()
2906 temp_free(f,buf2); in inverse_mdct()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
H A Dstb_vorbis.c884 #define temp_free(f,p) (f->alloc.alloc_buffer ? 0 : dealloca(size)) macro
886 #define temp_free(f,p) 0 macro
2257 temp_free(f,part_classdata); in decode_residue()
2259 temp_free(f,classifications); in decode_residue()
2906 temp_free(f,buf2); in inverse_mdct()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_vorbis.h883 #define temp_free(f,p) (f->alloc.alloc_buffer ? 0 : dealloca(size)) macro
885 #define temp_free(f,p) 0 macro
2255 temp_free(f,part_classdata); in decode_residue()
2257 temp_free(f,classifications); in decode_residue()
2904 temp_free(f,buf2); in inverse_mdct()
/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c912 #define temp_free(f,p) (void)0 macro
2259 temp_free(f,part_classdata); in decode_residue()
2261 temp_free(f,classifications); in decode_residue()
2908 temp_free(f,buf2); in inverse_mdct()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c914 #define temp_free(f,p) (void)0 macro
2261 temp_free(f,part_classdata); in decode_residue()
2263 temp_free(f,classifications); in decode_residue()
2910 temp_free(f,buf2); in inverse_mdct()
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h920 #define temp_free(f,p) FAudio_dealloca(p) macro
2273 temp_free(f,part_classdata); in decode_residue()
2275 temp_free(f,classifications); in decode_residue()
2922 temp_free(f,buf2); in inverse_mdct()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c891 #define temp_free(f,p) 0 macro
2268 temp_free(f,part_classdata); in decode_residue()
2270 temp_free(f,classifications); in decode_residue()
2917 temp_free(f,buf2); in inverse_mdct()

12