Home
last modified time | relevance | path

Searched refs:tinsert (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/lua5.1/etc/
H A Dpremake.lua63 tinsert(lua_defines, {"LUA_USE_POSIX"})
72 tinsert(lua_defines, {"LUA_DL_DYLD"})
77 tinsert(lua_defines, {"LUA_USE_DLOPEN"})
148 tinsert(package.files, {"../src/lua.rc"})
154 tinsert(package.links, {"readline", "history"})
162 tinsert(package.links, {"dl"})
171 tinsert(package.links, {"dl"})
194 tinsert(package.files, {"../src/lua.rc"})
203 tinsert(package.links, {"dl"})
212 tinsert(package.links, {"dl"})
[all …]
/dports/games/tomenet/tomenet-4.6.0/lib/scpt/
H A Dxml.lua29 tinsert(stack, top)
37 tinsert(top, xml:parseentities(text))
40 tinsert(top, {n=0, label=label, args=xml:parseargs(args), empty=1})
43 tinsert(stack, top) -- new level
53 tinsert(top, toclose)
59 tinsert(stack[stack.n], xml:parseentities(text))
/dports/textproc/luaexpat/luaexpat-1.3.0/src/lxp/
H A Dlom.lua6 local tinsert, tremove = table.insert, table.remove
13 tinsert(stack, newelement)
21 tinsert(stack[level], element)
31 tinsert(element, txt)
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_08_addons/
H A Dtest_804_importer.py200 tinsert = target.modelspace()[0]
201 assert len(tinsert.attribs) == 2
202 assert tinsert.seqend is not None
203 assert tinsert.seqend.dxf.layer == tinsert.dxf.layer
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/test/ScopInfo/
H A Dinfeasible_invalid_context.ll50 call void @tinsert()
54 call void @tinsert()
70 declare void @tinsert()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/test/ScopInfo/
H A Dinfeasible_invalid_context.ll50 call void @tinsert()
54 call void @tinsert()
70 declare void @tinsert()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/test/ScopInfo/
H A Dinfeasible_invalid_context.ll50 call void @tinsert()
54 call void @tinsert()
70 declare void @tinsert()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A Dinfeasible_invalid_context.ll50 call void @tinsert()
54 call void @tinsert()
70 declare void @tinsert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/test/ScopInfo/
H A Dinfeasible_invalid_context.ll50 call void @tinsert()
54 call void @tinsert()
70 declare void @tinsert()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/test/ScopInfo/
H A Dinfeasible_invalid_context.ll50 call void @tinsert()
54 call void @tinsert()
70 declare void @tinsert()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A Dinfeasible_invalid_context.ll50 call void @tinsert()
54 call void @tinsert()
70 declare void @tinsert()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/test/ScopInfo/
H A Dinfeasible_invalid_context.ll50 call void @tinsert()
54 call void @tinsert()
70 declare void @tinsert()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/test/ScopInfo/
H A Dinfeasible_invalid_context.ll50 call void @tinsert()
54 call void @tinsert()
70 declare void @tinsert()
/dports/devel/boost-docs/boost_1_72_0/libs/container/bench/
H A Dbench_adaptive_node_pool.cpp137 nanosecond_type tinsert, terase; in list_test_template() local
152 tinsert = timer.elapsed().wall; in list_test_template()
196 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
217 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/bench/
H A Dbench_adaptive_node_pool.cpp137 nanosecond_type tinsert, terase; in list_test_template() local
152 tinsert = timer.elapsed().wall; in list_test_template()
196 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
217 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/container/bench/
H A Dbench_adaptive_node_pool.cpp131 nanosecond_type tinsert, terase; in list_test_template() local
146 tinsert = timer.elapsed().wall; in list_test_template()
190 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
211 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/container/bench/
H A Dbench_adaptive_node_pool.cpp138 nanosecond_type tinsert, terase; in list_test_template() local
153 tinsert = timer.elapsed().wall; in list_test_template()
197 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
218 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()
/dports/databases/percona57-server/boost_1_59_0/libs/container/bench/
H A Dbench_adaptive_node_pool.cpp131 nanosecond_type tinsert, terase; in list_test_template() local
146 tinsert = timer.elapsed().wall; in list_test_template()
190 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
211 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()
/dports/databases/xtrabackup/boost_1_59_0/libs/container/bench/
H A Dbench_adaptive_node_pool.cpp131 nanosecond_type tinsert, terase; in list_test_template() local
146 tinsert = timer.elapsed().wall; in list_test_template()
190 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
211 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()
/dports/databases/percona57-client/boost_1_59_0/libs/container/bench/
H A Dbench_adaptive_node_pool.cpp131 nanosecond_type tinsert, terase; in list_test_template() local
146 tinsert = timer.elapsed().wall; in list_test_template()
190 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
211 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()
/dports/devel/boost-libs/boost_1_72_0/libs/container/bench/
H A Dbench_adaptive_node_pool.cpp137 nanosecond_type tinsert, terase; in list_test_template() local
152 tinsert = timer.elapsed().wall; in list_test_template()
196 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
217 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/container/bench/
H A Dbench_adaptive_node_pool.cpp131 nanosecond_type tinsert, terase; in list_test_template() local
146 tinsert = timer.elapsed().wall; in list_test_template()
190 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
211 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()
/dports/devel/hyperscan/boost_1_75_0/libs/container/bench/
H A Dbench_adaptive_node_pool.cpp138 nanosecond_type tinsert, terase; in list_test_template() local
153 tinsert = timer.elapsed().wall; in list_test_template()
197 << float(tinsert)/(num_iterations*num_elements) in list_test_template()
218 …<< " allocation/deallocation(ns): " << float(tinsert)/(num_iterations*num_elements) << '\t' << f… in list_test_template()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/test/DependenceInfo/
H A Dinfeasible_context.ll49 call void @tinsert()
53 call void @tinsert()
69 declare void @tinsert()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/test/DependenceInfo/
H A Dinfeasible_context.ll49 call void @tinsert()
53 call void @tinsert()
69 declare void @tinsert()

12345678910>>...14