Home
last modified time | relevance | path

Searched refs:bx (Results 176 – 200 of 23898) sorted by relevance

12345678910>>...956

/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/ken/
H A Dslicearray.go11 var bx [10]byte var
21 by = bx[0:]
36 by = bx[lb:]
38 by = bx[:hb]
40 by = bx[0:hb]
44 by = bx[0:]
46 by = bx[:10]
48 by = bx[:]
57 by = bx[lb:]
63 by = bx[2:]
[all …]
H A Dsliceslice.go11 var bx []byte var
27 by = bx[lb:]
29 by = bx[:hb]
31 by = bx[0:hb]
33 by = bx[0:10]
35 by = bx[0:]
37 by = bx[:10]
39 by = bx[:]
48 by = bx[lb:]
54 by = bx[2:]
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/go.test/test/ken/
H A Dsliceslice.go11 var bx []byte var
27 by = bx[lb:]
29 by = bx[:hb]
31 by = bx[0:hb]
33 by = bx[0:10]
35 by = bx[0:]
37 by = bx[:10]
39 by = bx[:]
48 by = bx[lb:]
54 by = bx[2:]
[all …]
H A Dslicearray.go11 var bx [10]byte var
21 by = bx[0:]
36 by = bx[lb:]
38 by = bx[:hb]
40 by = bx[0:hb]
44 by = bx[0:]
46 by = bx[:10]
48 by = bx[:]
57 by = bx[lb:]
63 by = bx[2:]
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/go.test/test/ken/
H A Dslicearray.go11 var bx [10]byte var
21 by = bx[0:]
36 by = bx[lb:]
38 by = bx[:hb]
40 by = bx[0:hb]
44 by = bx[0:]
46 by = bx[:10]
48 by = bx[:]
57 by = bx[lb:]
63 by = bx[2:]
[all …]
H A Dsliceslice.go11 var bx []byte var
27 by = bx[lb:]
29 by = bx[:hb]
31 by = bx[0:hb]
33 by = bx[0:10]
35 by = bx[0:]
37 by = bx[:10]
39 by = bx[:]
48 by = bx[lb:]
54 by = bx[2:]
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/go.test/test/ken/
H A Dslicearray.go11 var bx [10]byte var
21 by = bx[0:]
36 by = bx[lb:]
38 by = bx[:hb]
40 by = bx[0:hb]
44 by = bx[0:]
46 by = bx[:10]
48 by = bx[:]
57 by = bx[lb:]
63 by = bx[2:]
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/go.test/test/ken/
H A Dsliceslice.go11 var bx []byte var
27 by = bx[lb:]
29 by = bx[:hb]
31 by = bx[0:hb]
33 by = bx[0:10]
35 by = bx[0:]
37 by = bx[:10]
39 by = bx[:]
48 by = bx[lb:]
54 by = bx[2:]
[all …]
H A Dslicearray.go11 var bx [10]byte var
21 by = bx[0:]
36 by = bx[lb:]
38 by = bx[:hb]
40 by = bx[0:hb]
44 by = bx[0:]
46 by = bx[:10]
48 by = bx[:]
57 by = bx[lb:]
63 by = bx[2:]
[all …]
/dports/devel/dev86/dev86-0.16.20/copt/
H A Drules.8639 xor bx,bx
60 mov bx,%1
62 mov %1,bx
66 mov bx,%1
209 mov %[ax|bx]3,%[ax|bx|cx|dx|si|di]2
469 push bx
472 pop bx
482 xor bx,bx
485 xor bx,bx
505 xor bx,bx
[all …]
/dports/devel/dev86/dev86-0.16.20/libc/bcc/
H A Dbcc_bsw.c28 add bx,2(di)
48 and bx,2(di)
104 not bx
124 dec 2(bx)
130 dec 2(bx)
131 dec (bx)
149 xchg ax,bx
214 inc 2(bx)
221 inc (bx)
313 neg bx
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libuu/
H A Duulib.c618 return bx_q_crc(bx, bx->last); in bx_q_getc()
620 if (bx->qp >= bx->qe) in bx_q_getc()
624 bx->qp = bx->qbuf; in bx_q_getc()
633 bx->qe = bx->qbuf; in bx_q_getc()
718 if (bx->qp >= bx->qe) in bx_q_put()
721 p = bx->qp = bx->qbuf; in bx_q_put()
865 bx->qp = bx->qe = bx->qbuf + sizeof(bx->qbuf); in bx_header()
1115 bx->qp = bx->qbuf; in bx_encode()
1116 bx->qe = bx->qbuf + sizeof(bx->qbuf); in bx_encode()
1135 bx_q_putn(uu, bx, bx->crc, 2); in bx_encode()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libuu/
H A Duulib.c618 return bx_q_crc(bx, bx->last); in bx_q_getc()
620 if (bx->qp >= bx->qe) in bx_q_getc()
624 bx->qp = bx->qbuf; in bx_q_getc()
633 bx->qe = bx->qbuf; in bx_q_getc()
718 if (bx->qp >= bx->qe) in bx_q_put()
721 p = bx->qp = bx->qbuf; in bx_q_put()
865 bx->qp = bx->qe = bx->qbuf + sizeof(bx->qbuf); in bx_header()
1115 bx->qp = bx->qbuf; in bx_encode()
1116 bx->qe = bx->qbuf + sizeof(bx->qbuf); in bx_encode()
1135 bx_q_putn(uu, bx, bx->crc, 2); in bx_encode()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libuu/
H A Duulib.c618 return bx_q_crc(bx, bx->last); in bx_q_getc()
620 if (bx->qp >= bx->qe) in bx_q_getc()
624 bx->qp = bx->qbuf; in bx_q_getc()
633 bx->qe = bx->qbuf; in bx_q_getc()
718 if (bx->qp >= bx->qe) in bx_q_put()
721 p = bx->qp = bx->qbuf; in bx_q_put()
865 bx->qp = bx->qe = bx->qbuf + sizeof(bx->qbuf); in bx_header()
1115 bx->qp = bx->qbuf; in bx_encode()
1116 bx->qe = bx->qbuf + sizeof(bx->qbuf); in bx_encode()
1135 bx_q_putn(uu, bx, bx->crc, 2); in bx_encode()
[all …]
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_factory.c26 Evas_Object *bx, *bt; in fac_realize_end() local
29 bx = elm_box_add(win); in fac_realize_end()
54 evas_object_show(bx); in fac_realize_end()
61 Evas_Object *bx, *fc; in fac_realize2() local
64 bx = elm_box_add(win); in fac_realize2()
92 evas_object_show(bx); in fac_realize2()
99 Evas_Object *bx, *fc; in fac_realize1() local
102 bx = elm_box_add(win); in fac_realize1()
130 evas_object_show(bx); in fac_realize1()
142 bx = elm_box_add(win); in test_factory()
[all …]
H A Dtest_ui_box.c274 efl_pack(bx, o); in test_ui_box()
283 efl_pack(bx, o); in test_ui_box()
292 efl_pack(bx, o); in test_ui_box()
301 efl_pack(bx, o); in test_ui_box()
310 efl_pack(bx, o); in test_ui_box()
326 efl_pack(bx, o); in test_ui_box()
334 efl_pack(bx, o); in test_ui_box()
342 efl_pack(bx, o); in test_ui_box()
350 efl_pack(bx, o); in test_ui_box()
359 efl_pack(bx, o); in test_ui_box()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/entry/
H A Ddialog_darwin.mm9 #include <bx/allocator.h>
10 #include <bx/filepath.h>
11 #include <bx/string.h>
12 #include <bx/readerwriter.h>
13 #include <bx/process.h>
14 #include <bx/semaphore.h>
30 bx::StringView next()
33 m_token = bx::strTrim(
48 bx::StringView m_token;
61 bx::Error err;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/entry/
H A Ddialog_darwin.mm9 #include <bx/allocator.h>
10 #include <bx/filepath.h>
11 #include <bx/string.h>
12 #include <bx/readerwriter.h>
13 #include <bx/process.h>
14 #include <bx/semaphore.h>
30 bx::StringView next()
33 m_token = bx::strTrim(
48 bx::StringView m_token;
61 bx::Error err;
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/
H A Dglue.rs11 bx: &mut Bx, in size_and_align_of_dst()
15 let layout = bx.layout_of(t); in size_and_align_of_dst()
28 .get_usize(bx, vtable), in size_and_align_of_dst()
30 .get_usize(bx, vtable), in size_and_align_of_dst()
34 let unit = layout.field(bx, 0); in size_and_align_of_dst()
38 bx.mul(info.unwrap(), bx.const_usize(unit.size.bytes())), in size_and_align_of_dst()
105 let one = bx.const_usize(1); in size_and_align_of_dst()
106 let addend = bx.sub(align, one); in size_and_align_of_dst()
107 let add = bx.add(size, addend); in size_and_align_of_dst()
108 let neg = bx.neg(align); in size_and_align_of_dst()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-frontend-0.44.0/src/
H A Dswitch.rs103 bx: &mut FunctionBuilder, in build_search_tree()
113 bx, in build_search_tree()
127 bx.switch_to_block(ebb); in build_search_tree()
132 bx, in build_search_tree()
164 bx: &mut FunctionBuilder, in build_search_branches()
174 bx.ins().jump(ebb, &[]); in build_search_branches()
175 bx.switch_to_block(ebb); in build_search_branches()
214 bx.ins().jump(otherwise, &[]); in build_search_branches()
219 bx: &mut FunctionBuilder, in build_jump_tables()
231 bx.switch_to_block(jt_ebb); in build_jump_tables()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/tools/geometryv/
H A Dgeometryv.cpp182 bx::Vec3 toTarget = bx::sub(m_target.dest, m_pos.dest); in distance()
183 bx::Vec3 toTargetNorm = bx::normalize(toTarget); in distance()
218 const bx::Vec3 toPosNorm = bx::mul(toPos, invToPosLen); in consumeOrbit()
226 const bx::Vec3 tmp = bx::fromLatLong(ll[0], ll[1]); in consumeOrbit()
227 const bx::Vec3 diff = bx::mul(bx::sub(tmp, toPosNorm), toPosLen); in consumeOrbit()
245 bx::Vec3 curr;
246 bx::Vec3 dest;
414 bx::Error err; in updateFileList()
481 bx::FilePath filePath(bx::Dir::Home); in load()
506 bx::FilePath filePath(bx::Dir::Home); in save()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/tools/geometryv/
H A Dgeometryv.cpp182 bx::Vec3 toTarget = bx::sub(m_target.dest, m_pos.dest); in distance()
183 bx::Vec3 toTargetNorm = bx::normalize(toTarget); in distance()
218 const bx::Vec3 toPosNorm = bx::mul(toPos, invToPosLen); in consumeOrbit()
226 const bx::Vec3 tmp = bx::fromLatLong(ll[0], ll[1]); in consumeOrbit()
227 const bx::Vec3 diff = bx::mul(bx::sub(tmp, toPosNorm), toPosLen); in consumeOrbit()
245 bx::Vec3 curr;
246 bx::Vec3 dest;
414 bx::Error err; in updateFileList()
481 bx::FilePath filePath(bx::Dir::Home); in load()
506 bx::FilePath filePath(bx::Dir::Home); in save()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/frontend/src/
H A Dswitch.rs112 bx: &mut FunctionBuilder, in build_search_tree()
122 bx, in build_search_tree()
136 bx.switch_to_block(block); in build_search_tree()
141 bx, in build_search_tree()
163 bx.seal_block(left_block); in build_search_tree()
176 bx: &mut FunctionBuilder, in build_search_branches()
186 bx.ins().jump(block, &[]); in build_search_branches()
187 bx.seal_block(block); in build_search_branches()
233 bx.ins().jump(otherwise, &[]); in build_search_branches()
238 bx: &mut FunctionBuilder, in build_jump_tables()
[all …]
/dports/devel/cloudabi/cloudabi-0.19/vdsos/
H A Dcloudabi_vdso_armv6.S45 bx lr
55 bx lr
61 bx lr
67 bx lr
77 bx lr
90 bx lr
96 bx lr
106 bx lr
115 bx lr
124 bx lr
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-frontend/src/
H A Dswitch.rs112 bx: &mut FunctionBuilder, in build_search_tree()
122 bx, in build_search_tree()
136 bx.switch_to_block(block); in build_search_tree()
141 bx, in build_search_tree()
163 bx.seal_block(left_block); in build_search_tree()
176 bx: &mut FunctionBuilder, in build_search_branches()
186 bx.ins().jump(block, &[]); in build_search_branches()
187 bx.seal_block(block); in build_search_branches()
233 bx.ins().jump(otherwise, &[]); in build_search_branches()
238 bx: &mut FunctionBuilder, in build_jump_tables()
[all …]

12345678910>>...956