Searched defs:peek_next (Results 1 - 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/arch/x86/lib/ |
| H A D | insn.c | 37 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) macro
|
| /kernel/linux/linux-5.10/tools/arch/x86/lib/ |
| H A D | insn.c | 37 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) macro
|
| /kernel/linux/linux-6.6/arch/x86/lib/ |
| H A D | insn.c | 52 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) macro
|
| /kernel/linux/linux-6.6/tools/arch/x86/lib/ |
| H A D | insn.c | 52 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) macro
|
| /third_party/rust/crates/memchr/bench/data/code/ |
| H A D | rust-library.rs | 28173 pub fn peek_next(&self) -> Option<&'a T> { in peek_next() functions 28270 pub fn peek_next(&mut self) -> Option<&mut T> { in peek_next() functions [all...] |
Completed in 43 milliseconds