HomeSort by: relevance | last modified time | path
    Searched refs:truncation (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/
djunpack.bat 8 Rem with other file names after truncation to DOS 8+3 namespace.
  /src/external/gpl3/gdb/dist/
djunpack.bat 8 Rem with other file names after truncation to DOS 8+3 namespace.
  /src/external/gpl3/gcc/dist/libgcc/config/mmix/
crti.S 39 % address bits of user data will not be zero. Because of truncation,
  /src/external/gpl3/gcc.old/dist/libgcc/config/mmix/
crti.S 39 % address bits of user data will not be zero. Because of truncation,
  /src/lib/libc/time/
Makefile 379 -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation \
  /src/external/public-domain/tz/dist/
Makefile 379 -Wformat=2 -Wformat-overflow=2 -Wformat-signedness -Wformat-truncation \
  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.c 1070 const unsigned truncation[] = { 0, 1, 32, 63 };
1075 for (j = 0; j < arraycount(truncation); j++) {
1076 const unsigned trunc = truncation[j];
1052 const unsigned truncation[] = { 0, 1, 32, 63 }; local
  /src/tools/compat/
configure 7820 as_CACHEVAR=`printf "%s\n" "ax_cv_check_cflags_$nb_cv_check_cc_flags_-Wformat-truncation" | sed "$as_sed_sh"`
7821 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wformat-truncation" >&5
7822 printf %s "checking whether C compiler accepts -Wformat-truncation... " >&6; }
7829 CFLAGS="$CFLAGS $nb_cv_check_cc_flags -Wformat-truncation"
7857 CC_WNO_FORMAT_TRUNCATION=-Wno-format-truncation
8045 as_CACHEVAR=`printf "%s\n" "ax_cv_check_cflags_$nb_cv_check_cc_flags_-Wstringop-truncation" | sed "$as_sed_sh"`
8046 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wstringop-truncation" >&5
8047 printf %s "checking whether C compiler accepts -Wstringop-truncation... " >&6; }
8054 CFLAGS="$CFLAGS $nb_cv_check_cc_flags -Wstringop-truncation"
8082 CC_WNO_STRINGOP_TRUNCATION=-Wno-stringop-truncation
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 137 // with a null character. Fail if truncation happened.
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 498 truncation. For example,
502 $p = mpz(3) + mpz(1.25); # allowed, explicit truncation
  /src/share/mk/
bsd.own.mk 777 CC_WNO_FORMAT_TRUNCATION= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 7:? -Wno-format-truncation :}
785 CC_WNO_STRINGOP_TRUNCATION= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-stringop-truncation :}
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 1227 (** [const_trunc c ty] returns the constant truncation of integer constant [c]
1242 (** [const_fptrunc c ty] returns the constant truncation of floating point
  /src/external/bsd/nsd/dist/
configure 1479 Disable response minimization. More truncation.

Completed in 32 milliseconds