Searched refs:feedback (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/binutils/
H A DMakefile.in4941 echo Configuring stage feedback in $(HOST_SUBDIR)/bfd ; \
5747 echo Configuring stage feedback in $(HOST_SUBDIR)/opcodes ; \
6553 echo Configuring stage feedback in $(HOST_SUBDIR)/binutils ; \
12861 echo Configuring stage feedback in $(HOST_SUBDIR)/gas ; \
13667 echo Configuring stage feedback in $(HOST_SUBDIR)/gcc ; \
15321 echo Configuring stage feedback in $(HOST_SUBDIR)/gmp ; \
16121 echo Configuring stage feedback in $(HOST_SUBDIR)/mpfr ; \
19041 echo Configuring stage feedback in $(HOST_SUBDIR)/intl ; \
20680 echo Configuring stage feedback in $(HOST_SUBDIR)/ld ; \
21486 echo Configuring stage feedback i
[all...]
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi140 Builds a compiler with profiling feedback information. For more
142 @ref{Building,,Building with profile feedback,gccinstall,Installing GCC}.
/freebsd-11-stable/contrib/gcc/
H A Dlibgcov.c559 gcov_unsigned_t feedback; local
561 feedback = (value ^ crc32) & 0x80000000 ? 0x04c11db7 : 0;
563 crc32 ^= feedback;
H A Dtree.c6076 unsigned feedback;
6078 feedback = (value ^ chksum) & 0x80000000 ? 0x04c11db7 : 0;
6080 chksum ^= feedback;
6048 unsigned feedback; local
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com51 $! link dummy.obj, capturing full linker feedback in dummy.map
/freebsd-11-stable/sys/dev/sec/
H A Dsec.h90 } feedback; member in union:sec_hw_desc::__packed__
108 #define shd_done shd_control.feedback.done
109 #define shd_iccr0 shd_control.feedback.iccr0
110 #define shd_iccr1 shd_control.feedback.iccr1
/freebsd-11-stable/stand/lua/
H A Dpassword.lua61 -- Space between the prompt and any on-screen feedback

Completed in 383 milliseconds