Home
last modified time | relevance | path

Searched defs:as (Results 76 – 100 of 8737) sorted by relevance

12345678910>>...350

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_asm_arm.h1269 #define asm_cnew(as, ir) ((void)0) argument
1487 #define asm_addov(as, ir) asm_add(as, ir) argument
1488 #define asm_subov(as, ir) asm_sub(as, ir) argument
1489 #define asm_mulov(as, ir) asm_mul(as, ir) argument
1582 #define asm_brol(as, ir) lua_assert(0) argument
1785 #define asm_equal(as, ir) asm_comp(as, ir) argument
2019 static void asm_gc_check(ASMState *as) in asm_gc_check()
2051 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
2066 static void asm_head_lreg(ASMState *as) in asm_head_lreg()
2130 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]
H A Dlj_emit_x86.h22 #define emit_i8(as, i) (*--as->mcp = (MCode)(i)) argument
26 #define emit_x87op(as, xo) \ argument
184 #define emit_shifti(as, xg, r, i) \ argument
252 #define emit_movtomro(as, r, base, ofs) \ argument
256 #define emit_opgl(as, xo, r, field) \ argument
261 #define emit_setvmstate(as, i) \ argument
283 #define emit_loada(as, r, addr) \ argument
323 static void emit_sjmp(ASMState *as, MCLabel target) in emit_sjmp()
362 #define emit_label(as) ((as)->mcp) argument
383 static void emit_jmp(ASMState *as, MCode *target) in emit_jmp()
[all …]
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_asm_arm.h1272 #define asm_cnew(as, ir) ((void)0) argument
1490 #define asm_addov(as, ir) asm_add(as, ir) argument
1491 #define asm_subov(as, ir) asm_sub(as, ir) argument
1492 #define asm_mulov(as, ir) asm_mul(as, ir) argument
1585 #define asm_brol(as, ir) lua_assert(0) argument
1788 #define asm_equal(as, ir) asm_comp(as, ir) argument
2022 static void asm_gc_check(ASMState *as) in asm_gc_check()
2054 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
2069 static void asm_head_lreg(ASMState *as) in asm_head_lreg()
2133 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]
H A Dlj_asm_x86.h57 static void asm_guardcc(ASMState *as, int cc) in asm_guardcc()
756 static void asm_retf(ASMState *as, IRIns *ir) in asm_retf()
1416 #define asm_fload(as, ir) asm_fxload(as, ir) argument
1417 #define asm_xload(as, ir) asm_fxload(as, ir) argument
1851 #define asm_cnew(as, ir) ((void)0) argument
2120 static int asm_lea(ASMState *as, IRIns *ir) in asm_lea()
2531 #define asm_equal(as, ir) asm_comp(as, ir) argument
2780 static void asm_gc_check(ASMState *as) in asm_gc_check()
2812 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
2942 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]
H A Dlj_asm_arm64.h74 static void asm_guardcc(ASMState *as, A64CC cc) in asm_guardcc()
1235 #define asm_cnew(as, ir) ((void)0) argument
1442 #define asm_addov(as, ir) asm_add(as, ir) argument
1443 #define asm_subov(as, ir) asm_sub(as, ir) argument
1444 #define asm_mulov(as, ir) asm_mul(as, ir) argument
1574 #define asm_brol(as, ir) lua_assert(0) argument
1720 #define asm_equal(as, ir) asm_comp(as, ir) argument
1812 static void asm_gc_check(ASMState *as) in asm_gc_check()
1843 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
1861 static void asm_head_lreg(ASMState *as) in asm_head_lreg()
[all …]
H A Dlj_emit_arm64.h102 static void emit_d(ASMState *as, A64Ins ai, Reg rd) in emit_d()
107 static void emit_n(ASMState *as, A64Ins ai, Reg rn) in emit_n()
232 #define emit_loadi(as, rd, i) emit_loadk(as, rd, i, 0) argument
239 #define glofs(as, k) \ argument
241 #define mcpofs(as, k) \ argument
243 #define checkmcpofs(as, k) \ argument
295 #define emit_getgl(as, r, field) \ argument
297 #define emit_setgl(as, r, field) \ argument
301 #define emit_setvmstate(as, i) UNUSED(i) argument
309 #define emit_label(as) ((as)->mcp) argument
[all …]
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_asm_arm64.h74 static void asm_guardcc(ASMState *as, A64CC cc) in asm_guardcc()
1234 #define asm_cnew(as, ir) ((void)0) argument
1441 #define asm_addov(as, ir) asm_add(as, ir) argument
1442 #define asm_subov(as, ir) asm_sub(as, ir) argument
1443 #define asm_mulov(as, ir) asm_mul(as, ir) argument
1573 #define asm_brol(as, ir) lua_assert(0) argument
1719 #define asm_equal(as, ir) asm_comp(as, ir) argument
1811 static void asm_gc_check(ASMState *as) in asm_gc_check()
1842 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
1860 static void asm_head_lreg(ASMState *as) in asm_head_lreg()
[all …]
H A Dlj_emit_arm64.h102 static void emit_d(ASMState *as, A64Ins ai, Reg rd) in emit_d()
107 static void emit_n(ASMState *as, A64Ins ai, Reg rn) in emit_n()
232 #define emit_loadi(as, rd, i) emit_loadk(as, rd, i, 0) argument
239 #define glofs(as, k) \ argument
241 #define mcpofs(as, k) \ argument
243 #define checkmcpofs(as, k) \ argument
295 #define emit_getgl(as, r, field) \ argument
297 #define emit_setgl(as, r, field) \ argument
301 #define emit_setvmstate(as, i) UNUSED(i) argument
309 #define emit_label(as) ((as)->mcp) argument
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/grpc/internal/wrr/
H A Dedf.go7 * You may obtain a copy of the License at
27 lock sync.Mutex
29 currentOrderOffset uint64
44 weight int64
45 orderOffset uint64
52 func (pq edfPriorityQueue) Len() int { return len(pq) }
53 func (pq edfPriorityQueue) Less(i, j int) bool {
56 func (pq edfPriorityQueue) Swap(i, j int) { pq[i], pq[j] = pq[j], pq[i] }
62 func (pq *edfPriorityQueue) Pop() interface{} {
75 orderOffset: edf.currentOrderOffset,
[all …]
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_emit_x86.h33 #define emit_x87op(as, xo) \ argument
189 #define emit_shifti(as, xg, r, i) \ argument
262 #define emit_movtomro(as, r, base, ofs) \ argument
266 #define emit_opgl(as, xo, r, field) \ argument
271 #define emit_setvmstate(as, i) \ argument
295 #define dispofs(as, k) \ argument
297 #define mcpofs(as, k) \ argument
299 #define mctopofs(as, k) \ argument
302 #define emit_loada(as, r, addr) \ argument
306 #define emit_loada(as, r, addr) \ argument
[all …]
H A Dlj_asm_arm64.h74 static void asm_guardcc(ASMState *as, A64CC cc) in asm_guardcc()
541 static void asm_retf(ASMState *as, IRIns *ir) in asm_retf()
1513 #define asm_addov(as, ir) asm_add(as, ir) argument
1514 #define asm_subov(as, ir) asm_sub(as, ir) argument
1515 #define asm_mulov(as, ir) asm_mul(as, ir) argument
1781 #define asm_equal(as, ir) asm_comp(as, ir) argument
1897 static void asm_gc_check(ASMState *as) in asm_gc_check()
1926 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
1950 static void asm_head_lreg(ASMState *as) in asm_head_lreg()
2027 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]
H A Dlj_asm_x86.h57 static void asm_guardcc(ASMState *as, int cc) in asm_guardcc()
768 static void asm_retf(ASMState *as, IRIns *ir) in asm_retf()
833 static void asm_conv(ASMState *as, IRIns *ir) in asm_conv()
1444 #define asm_fload(as, ir) asm_fxload(as, ir) argument
1445 #define asm_xload(as, ir) asm_fxload(as, ir) argument
2148 static int asm_lea(ASMState *as, IRIns *ir) in asm_lea()
2539 #define asm_equal(as, ir) asm_comp(as, ir) argument
2796 static void asm_gc_check(ASMState *as) in asm_gc_check()
2828 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
2955 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_emit_x86.h33 #define emit_x87op(as, xo) \ argument
189 #define emit_shifti(as, xg, r, i) \ argument
262 #define emit_movtomro(as, r, base, ofs) \ argument
266 #define emit_opgl(as, xo, r, field) \ argument
271 #define emit_setvmstate(as, i) \ argument
295 #define dispofs(as, k) \ argument
297 #define mcpofs(as, k) \ argument
299 #define mctopofs(as, k) \ argument
302 #define emit_loada(as, r, addr) \ argument
306 #define emit_loada(as, r, addr) \ argument
[all …]
H A Dlj_asm_x86.h57 static void asm_guardcc(ASMState *as, int cc) in asm_guardcc()
768 static void asm_retf(ASMState *as, IRIns *ir) in asm_retf()
833 static void asm_conv(ASMState *as, IRIns *ir) in asm_conv()
1444 #define asm_fload(as, ir) asm_fxload(as, ir) argument
1445 #define asm_xload(as, ir) asm_fxload(as, ir) argument
2148 static int asm_lea(ASMState *as, IRIns *ir) in asm_lea()
2539 #define asm_equal(as, ir) asm_comp(as, ir) argument
2796 static void asm_gc_check(ASMState *as) in asm_gc_check()
2828 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
2955 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]
H A Dlj_asm_arm64.h74 static void asm_guardcc(ASMState *as, A64CC cc) in asm_guardcc()
512 static void asm_retf(ASMState *as, IRIns *ir) in asm_retf()
1459 #define asm_addov(as, ir) asm_add(as, ir) argument
1460 #define asm_subov(as, ir) asm_sub(as, ir) argument
1461 #define asm_mulov(as, ir) asm_mul(as, ir) argument
1726 #define asm_equal(as, ir) asm_comp(as, ir) argument
1842 static void asm_gc_check(ASMState *as) in asm_gc_check()
1871 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
1895 static void asm_head_lreg(ASMState *as) in asm_head_lreg()
1961 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_emit_x86.h33 #define emit_x87op(as, xo) \ argument
189 #define emit_shifti(as, xg, r, i) \ argument
262 #define emit_movtomro(as, r, base, ofs) \ argument
266 #define emit_opgl(as, xo, r, field) \ argument
271 #define emit_setvmstate(as, i) \ argument
295 #define dispofs(as, k) \ argument
297 #define mcpofs(as, k) \ argument
299 #define mctopofs(as, k) \ argument
302 #define emit_loada(as, r, addr) \ argument
306 #define emit_loada(as, r, addr) \ argument
[all …]
H A Dlj_asm_x86.h57 static void asm_guardcc(ASMState *as, int cc) in asm_guardcc()
768 static void asm_retf(ASMState *as, IRIns *ir) in asm_retf()
833 static void asm_conv(ASMState *as, IRIns *ir) in asm_conv()
1444 #define asm_fload(as, ir) asm_fxload(as, ir) argument
1445 #define asm_xload(as, ir) asm_fxload(as, ir) argument
2148 static int asm_lea(ASMState *as, IRIns *ir) in asm_lea()
2539 #define asm_equal(as, ir) asm_comp(as, ir) argument
2796 static void asm_gc_check(ASMState *as) in asm_gc_check()
2828 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
2955 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]
H A Dlj_asm_arm64.h74 static void asm_guardcc(ASMState *as, A64CC cc) in asm_guardcc()
541 static void asm_retf(ASMState *as, IRIns *ir) in asm_retf()
1513 #define asm_addov(as, ir) asm_add(as, ir) argument
1514 #define asm_subov(as, ir) asm_sub(as, ir) argument
1515 #define asm_mulov(as, ir) asm_mul(as, ir) argument
1781 #define asm_equal(as, ir) asm_comp(as, ir) argument
1897 static void asm_gc_check(ASMState *as) in asm_gc_check()
1926 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
1950 static void asm_head_lreg(ASMState *as) in asm_head_lreg()
2027 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_emit_x86.h33 #define emit_x87op(as, xo) \ argument
189 #define emit_shifti(as, xg, r, i) \ argument
262 #define emit_movtomro(as, r, base, ofs) \ argument
266 #define emit_opgl(as, xo, r, field) \ argument
271 #define emit_setvmstate(as, i) \ argument
295 #define dispofs(as, k) \ argument
297 #define mcpofs(as, k) \ argument
299 #define mctopofs(as, k) \ argument
302 #define emit_loada(as, r, addr) \ argument
306 #define emit_loada(as, r, addr) \ argument
[all …]
H A Dlj_asm_arm.h113 static void asm_guardcc(ASMState *as, ARMCC cc) in asm_guardcc()
483 static void asm_retf(ASMState *as, IRIns *ir) in asm_retf()
1519 #define asm_addov(as, ir) asm_add(as, ir) argument
1520 #define asm_subov(as, ir) asm_sub(as, ir) argument
1521 #define asm_mulov(as, ir) asm_mul(as, ir) argument
1800 #define asm_equal(as, ir) asm_comp(as, ir) argument
2040 static void asm_gc_check(ASMState *as) in asm_gc_check()
2073 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
2088 static void asm_head_lreg(ASMState *as) in asm_head_lreg()
2152 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]
/dports/sysutils/burp/burp-2.4.0/src/
H A Dasync.c9 void async_free(struct async **as) in async_free()
15 static void async_settimers(struct async *as, int sec, int usec) in async_settimers()
83 static int async_io(struct async *as, int doread) in async_io()
235 static int async_read_write(struct async *as) in async_read_write()
240 static int async_write(struct async *as) in async_write()
245 static int async_read_quick(struct async *as) in async_read_quick()
258 static void async_asfd_add(struct async *as, struct asfd *asfd) in async_asfd_add()
271 static void async_asfd_remove(struct async *as, struct asfd *asfd) in async_asfd_remove()
288 void async_asfd_free_all(struct async **as) in async_asfd_free_all()
301 static int async_init(struct async *as, int estimate) in async_init()
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/
H A Dasync.c9 void async_free(struct async **as) in async_free()
15 static void async_settimers(struct async *as, int sec, int usec) in async_settimers()
83 static int async_io(struct async *as, int doread) in async_io()
235 static int async_read_write(struct async *as) in async_read_write()
240 static int async_write(struct async *as) in async_write()
245 static int async_read_quick(struct async *as) in async_read_quick()
258 static void async_asfd_add(struct async *as, struct asfd *asfd) in async_asfd_add()
271 static void async_asfd_remove(struct async *as, struct asfd *asfd) in async_asfd_remove()
288 void async_asfd_free_all(struct async **as) in async_asfd_free_all()
301 static int async_init(struct async *as, int estimate) in async_init()
[all …]
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/
H A Das.h43 template <typename T> T as(SEXP x, ::Rcpp::traits::r_type_primitive_tag) { in as() function
70 template <typename T> T as(SEXP x, ::Rcpp::traits::r_type_string_tag) { in as() function
74 template <typename T> T as(SEXP x, ::Rcpp::traits::r_type_RcppString_tag) { in as() function
85 template <typename T> T as(SEXP x, ::Rcpp::traits::r_type_generic_tag) { in as() function
99 template <typename T> T as(SEXP x, ::Rcpp::traits::r_type_module_object_const_pointer_tag) { in as() function
104 template <typename T> T as(SEXP x, ::Rcpp::traits::r_type_module_object_pointer_tag) { in as() function
109 template <typename T> T as(SEXP x, ::Rcpp::traits::r_type_module_object_tag) { in as() function
115 template <typename T> T as(SEXP x, ::Rcpp::traits::r_type_module_object_reference_tag) { in as() function
129 template <typename T> T as(SEXP x, ::Rcpp::traits::r_type_enum_tag) { in as() function
151 template <typename T> T as(SEXP x) { in as() function
[all …]
/dports/lang/micropython/micropython-1.17/py/
H A Dasmbase.c36 void mp_asm_base_init(mp_asm_base_t *as, size_t max_num_labels) { in mp_asm_base_init()
41 void mp_asm_base_deinit(mp_asm_base_t *as, bool free_code) { in mp_asm_base_deinit()
48 void mp_asm_base_start_pass(mp_asm_base_t *as, int pass) { in mp_asm_base_start_pass()
64 uint8_t *mp_asm_base_get_cur_to_write_bytes(mp_asm_base_t *as, size_t num_bytes_to_write) { in mp_asm_base_get_cur_to_write_bytes()
74 void mp_asm_base_label_assign(mp_asm_base_t *as, size_t label) { in mp_asm_base_label_assign()
87 void mp_asm_base_align(mp_asm_base_t *as, unsigned int align) { in mp_asm_base_align()
92 void mp_asm_base_data(mp_asm_base_t *as, unsigned int bytesize, uintptr_t val) { in mp_asm_base_data()
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_asm_mips.h65 static void asm_sparejump_setup(ASMState *as) in asm_sparejump_setup()
82 static void asm_exitstub_setup(ASMState *as) in asm_exitstub_setup()
94 #define asm_exitstub_addr(as) ((as)->mctop) argument
329 static void asm_call(ASMState *as, IRIns *ir) in asm_call()
390 static void asm_retf(ASMState *as, IRIns *ir) in asm_retf()
429 static void asm_conv(ASMState *as, IRIns *ir) in asm_conv()
1087 #define asm_cnew(as, ir) ((void)0) argument
1670 static void asm_gc_check(ASMState *as) in asm_gc_check()
1699 static void asm_loop_fixup(ASMState *as) in asm_loop_fixup()
1764 static void asm_tail_prep(ASMState *as) in asm_tail_prep()
[all …]

12345678910>>...350