Searched refs:implicit (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/lib/libc/stdlib/
H A Drandom.c128 static struct __random_state implicit = { variable in typeref:struct:__random_state
153 .rst_fptr = &implicit.rst_randtbl[SEP_3 + 1],
154 .rst_rptr = &implicit.rst_randtbl[1],
166 .rst_state = &implicit.rst_randtbl[1],
170 .rst_end_ptr = &implicit.rst_randtbl[DEG_3 + 1],
237 srandom_r(&implicit, x);
286 srandomdev_r(&implicit);
358 char *ostate = (char *)(&implicit.rst_state[-1]);
366 if (implicit.rst_type == TYPE_0)
367 implicit
[all...]
/freebsd-13-stable/tools/build/mk/
H A DMakefile.boot35 CFLAGS+= -Werror=implicit-function-declaration -Werror=implicit-int \
/freebsd-13-stable/stand/userboot/userboot/
H A DMakefile40 CWARNFLAGS.main.c += -Wno-implicit-function-declaration
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl423 srlx $V,$sqr,$sqr ! ��0xE0 [implicit &(7<<3)]
425 sllx $sqr,57,$sqr ! ($C0��0xE1)<<1<<56 [implicit &0x7f]
504 srlx $V,$sqr,$sqr ! ��0xE0 [implicit &(7<<3)]
506 sllx $sqr,57,$sqr ! ($C0��0xE1)<<1<<56 [implicit &0x7f]
H A Dghash-c64xplus.pl189 || XORMPY $E10000,$rem,$res ; ; implicit rem&0x1FE
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/ld/
H A Dt_script.sh39 /* do nothing; but ld has implicit scripts internally */
/freebsd-13-stable/contrib/bmake/mk/
H A Dwarnings.mk126 implicit \
/freebsd-13-stable/share/mk/
H A Dbsd.info.mk189 # "install:" from being overridden by the implicit .sh rule if there
H A Dbsd.sys.mk176 -Wno-error=implicit-fallthrough \
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1788 { lex_error_message("implicit tagging is not supported"); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp271 OS << " implicit";
342 OS << " <implicit>";
1114 OS << " implicit";
H A DTypePrinter.cpp889 // the canonical spelling be the implicit calling convention.
1524 // If this is a calling convention attribute, don't print the implicit CC from
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql369 revision is implicit, being in effect (new head - 1) at commit time.

Completed in 154 milliseconds