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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dupdcrc.h2 * $Id: updcrc.h,v 1.1 2009-10-13 22:55:36 didg Exp $
17 WTYPE updcrc(WTYPE icrc, unsigned char *icp, int icnt);
H A DMakefile.am7 megatron_SOURCES = asingle.c hqx.c macbin.c megatron.c nad.c updcrc.c
10 noinst_HEADERS = asingle.h megatron.h hqx.h macbin.h nad.h updcrc.h
H A Dupdcrc.c2 * $Id: updcrc.c,v 1.5 2009-10-13 22:55:36 didg Exp $
4 * updcrc(3), crc(1) - calculate crc polynomials
10 * newcrc = updcrc( oldcrc, bufadr, buflen )
35 #include "updcrc.h"
87 updcrc(WTYPE icrc, unsigned char *icp, int icnt) function
163 crc = updcrc( crc, buf, nr );
180 crc = updcrc(crc, buf, 1);
185 printf( "magic test: %lx =?= %lx\n", crc, updcrc(-1, buf, W/B));
H A Dhqx.c33 #include "updcrc.h"
227 updcrc( hqx.forkcrc[ fork ], (u_char *)buffer, cc );
264 hqx.headercrc = updcrc( hqx.headercrc, (u_char *)&namelen,
281 hqx.headercrc = updcrc( hqx.headercrc,
H A DMakefile.in73 megatron.$(OBJEXT) nad.$(OBJEXT) updcrc.$(OBJEXT)
270 megatron_SOURCES = asingle.c hqx.c macbin.c megatron.c nad.c updcrc.c
272 noinst_HEADERS = asingle.h megatron.h hqx.h macbin.h nad.h updcrc.h
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/updcrc.Po@am__quote@
H A Dmacbin.c29 #include "updcrc.h"
456 bin.headercrc = htons( updcrc( (u_short) 0, head_buf, 124 ));
553 bin.headercrc = updcrc( (u_short) 0, head_buf, 124 );
H A DMakefile73 megatron.$(OBJEXT) nad.$(OBJEXT) updcrc.$(OBJEXT)
270 megatron_SOURCES = asingle.c hqx.c macbin.c megatron.c nad.c updcrc.c
272 noinst_HEADERS = asingle.h megatron.h hqx.h macbin.h nad.h updcrc.h
350 include ./$(DEPDIR)/updcrc.Po
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dupdcrc.h2 * $Id: updcrc.h,v 1.1 2009-10-13 22:55:36 didg Exp $
17 WTYPE updcrc(WTYPE icrc, unsigned char *icp, int icnt);
H A DMakefile.am7 megatron_SOURCES = asingle.c hqx.c macbin.c megatron.c nad.c updcrc.c
10 noinst_HEADERS = asingle.h megatron.h hqx.h macbin.h nad.h updcrc.h
H A Dupdcrc.c2 * $Id: updcrc.c,v 1.5 2009-10-13 22:55:36 didg Exp $
4 * updcrc(3), crc(1) - calculate crc polynomials
10 * newcrc = updcrc( oldcrc, bufadr, buflen )
35 #include "updcrc.h"
87 updcrc(WTYPE icrc, unsigned char *icp, int icnt) function
163 crc = updcrc( crc, buf, nr );
180 crc = updcrc(crc, buf, 1);
185 printf( "magic test: %lx =?= %lx\n", crc, updcrc(-1, buf, W/B));
H A Dhqx.c33 #include "updcrc.h"
227 updcrc( hqx.forkcrc[ fork ], (u_char *)buffer, cc );
264 hqx.headercrc = updcrc( hqx.headercrc, (u_char *)&namelen,
281 hqx.headercrc = updcrc( hqx.headercrc,
H A DMakefile.in97 megatron.$(OBJEXT) nad.$(OBJEXT) updcrc.$(OBJEXT)
312 megatron_SOURCES = asingle.c hqx.c macbin.c megatron.c nad.c updcrc.c
314 noinst_HEADERS = asingle.h megatron.h hqx.h macbin.h nad.h updcrc.h
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/updcrc.Po@am__quote@
H A Dmacbin.c29 #include "updcrc.h"
456 bin.headercrc = htons( updcrc( (u_short) 0, head_buf, 124 ));
553 bin.headercrc = updcrc( (u_short) 0, head_buf, 124 );
H A DMakefile97 megatron.$(OBJEXT) nad.$(OBJEXT) updcrc.$(OBJEXT)
312 megatron_SOURCES = asingle.c hqx.c macbin.c megatron.c nad.c updcrc.c
314 noinst_HEADERS = asingle.h megatron.h hqx.h macbin.h nad.h updcrc.h
411 include ./$(DEPDIR)/updcrc.Po
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c408 static uint32_t updcrc(uch * s, unsigned n) function
435 updcrc(buf, len);

Completed in 109 milliseconds