Home
last modified time | relevance | path

Searched refs:get_free (Results 1 – 25 of 62) sorted by relevance

123

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c21 get_free (void) in get_free() function
35 deallocator_t dealloc_fn = get_free (); in test_2()
63 deallocator_t dealloc_fn = get_free (); in test_5()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c21 get_free (void) in get_free() function
35 deallocator_t dealloc_fn = get_free (); in test_2()
63 deallocator_t dealloc_fn = get_free (); in test_5()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c21 get_free (void) in get_free() function
35 deallocator_t dealloc_fn = get_free (); in test_2()
63 deallocator_t dealloc_fn = get_free (); in test_5()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c21 get_free (void) in get_free() function
35 deallocator_t dealloc_fn = get_free (); in test_2()
63 deallocator_t dealloc_fn = get_free (); in test_5()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c21 get_free (void) in get_free() function
35 deallocator_t dealloc_fn = get_free (); in test_2()
63 deallocator_t dealloc_fn = get_free (); in test_5()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c21 get_free (void) in get_free() function
35 deallocator_t dealloc_fn = get_free (); in test_2()
63 deallocator_t dealloc_fn = get_free (); in test_5()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/analyzer/
H A Dmalloc-callbacks.c21 get_free (void) in get_free() function
35 deallocator_t dealloc_fn = get_free (); in test_2()
63 deallocator_t dealloc_fn = get_free (); in test_5()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/contrib/
H A Dhexagon.py142 def lower_vtcm_(get_alloc, get_free, def_align, func, mod, ctx): # pylint: disable=unused-argument argument
201 body_w_free = tvm.tir.SeqStmt([stmt.body, tvm.tir.Evaluate(get_free(var))])
234 def get_free(var): function
240 return lower_vtcm_(get_alloc, get_free, 2048, func, mod, ctx)
/dports/net-p2p/mktorrent/mktorrent-1.1/
H A Dhash_pthreads.c80 static piece_t *get_free(queue_t *q, size_t piece_length) in get_free() function
221 piece_t *p = get_free(q, m->piece_length); in read_files()
256 p = get_free(q, m->piece_length); in read_files()
/dports/net/libdaq/libdaq-3.0.5/modules/fst/
H A Ddaq_fst.cc71 FstMsgDesc *get_free();
111 FstMsgDesc *FstMsgPool::get_free() in get_free() function in FstMsgPool
268 FstMsgDesc *desc = fc->pool.get_free(); in process_lost_souls()
298 FstMsgDesc *desc = fc->pool.get_free(); in process_new_soul()
424 FstMsgDesc *desc = fc->pool.get_free(); in process_daq_msg()
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/target/core/avmm/
H A Davmm_compiler.h106 int get_free() const;
185 const auto slot = get_free(); in compile_logic()
273 inline int AvmmCompiler<M,V,A,T>::get_free() const { in get_free() function
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dfs.cc229 static double get_fs_perc(struct text_object *obj, bool get_free) { argument
234 if (get_free) {
/dports/sysutils/conky/conky-1.12.2/src/
H A Dfs.cc229 static double get_fs_perc(struct text_object *obj, bool get_free) { argument
234 if (get_free) {
/dports/math/PDL/PDL-2.019/Basic/Gen/PP/
H A DCType.pm109 sub get_free { subroutine
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Drecording_backend_sionlib.h277 get_free() in get_free() function
H A Drecording_backend_sionlib.cpp478 if ( buffer.get_free() < required_space ) in write()
579 if ( get_free() < size ) in ensure_space()
588 if ( n <= get_free() ) in write()
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dmx_function.hpp186 std::vector<std::string> get_free() const override { in get_free() function in casadi::MXFunction
H A Dsx_function.hpp111 std::vector<std::string> get_free() const override { in get_free() function in casadi::SXFunction
H A Dsx.hpp177 template<> std::vector<SX> SX::get_free(const Function& f);
H A Doracle_function.cpp148 casadi_error("Cannot create '" + fname + "' since " + str(ret.get_free()) + " are free."); in create_function()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/IoDevice/
H A DDirAsDisk.c496 static int get_free(void) { in get_free() function
594 current=first=get_free (); in add_single_file()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c531 bool get_free) in tc_find_flow() argument
540 if (get_free && (entry->in_use == false)) in tc_find_flow()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c531 bool get_free) in tc_find_flow() argument
540 if (get_free && (entry->in_use == false)) in tc_find_flow()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c531 bool get_free) in tc_find_flow() argument
540 if (get_free && (entry->in_use == false)) in tc_find_flow()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbapi/
H A DNdbEventOperationImpl.hpp192 Uint32 get_free() const in get_free() function in EventMemoryBlock

123