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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunshrink.c89 #define HAS_CHILD (HSIZE << 1) /* 0x4000 (code has a child--do not clear) */ macro
320 FLAG_BITS[cparent] |= HAS_CHILD; /* set parent's child-bit */
325 if (FLAG_BITS[code] & HAS_CHILD) /* just clear child-bit */
326 FLAG_BITS[code] &= ~HAS_CHILD;

Completed in 382 milliseconds