Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_pedit.c124 int hwm = sel->nkeys; in pack_key() local
126 if (hwm >= MAX_OFFS) in pack_key()
134 sel->keys[hwm].val = tkey->val; in pack_key()
135 sel->keys[hwm].mask = tkey->mask; in pack_key()
136 sel->keys[hwm].off = tkey->off; in pack_key()
137 sel->keys[hwm].at = tkey->at; in pack_key()
138 sel->keys[hwm].offmask = tkey->offmask; in pack_key()
139 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.c924 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace); in expand_workspace()
2387 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE) in could_be_empty_branch()
3969 for (hc = save_hwm; hc < cd->hwm; hc += LINK_SIZE) in adjust_recurse()
3982 if (hc >= cd->hwm) in adjust_recurse()
4519 if (code > cd->hwm) cd->hwm = code; /* High water info */ in compile_branch()
4572 else if (cd->hwm > cd->start_workspace + cd->workspace_size - in compile_branch()
5611 if (lengthptr == NULL && cd->hwm >= cd->start_workspace + LINK_SIZE) in compile_branch()
5613 int offset = GET(cd->hwm, -LINK_SIZE); in compile_branch()
5615 PUT(cd->hwm, -LINK_SIZE, offset + 1 + LINK_SIZE); in compile_branch()
6014 pcre_uchar *this_hwm = cd->hwm; in compile_branch()
[all …]
Dpcre_internal.h2426 pcre_uchar *hwm; /* High watermark of workspace */ member