Searched refs:thdr (Results 1 – 8 of 8) sorted by relevance
/external/libnl/lib/route/cls/ |
D | ematch.c | 401 struct tcf_ematch_tree_hdr *thdr; in rtnl_ematch_parse_attr() local 415 thdr = nla_data(tb[TCA_EMATCH_TREE_HDR]); in rtnl_ematch_parse_attr() 418 if (thdr->nmatches == 0) { in rtnl_ematch_parse_attr() 427 thdr->nmatches, thdr->progid); in rtnl_ematch_parse_attr() 434 if (thdr->nmatches > (nla_len(tb[TCA_EMATCH_TREE_LIST]) / in rtnl_ematch_parse_attr() 438 if (!(index = calloc(thdr->nmatches, sizeof(struct rtnl_ematch *)))) in rtnl_ematch_parse_attr() 441 if (!(tree = rtnl_ematch_tree_alloc(thdr->progid))) { in rtnl_ematch_parse_attr() 462 if (nmatches >= thdr->nmatches) { in rtnl_ematch_parse_attr() 479 *((uint32_t *) data) >= thdr->nmatches) { in rtnl_ematch_parse_attr() 513 if (nmatches != thdr->nmatches) { in rtnl_ematch_parse_attr() [all …]
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_tcpbpf_kern.c | 57 struct tcphdr *thdr; in bpf_testcb() local 103 thdr = (struct tcphdr *)(header + offset); in bpf_testcb() 104 v = thdr->syn; in bpf_testcb()
|
/external/libpcap/ |
D | pcap-linux.c | 222 union thdr { union 3255 handle->buffer = malloc(handle->cc * sizeof(union thdr *)); in create_ring() 3385 union thdr h; in pcap_get_ring_frame_status() 3975 union thdr h; in pcap_read_linux_mmap_v2() 4059 union thdr h; in pcap_read_linux_mmap_v3()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrHFP.td | 73 def THDR : UnaryRRE<"thdr", 0xB359, null_frag, FP64, FP64>;
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrHFP.td | 73 def THDR : UnaryRRE<"thdr", 0xB359, null_frag, FP64, FP64>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenInsnNameMaps.inc | 1667 { SYSZ_INS_THDR, "thdr" },
|
/external/llvm-project/llvm/test/MC/SystemZ/ |
D | insn-good.s | 16191 #CHECK: thdr %f0, %f9 # encoding: [0xb3,0x59,0x00,0x09] 16192 #CHECK: thdr %f0, %f15 # encoding: [0xb3,0x59,0x00,0x0f] 16193 #CHECK: thdr %f15, %f0 # encoding: [0xb3,0x59,0x00,0xf0] 16194 #CHECK: thdr %f15, %f9 # encoding: [0xb3,0x59,0x00,0xf9] 16196 thdr %f0,%f9 16197 thdr %f0,%f15 16198 thdr %f15,%f0 16199 thdr %f15,%f9
|
/external/llvm-project/llvm/test/MC/Disassembler/SystemZ/ |
D | insns.txt | 17904 # CHECK: thdr %f0, %f9 17907 # CHECK: thdr %f0, %f15 17910 # CHECK: thdr %f15, %f0 17913 # CHECK: thdr %f15, %f9
|