Home
last modified time | relevance | path

Searched refs:hwm (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/tc/
Dm_pedit.c123 int hwm = sel->nkeys; in pack_key() local
125 if (hwm >= MAX_OFFS) in pack_key()
133 sel->keys[hwm].val = tkey->val; in pack_key()
134 sel->keys[hwm].mask = tkey->mask; in pack_key()
135 sel->keys[hwm].off = tkey->off; in pack_key()
136 sel->keys[hwm].at = tkey->at; in pack_key()
137 sel->keys[hwm].offmask = tkey->offmask; in pack_key()
138 sel->keys[hwm].shift = tkey->shift; in pack_key()
Df_u32.c121 int hwm = sel->nkeys; in pack_key() local
125 for (i=0; i<hwm; i++) { in pack_key()
137 if (hwm >= 128) in pack_key()
141 sel->keys[hwm].val = key; in pack_key()
142 sel->keys[hwm].mask = mask; in pack_key()
143 sel->keys[hwm].off = off; in pack_key()
144 sel->keys[hwm].offmask = offmask; in pack_key()
/external/pcre/dist/
Dpcre_compile.c934 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace()
2440 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
4029 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4039 if (hc >= cd->hwm) in adjust_recurse()
4050 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm; in adjust_recurse()
4589 if (code > cd->hwm) cd->hwm = code; /* High water info */ in compile_branch()
4642 else if (cd->hwm > cd->start_workspace + cd->workspace_size) in compile_branch()
4785 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
4837 item_hwm_offset = cd->hwm - cd->start_workspace; in compile_branch()
5713 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) in compile_branch()
[all …]
Dpcre_internal.h2434 pcre_uchar *hwm; /* High watermark of workspace */ member