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

/netgear-R7800-V1.0.2.28/tools/firmware-utils/
H A DMakefile32 $(call cc,lzma2eva,-lz)
34 $(call cc,mkfwimage,-lz)
35 $(call cc,mkfwimage2,-lz)
/netgear-R7800-V1.0.2.28/include/
H A Dprereq-build.mk107 gcc -include zlib.h -x c -o $(TMP_DIR)/a.out - -lz
117 gcc -include zlib.h -x c $(HOST_STATIC_LINKING) -o $(TMP_DIR)/a.out - -lz
/netgear-R7800-V1.0.2.28/package/opkg/
H A DMakefile79 EXTRA_CFLAGS += $(TARGET_CPPFLAGS) -L$(STAGING_DIR)/usr/lib -lz
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Dbignum.c1492 int ret, lz, lzt; local
1500 lz = mpi_lsb( &TA );
1503 if ( lzt < lz )
1504 lz = lzt;
1506 MPI_CHK( mpi_shift_r( &TA, lz ) );
1507 MPI_CHK( mpi_shift_r( &TB, lz ) );
1528 MPI_CHK( mpi_shift_l( &TB, lz ) );

Completed in 89 milliseconds