Home
last modified time | relevance | path

Searched refs:implicit (Results 1 – 25 of 192) sorted by relevance

12345678

/freebsd/lib/libc/stdlib/
H A Drandom.c122 static struct __random_state implicit = { variable
147 .rst_fptr = &implicit.rst_randtbl[SEP_3 + 1],
148 .rst_rptr = &implicit.rst_randtbl[1],
160 .rst_state = &implicit.rst_randtbl[1],
164 .rst_end_ptr = &implicit.rst_randtbl[DEG_3 + 1],
231 srandom_r(&implicit, x); in srandom()
280 srandomdev_r(&implicit); in srandomdev()
352 char *ostate = (char *)(&implicit.rst_state[-1]); in initstate()
360 if (implicit.rst_type == TYPE_0) in initstate()
361 implicit.rst_state[-1] = implicit.rst_type; in initstate()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc42 "implicit-unsigned-integer-truncation",
43 "implicit-unsigned-integer-truncation")
45 "implicit-signed-integer-truncation",
46 "implicit-signed-integer-truncation")
48 "implicit-integer-sign-change",
49 "implicit-integer-sign-change")
51 "implicit-signed-integer-truncation-or-sign-change",
52 "implicit-signed-integer-truncation,implicit-integer-sign-change")
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td455 (implicit SR)]>;
459 (implicit SR)]>;
464 (implicit SR)]>;
468 (implicit SR)]>;
484 (implicit SR)]>;
488 (implicit SR)]>;
492 (implicit SR)]>;
496 (implicit SR)]>;
501 (implicit SR)]>;
505 (implicit S
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def156 SANITIZER("implicit-unsigned-integer-truncation",
158 SANITIZER("implicit-signed-integer-truncation", ImplicitSignedIntegerTruncation)
159 SANITIZER_GROUP("implicit-integer-truncation", ImplicitIntegerTruncation,
163 SANITIZER("implicit-integer-sign-change", ImplicitIntegerSignChange)
165 SANITIZER_GROUP("implicit-integer-arithmetic-value-change",
169 SANITIZER_GROUP("implicit-integer-conversion", ImplicitIntegerConversion,
174 SANITIZER("implicit-bitfield-conversion", ImplicitBitfieldConversion)
176 SANITIZER_GROUP("implicit-conversion", ImplicitConversion,
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td368 [(set i8:$rd, (add i8:$src, i8:$rr)), (implicit SREG)]>;
379 (implicit SREG)]>;
386 [(set i8:$rd, (adde i8:$src, i8:$rr)), (implicit SREG)]>;
399 (implicit SREG)]>;
406 (implicit SREG)]>,
418 [(set i8:$rd, (sub i8:$rs, i8:$rr)), (implicit SREG)]>;
429 (implicit SREG)]>;
433 [(set i8:$rd, (sub i8:$rs, imm:$k)), (implicit SREG)]>;
443 (implicit SREG)]>;
448 (implicit SREG)]>,
[all …]
/freebsd/sys/conf/
H A Dfiles9 no-obj no-implicit-rule before-depend \
14 no-obj no-implicit-rule before-depend \
19 no-obj no-implicit-rule before-depend \
24 no-obj no-implicit-rule before-depend \
29 no-obj no-implicit-rule before-depend \
34 no-obj no-implicit-rule before-depend \
38 no-obj no-implicit-rule before-depend \
43 no-obj no-implicit-rule before-depend \
48 no-obj no-implicit-rule before-depend \
52 no-obj no-implicit-rule before-depend \
[all …]
H A Dfiles.i38644 no-obj no-implicit-rule before-depend \
49 no-obj no-implicit-rule before-depend \
54 no-obj no-implicit-rule before-depend \
59 no-obj no-implicit-rule before-depend \
142 no-implicit-rule \
H A Dfiles.arm64138 no-obj no-implicit-rule
142 no-obj no-implicit-rule
146 no-obj no-implicit-rule
164 no-implicit-rule \
169 no-implicit-rule \
174 no-implicit-rule \
213 no-implicit-rule \
219 no-implicit-rule \
373 no-ctfconvert no-implicit-rule before-depend local \
378 no-implicit-rule \
[all …]
/freebsd/sys/arm/nvidia/tegra124/
H A Dfiles.tegra12448 no-ctfconvert no-implicit-rule before-depend local \
53 no-implicit-rule \
58 no-obj no-implicit-rule \
/freebsd/sys/arm/freescale/imx/
H A Dfiles.imx652 no-ctfconvert no-implicit-rule before-depend local \
57 no-ctfconvert no-implicit-rule \
62 no-obj no-implicit-rule \
/freebsd/contrib/wpa/wpa_supplicant/
H A Dtwt.c31 bool requestor, bool trigger, bool implicit, in wpas_twt_send_setup() argument
73 if (implicit) in wpas_twt_send_setup()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def269 // foo # possibly qualified, not if an implicit access
270 // foo # possibly qualified, not if an implicit access
271 // &foo # possibly qualified, not if an implicit access
284 // foo # if an implicit access
304 // In VS.NET, a __property declaration creates an implicit
H A DCXXRecordDeclDefinitionBits.def155 /// These flags are \c true if an implicit defaulted corresponding
182 /// which have been declared but not yet defined, and any implicit special
199 /// True if this class has a (possibly implicit) defaulted default
231 /// Whether an implicit copy constructor could have a const-qualified
236 /// Whether an implicit copy assignment operator would have a
/freebsd/tools/build/mk/
H A DMakefile.boot33 CFLAGS+= -Werror=implicit-function-declaration -Werror=implicit-int \
/freebsd/crypto/openssl/doc/man3/
H A DEVP_set_default_properties.pod20 future EVP algorithm fetches, implicit as well as explicit. See
21 L<crypto(7)/ALGORITHM FETCHING> for information about implicit and explicit
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilenhz.d.out1 This test is a simple profile implicit hz test
/freebsd/bin/sh/tests/execution/
H A Dbg5.01 # A background command has an implicit </dev/null redirection.
H A Dbg10.01 # The redirection overrides the </dev/null implicit in a background command.
H A Dbg6.01 # The redirection overrides the </dev/null implicit in a background command.
H A Dbg7.02 # does not override the implicit </dev/null.
H A Dbg8.02 # does not override the implicit </dev/null.
H A Dbg9.02 # does not override the implicit </dev/null.
/freebsd/contrib/libucl/tests/basic/
H A D16.in11 value2 = "implicit-array";
/freebsd/stand/userboot/userboot/
H A DMakefile43 CWARNFLAGS.main.c += -Wno-implicit-function-declaration
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributes.def10 // that indicate *absence* of the corresponding implicit kernel

12345678