• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/

Lines Matching refs:to

16 ; Where __GPRO__ expands to "Uz_Globs *G," if REENTRANT is defined,
17 ; otherwise to nothing. In the latter case G is a global variable.
21 ; Define AZTEC to use the Aztec C macro version of getc() instead of the
24 ; Define NO_CHECK_EOF to not use the fancy paranoid version of NEEDBITS --
25 ; this is equivalent to removing the #define CHECK_EOF from inflate.c.
59 ; (either array of unsigned char, or pointer to unsigned char) redirslide
88 ; struct huft *t; /* pointer to next level of table */
102 G_PUSH MACRO ; this macro passes "__G__" to functions
145 WSIZE equ $10000 ; 64K... be careful not to treat as short!
147 WSIZE equ $08000 ; 32K... be careful not to treat as negative!
192 eor.w d0,G_SIZE+INTSIZE-2(sp) ; becomes arg to update_keys
244 pea redirslide-X(G) ; buffer to flush
271 ; NEEDBITS clobbers d0, d1, a0, and a1, none of which can be used as the arg to
382 moveq #0,n ; cast h_v_n(t) to long
384 add.l d1,n ; length of block to copy
423 sub.l d1,d ; distance back to copy the block
434 bls.s dnox ; use a dbra loop to do it
439 delen: sub.l e,n ; size of sub-block to copy in this pass
448 ; Now at this point we could do tests to see if we should use an optimized
450 ; the source and destination to be compatibly aligned -- and odd bytes at each
451 ; end have to be handled separately, (b) it's only worth checking for if the
453 ; just not going to bother. Therefore we check above to make sure we move at
464 ext.l d0 ; does a test as it casts to long
467 dnfl: tst.l n ; need to do more sub-blocks?