Home
last modified time | relevance | path

Searched refs:thdr (Results 1 – 7 of 7) sorted by relevance

/external/libnl/lib/route/cls/
Dematch.c343 struct tcf_ematch_tree_hdr *thdr; in rtnl_ematch_parse_attr() local
357 thdr = nla_data(tb[TCA_EMATCH_TREE_HDR]); in rtnl_ematch_parse_attr()
360 if (thdr->nmatches == 0) { in rtnl_ematch_parse_attr()
369 thdr->nmatches, thdr->progid); in rtnl_ematch_parse_attr()
376 if (thdr->nmatches > (nla_len(tb[TCA_EMATCH_TREE_LIST]) / in rtnl_ematch_parse_attr()
380 if (!(index = calloc(thdr->nmatches, sizeof(struct rtnl_ematch *)))) in rtnl_ematch_parse_attr()
383 if (!(tree = rtnl_ematch_tree_alloc(thdr->progid))) { in rtnl_ematch_parse_attr()
404 if (nmatches >= thdr->nmatches) { in rtnl_ematch_parse_attr()
421 *((uint32_t *) data) >= thdr->nmatches) { in rtnl_ematch_parse_attr()
455 if (nmatches != thdr->nmatches) { in rtnl_ematch_parse_attr()
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_tcpbpf_kern.c57 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/
Dpcap-linux.c380 union thdr { union
393 #define RING_GET_FRAME_AT(h, offset) (((union thdr **)h->buffer)[(offset)])
4636 handle->buffer = malloc(handle->cc * sizeof(union thdr *));
4776 union thdr h;
5058 union thdr h;
5142 union thdr h;
5227 union thdr h;
5313 union thdr h;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrHFP.td74 def THDR : UnaryRRE<"thdr", 0xB359, null_frag, FP64, FP64>;
/external/v8/src/s390/
Dconstants-s390.h1291 V(thdr, THDR, 0xB359) /* type = RRE CONVERT BFP TO HFP (long) */ \
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/
Dinsn-good.s15440 #CHECK: thdr %f0, %f9 # encoding: [0xb3,0x59,0x00,0x09]
15441 #CHECK: thdr %f0, %f15 # encoding: [0xb3,0x59,0x00,0x0f]
15442 #CHECK: thdr %f15, %f0 # encoding: [0xb3,0x59,0x00,0xf0]
15443 #CHECK: thdr %f15, %f9 # encoding: [0xb3,0x59,0x00,0xf9]
15445 thdr %f0,%f9
15446 thdr %f0,%f15
15447 thdr %f15,%f0
15448 thdr %f15,%f9
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt17904 # CHECK: thdr %f0, %f9
17907 # CHECK: thdr %f0, %f15
17910 # CHECK: thdr %f15, %f0
17913 # CHECK: thdr %f15, %f9