/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_tag.c | 27 static void bpf_gen_imm_prog(unsigned int insns, int fd_map) in bpf_gen_imm_prog() 37 static void bpf_gen_map_prog(unsigned int insns, int fd_map) in bpf_gen_map_prog() 53 static int bpf_try_load_prog(int insns, int fd_map, in bpf_try_load_prog() 54 void (*bpf_filler)(unsigned int insns, in bpf_try_load_prog() 114 static void tag_from_alg(int insns, uint8_t *tag, uint32_t len) in tag_from_alg() 154 static void tag_exit_report(int insns, int fd_map, uint8_t *ftag, in tag_exit_report() 166 void (*bpf_filler)(unsigned int insns, int fd)) in do_test()
|
D | test_sock_addr.c | 520 const struct bpf_insn *insns, size_t insns_cnt) in load_insns() 571 struct bpf_insn insns[] = { in bind4_prog_load() local 636 struct bpf_insn insns[] = { in bind6_prog_load() local 719 struct bpf_insn insns[] = { in sendmsg_deny_prog_load() local 742 struct bpf_insn insns[] = { in sendmsg4_rw_asm_prog_load() local 800 struct bpf_insn insns[] = { in sendmsg6_rw_dst_asm_prog_load() local
|
D | test_align.c | 33 struct bpf_insn insns[MAX_INSNS]; member
|
D | test_sock.c | 27 struct bpf_insn insns[MAX_INSNS]; member
|
/external/syzkaller/pkg/ifuzz/generated/ |
D | insns.go | 9 var insns = []*Insn{ var
|
/external/capstone/ |
D | utils.c | 14 static unsigned short *make_id2insn(insn_map *insns, unsigned int size) in make_id2insn() 30 unsigned short insn_find(insn_map *insns, unsigned int max, unsigned int id, unsigned short **cache) in insn_find()
|
/external/capstone/bindings/ocaml/ |
D | test_x86.ml | 108 let insns = cs_disasm handle code 0x1000L 0L in ( var
|
/external/strace/linux/sparc/ |
D | arch_sigreturn.c | 19 char insns[PERSONALITY_WORDSIZE * 2] ATTRIBUTE_ALIGNED(8); in arch_sigreturn() member
|
/external/capstone/arch/SystemZ/ |
D | SystemZMapping.c | 69 static insn_map insns[] = { variable
|
/external/capstone/arch/Mips/ |
D | MipsMapping.c | 211 static insn_map insns[] = { variable
|
/external/capstone/arch/XCore/ |
D | XCoreMapping.c | 74 static insn_map insns[] = { variable
|
/external/capstone/arch/ARM/ |
D | ARMMapping.c | 269 static insn_map insns[] = { variable
|
/external/capstone/arch/PowerPC/ |
D | PPCMapping.c | 214 static insn_map insns[] = { variable
|
/external/capstone/arch/AArch64/ |
D | AArch64Mapping.c | 295 static insn_map insns[] = { variable
|
/external/capstone/arch/Sparc/ |
D | SparcMapping.c | 124 static insn_map insns[] = { variable
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 2207 static insn_map insns[] = { // full x86 instructions variable 37768 static insn_map insns[] = { // reduce x86 instructions variable
|
/external/swiftshader/src/Pipeline/ |
D | SpirvShader.cpp | 25 SpirvShader::SpirvShader(InsnStore const &insns) in SpirvShader()
|
D | SpirvShader.hpp | 34 InsnStore insns; member in sw::SpirvShader
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 288 ArrayList insns; member in nv50_ir::RegAlloc 951 GCRA::coalesce(ArrayList& insns) in coalesce() 1053 GCRA::doCoalesce(ArrayList& insns, unsigned int mask) in doCoalesce() 1195 GCRA::buildRIG(ArrayList& insns) in buildRIG() 1452 GCRA::allocateRegisters(ArrayList& insns) in allocateRegisters()
|
/external/bcc/src/cc/ |
D | libbpf.c | 380 int bpf_prog_compute_tag(const struct bpf_insn *insns, int prog_len, in bpf_prog_compute_tag() 475 const struct bpf_insn *insns, int prog_len, in bpf_prog_load()
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | ClassInstrumentor.java | 285 AbstractInsnNode[] insns = ctor.instructions.toArray(); in extractCallToSuperConstructor() local
|
/external/iputils/ |
D | rarpd.c | 333 static struct sock_filter insns[] = { in load_arp_bpflet() local
|
D | ping.c | 1375 static struct sock_filter insns[] = { in install_filter() local
|
/external/iproute2/lib/ |
D | bpf.c | 1050 int bpf_prog_load(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_prog_load() 1073 const struct bpf_insn *insns; member 1454 unsigned int insns = prog->size / sizeof(struct bpf_insn); in bpf_prog_report() local 1991 struct bpf_insn *insns = idata->d_buf; in bpf_apply_relo_data() local
|
/external/capstone/include/ |
D | capstone.h | 291 #define CS_INSN_OFFSET(insns, post) (insns[post - 1].address - insns[0].address) argument
|