Searched refs:one (Results 1 – 5 of 5) sorted by relevance
/DragonOS/kernel/crates/rbpf/src/ |
H A D | cranelift.rs | 448 let one = bcx.ins().iconst(I32, 1); in translate_program() localVariable 454 let safe_rhs = bcx.ins().select(rhs_is_zero, one, rhs); in translate_program() 536 let one = bcx.ins().iconst(I32, 1); in translate_program() localVariable 542 let safe_rhs = bcx.ins().select(rhs_is_zero, one, rhs); in translate_program() 677 let one = bcx.ins().iconst(I64, 1); in translate_program() localVariable 683 let safe_rhs = bcx.ins().select(rhs_is_zero, one, rhs); in translate_program() 703 let one = bcx.ins().iconst(I64, 1); in translate_program() localVariable 709 let safe_rhs = bcx.ins().select(rhs_is_zero, one, rhs); in translate_program()
|
/DragonOS/kernel/crates/rbpf/ |
H A D | README.md | 120 * `struct EbpfVmFixedMbuff` has one purpose: enabling the execution of programs 162 checked with a very simple verifier (nothing close to the one for Linux 660 crash your system. Implementing a verifier similar to the one in the kernel is 698 * Maybe one day, tail calls?
|
H A D | LICENSE-APACHE | 111 pertain to any part of the Derivative Works, in at least one
|
/DragonOS/kernel/crates/intertrait/macros/ |
H A D | LICENSE-APACHE | 110 pertain to any part of the Derivative Works, in at least one
|
/DragonOS/ |
H A D | LICENSE | 136 Sections 1 and 2 above provided that you also do one of the following: 293 <one line to give the program's name and a brief idea of what it does.>
|