| /f-stack/freebsd/amd64/include/ |
| H A D | vmm_snapshot.h | 112 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument 114 (RES) = vm_snapshot_buf((DATA), (LEN), (META)); \ 130 #define SNAPSHOT_GUEST2HOST_ADDR_OR_LEAVE(ADDR, LEN, RNULL, META, RES, LABEL) \ argument 132 (RES) = vm_snapshot_guest2host_addr((void **)&(ADDR), (LEN), (RNULL), \ 143 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument 145 (RES) = vm_snapshot_buf_cmp((DATA), (LEN), (META)); \
|
| /f-stack/freebsd/net/ |
| H A D | radix.c | 128 #define LEN(x) ( (int) (*(const u_char *)(x)) ) macro 183 caddr_t lim, lim2 = lim = n + LEN(n); in rn_refines() 184 int longer = LEN(n++) - LEN(m++); in rn_refines() 242 if (LEN(x->rn_key) != LEN(v_arg) || bcmp(x->rn_key, v_arg, LEN(v_arg))) in rn_lookup() 257 int length = min(LEN(cp), LEN(cp2)); in rn_satisfies_leaf() 262 length = min(length, LEN(cp3)); in rn_satisfies_leaf() 428 int head_off = top->rn_offset, vlen = LEN(v); in rn_insert() 563 if (LEN(mp) > LEN(np)) in rn_lexobetter() 565 if (LEN(mp) == LEN(np)) in rn_lexobetter() 566 for (lim = mp + LEN(mp); mp < lim;) in rn_lexobetter() [all …]
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | inflate.h | 41 LEN, /* i: waiting for length/lit/eob code */ enumerator
|
| H A D | infback.c | 312 state->mode = LEN; /* decode codes */ 479 state->mode = LEN; 481 case LEN: 519 state->mode = LEN;
|
| H A D | inflate.c | 1043 state->mode = LEN; 1044 case LEN: 1167 if (state->length == 0) state->mode = LEN; 1189 if (state->length == 0) state->mode = LEN; 1195 state->mode = LEN;
|
| /f-stack/dpdk/app/test/ |
| H A D | test_acl.c | 21 #define LEN RTE_ACL_MAX_CATEGORIES macro 1130 struct rte_acl_ipv4vlan_rule rules[LEN]; in test_create_find_add() 1210 param.max_rule_num = LEN; in test_create_find_add() 1219 for (i = 0; i < LEN; i++) { in test_create_find_add() 1229 ret = rte_acl_ipv4vlan_add_rules(acx, rules, LEN); in test_create_find_add() 1232 __LINE__, LEN); in test_create_find_add()
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 533 read LEN and NLEN (see next section) 534 copy LEN bytes of data to output 583 | LEN | NLEN |... LEN bytes of literal data...| 586 LEN is the number of data bytes in the block. NLEN is the 587 one's complement of LEN.
|
| H A D | rfc1952.txt | 438 |SI1|SI2| LEN |... LEN bytes of subfield data ...| 459 LEN gives the length of the subfield data, excluding the 4
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_eqs.c | 186 ctrl1 = AEQ_CTRL_1_SET(eq->eq_len, LEN) | in set_aeq_ctrls()
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_rx.c | 60 RQ_CQE_SGE_GET(vlan_len, LEN) 277 RQ_CTRL_SET(SIZE_8BYTES(sizeof(*ctrl)), LEN) | in hinic_prepare_rq_wqe()
|
| H A D | hinic_pmd_tx.c | 432 SQ_CTRL_SET(ctrl_size, LEN) | in hinic_fill_sq_wqe_header()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.c | 132 #define START_IE(TYPE,CODE,LEN) \ argument 137 if (uni_encode_ie_hdr(msg, CODE, &ie->h, (LEN), cx)) \ 142 #define START_IE2(TYPE,CODE,LEN,REALCODE) \ argument 147 if (uni_encode_ie_hdr(msg, REALCODE, &ie->h, (LEN), cx)) \
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 1051 which are rarely seen in the field. For these, the LEN field of the ASL
|