Searched refs:hwm (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/tc/
H A Dm_pedit.c123 int hwm = sel->nkeys; local
125 if (hwm >= MAX_OFFS)
133 sel->keys[hwm].val = tkey->val;
134 sel->keys[hwm].mask = tkey->mask;
135 sel->keys[hwm].off = tkey->off;
136 sel->keys[hwm].at = tkey->at;
137 sel->keys[hwm].offmask = tkey->offmask;
138 sel->keys[hwm].shift = tkey->shift;
H A Df_u32.c121 int hwm = sel->nkeys; local
125 for (i=0; i<hwm; i++) {
137 if (hwm >= 128)
141 sel->keys[hwm].val = key;
142 sel->keys[hwm].mask = mask;
143 sel->keys[hwm].off = off;
144 sel->keys[hwm].offmask = offmask;
/external/pcre/dist/
H A Dpcre_compile.c934 cd->hwm = (pcre_uchar *)newspace + (cd->hwm - cd->start_workspace);
2440 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
4014 save_hwm_offset the hwm forward reference offset at the start of the group
4029 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
4039 if (hc >= cd->hwm)
4050 for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
4589 if (code > cd->hwm) cd->hwm = code; /* High water info */
4642 else if (cd->hwm > c
[all...]

Completed in 297 milliseconds