Searched refs:lto (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dc_symlink.c14 FTPSymlink(const FTPCIPtr cip, const char *const lfrom, const char *const lto) argument
18 if ((cip == NULL) || (lfrom == NULL) || (lto == NULL))
20 if ((lfrom[0] == '\0') || (lto[0] == '\0'))
22 if (FTPCmd(cip, "SITE SYMLINK %s %s", lfrom, lto) == 2)
H A Dncftp.h922 int FTPSymlink(const FTPCIPtr cip, const char *const lfrom, const char *const lto);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/lib/
H A Dmemcpy.c33 long *lto = to; local
36 *lto++ = *lfrom++;
37 to = lto;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/lib/
H A Dstring.c110 long *lto = to; local
131 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1)
132 : "0" (lfrom), "1" (lto), "2" (temp));
133 to = lto;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure308 --enable-lto use link-time optimization
1859 lto
5026 enabled lto && check_ldflags "$@"
5030 if enabled lto; then
5066 enabled lto && disable symver_asm_label
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dconfigure14293 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
14358 *.lto.$objext) ;; # Ignore GCC LTO objects
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/
H A Dconfigure14340 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
14405 *.lto.$objext) ;; # Ignore GCC LTO objects

Completed in 246 milliseconds