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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dmatch.s29 WMASK EQU 32767 define
200 MOV ip, r0, LSL #17 ; cur_match & WMASK
203 LDR r0, [fp, ip, ASL #1] ; cur_match = prev[cur_match & WMASK]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Ddeflate.c101 #define WMASK (WSIZE-1) macro
291 prev[(s) & WMASK] = match_head = head[ins_h], \
538 } while ((cur_match = prev[cur_match & WMASK]) > limit
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s103 WMASK equ WSIZE-1 define
352 and.w #(WMASK*2),Cur_Match
406 and.w #WMASK,Cur_Match
506 and.w #WMASK,_2
509 move.w Head,(Prev,_2.l) ; prev[str_start & WMASK] = hash_head
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c176 #define WMASK (WSIZE-1) macro
668 } while ((cur_match = G1.prev[cur_match & WMASK]) > limit
1714 G1.prev[(s) & WMASK] = match_head = head[G1.ins_h]; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dentry.S87 * We save SAR (used to calculate WMASK), and WB and WS (we don't have to
185 /* Store information into WMASK:
469 addi a2, a6, -16 # decrementing Y in WMASK
493 * Note: a2 still contains WMASK (if we've returned to the original
551 * We actually have WMASK, so we only have to test if it is 1 or not.

Completed in 194 milliseconds