Searched refs:postfix (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_dump.c | 53 const char *op, *postfix = ""; in rte_bpf_dump() local 63 postfix = "32"; in rte_bpf_dump() 71 fprintf(f, "%s%s r%u, #0x%x\n", op, postfix, in rte_bpf_dump() 76 postfix = size_tbl[BPF_SIZE_INDEX(ins->code)]; in rte_bpf_dump() 83 op, postfix, ins->dst_reg, val); in rte_bpf_dump() 86 fprintf(f, "%s%s r%d, #0x%x\n", op, postfix, in rte_bpf_dump() 89 fprintf(f, "%s%s r%d, [%d]\n", op, postfix, in rte_bpf_dump() 100 postfix = size_tbl[BPF_SIZE_INDEX(ins->code)]; in rte_bpf_dump() 106 postfix = size_tbl[BPF_SIZE_INDEX(ins->code)]; in rte_bpf_dump() 116 postfix = size_tbl[BPF_SIZE_INDEX(ins->code)]; in rte_bpf_dump() [all …]
|
| /dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 667 …upports two types of comments for documenting variables, constants and members: prefix and postfix: 674 #define RTE_BAR_ERROR 0x024. /**< This is a postfix comment. */ 690 Note: postfix comments should be aligned with spaces not tabs in accordance 695 …le this section of the code contains prefix comments, postfix comments on the same line and postfix
|