Home
last modified time | relevance | path

Searched refs:lz (Results 1 – 5 of 5) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/programs/fuzz/
DMakefile26 LOCAL_LDFLAGS += -lz
/openthread-3.5.0/third_party/mbedtls/repo/tests/
DMakefile69 LOCAL_LDFLAGS += -lz
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dbignum.c2247 size_t lz, lzt; in mbedtls_mpi_gcd() local
2259 lz = mbedtls_mpi_lsb( &TA ); in mbedtls_mpi_gcd()
2272 if( lzt < lz ) in mbedtls_mpi_gcd()
2273 lz = lzt; in mbedtls_mpi_gcd()
2345 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_l( &TB, lz ) ); in mbedtls_mpi_gcd()
/openthread-3.5.0/third_party/mbedtls/repo/programs/
DMakefile61 LOCAL_LDFLAGS += -lz
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/
Dall.sh971 gcc -o ${base}.exe ${base}.c -lz 2>/dev/null