Home
last modified time | relevance | path

Searched full:needs (Results 1 – 25 of 3572) sorted by relevance

12345678910>>...143

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp55 /// Basic blocks are always exited in WQM as long as some successor needs WQM.
128 char Needs = 0; member
134 char Needs = 0; member
278 << ", Needs = " << PrintState(BII.second.Needs) in printInfo()
284 dbgs() << " " << MI << " Needs = " << PrintState(III->second.Needs) in printInfo()
304 // Ignore if the flag is already encompassed by the existing needs, or we in markInstruction()
306 if ((II.Needs & Flag) == Flag) in markInstruction()
310 II.Needs |= Flag; in markInstruction()
488 // instruction as needing e.g. WQM before visiting it and realizing it needs in scanInstructions()
521 // it needs to be executed in WQM or Exact so that its copy doesn't in scanInstructions()
[all …]
/freebsd/sys/dev/qat/qat_api/qat_utils/include/
H A Dqat_utils.h603 * The buffer needs to be at least md5 block size long as defined in
607 * The buffer needs to be at least md5 state size long as defined in
624 * The buffer needs to be at least md5 block size long as defined in
628 * The buffer needs to be at least md5 state size long as defined in
646 * The buffer needs to be at least sha1 block size long as defined in
650 * The buffer needs to be at least sha1 state size long as defined in
667 * The buffer needs to be at least sha1 block size long as defined in
671 * The buffer needs to be at least sha1 state size long as defined in
689 * The buffer needs to be at least sha224 block size long as defined in
693 * The buffer needs to be at least sha224 state size long as defined in
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-venice-gw72xx-0x-rs422.dts7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven low (in-active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be low
H A Dimx8mm-venice-gw72xx-0x-rs422.dtso7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven low (in-active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be low
H A Dimx8mm-venice-gw72xx-0x-rs485.dts7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven high (active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be pulled high
H A Dimx8mm-venice-gw73xx-0x-rs422.dts7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven low (in-active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be low
H A Dimx8mm-venice-gw73xx-0x-rs422.dtso7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven low (in-active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be low
H A Dimx8mm-venice-gw73xx-0x-rs485.dts7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven high (active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be pulled high
H A Dimx8mm-venice-gw73xx-0x-rs485.dtso7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven high (active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be pulled high
H A Dimx8mm-venice-gw72xx-0x-rs485.dtso7 * - GPIO4_0 rs485_en needs to be driven high (active)
8 * - GPIO4_2 rs485_hd needs to be driven high (active)
10 * - RS485_EN needs to be pulled high
11 * - RS485_HALF needs to be pulled high
/freebsd/tests/sys/audit/
H A Dfile-attribute-modify.c69 /* File needs to exist to call flock(2) */ in ATF_TC_BODY()
114 /* File needs to exist to call fcntl(2) */ in ATF_TC_BODY()
165 /* File needs to exist to call fsync(2) */ in ATF_TC_BODY()
210 /* File needs to exist to call chmod(2) */ in ATF_TC_BODY()
257 /* File needs to exist to call fchmod(2) */ in ATF_TC_BODY()
302 /* Symbolic link needs to exist to call lchmod(2) */ in ATF_TC_BODY()
345 /* File needs to exist to call fchmodat(2) */ in ATF_TC_BODY()
389 /* File needs to exist to call chown(2) */ in ATF_TC_BODY()
436 /* File needs to exist to call fchown(2) */ in ATF_TC_BODY()
481 /* Symbolic link needs to exist to call lchown(2) */ in ATF_TC_BODY()
[all …]
H A Dfile-attribute-access.c67 /* File needs to exist to call stat(2) */ in ATF_TC_BODY()
111 /* Symbolic link needs to exist to call lstat(2) */ in ATF_TC_BODY()
154 /* File needs to exist to call fstat(2) */ in ATF_TC_BODY()
202 /* File or Symbolic link needs to exist to call lstat(2) */ in ATF_TC_BODY()
247 /* File needs to exist to call statfs(2) */ in ATF_TC_BODY()
291 /* File needs to exist to call fstat(2) */ in ATF_TC_BODY()
386 /* Symbolic link needs to exist to get a file-handle */ in ATF_TC_BODY()
434 /* File needs to exist to get a file-handle */ in ATF_TC_BODY()
490 /* File needs to exist to get a file-handle */ in ATF_TC_BODY()
541 /* File needs to exist to get a file-handle */ in ATF_TC_BODY()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DTargetMachine.h170 llvm::TargetMachine::getTriple. The result needs to be disposed with
175 llvm::TargetMachine::getCPU. The result needs to be disposed with
180 llvm::TargetMachine::getFeatureString. The result needs to be disposed with
219 /** Get a triple for the host machine as a string. The result needs to be
223 /** Normalize a target triple. The result needs to be disposed with
227 /** Get the host CPU as a string. The result needs to be disposed with
231 /** Get the host CPU's features as a string. The result needs to be disposed
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Datmel,at91-pinctrl.txt89 PULL_UP (1 << 0): indicate this pin needs a pull up.
90 MULTIDRIVE (1 << 1): indicate this pin needs to be configured as multi-drive.
92 DEGLITCH (1 << 2): indicate this pin needs deglitch.
93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
94 DIS_SCHMIT (1 << 4): indicate this pin needs to the disable schmitt trigger.
104 DEBOUNCE (1 << 16): indicate this pin needs debounce.
/freebsd/crypto/openssl/test/recipes/
H A D70-test_sslcertstatus.t20 plan skip_all => "$test_name needs the dynamic engine feature enabled"
23 plan skip_all => "$test_name needs the sock feature enabled"
26 plan skip_all => "$test_name needs the ocsp feature enabled"
29 plan skip_all => "$test_name needs TLS enabled"
H A D70-test_npn.t21 plan skip_all => "$test_name needs the dynamic engine feature enabled"
24 plan skip_all => "$test_name needs the sock feature enabled"
27 plan skip_all => "$test_name needs NPN enabled"
30 plan skip_all => "$test_name needs TLSv1.2 enabled"
H A D70-test_tls13alerts.t20 plan skip_all => "$test_name needs the dynamic engine feature enabled"
23 plan skip_all => "$test_name needs the sock feature enabled"
26 plan skip_all => "$test_name needs TLS1.3 enabled"
/freebsd/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc37 # errlst.c needs the errlst.h header from libc:
66 # ARM needs aeabi_unwind_cpp for _setjmp
69 # i386 needs i386_set_gsbase for allocate_initial_tls()
72 # ppc needs __syncicache and abs for reloc.c
75 # ppc64 needs __syncicache for reloc.c
/freebsd/sys/contrib/device-tree/Bindings/mux/
H A Dmux-consumer.yaml28 If it is required to provide the state that the mux controller needs to
34 the consumers want to control the mux controller. If the consumer needs
35 needs to set multiple states in a mux controller, then property
36 "mux-controls" can be used. If the consumer needs to set the mux
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt22 * libcxxabi needs the demangler to implement __cxa_demangle, which is
25 * LLVM needs a copy for a bunch of places, and cannot rely on the
43 Because the core demangler needs to work in libcxxabi, everything
44 needs to be declared in an anonymous namespace (see
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp85 assert((Offset % 4 == 0) && "LD needs 4 byte alignment."); in replaceFrameIndex()
89 assert((Offset % 2 == 0) && "LDH needs 2 byte alignment."); in replaceFrameIndex()
100 assert((Offset % 4 == 0) && "ST needs 4 byte alignment."); in replaceFrameIndex()
103 assert((Offset % 2 == 0) && "STH needs 2 byte alignment."); in replaceFrameIndex()
201 // ldb needs no alignment, in eliminateFrameIndex()
202 // ldh needs 2 byte alignment in eliminateFrameIndex()
203 // ld needs 4 byte alignment in eliminateFrameIndex()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.h28 * even if it also needs to send traffic to a sleeping STA1, without being
45 * When a frame for a previously unseen RA/TID comes in, it needs to be deferred
62 * When a RA/TID needs to become aggregated, no new queue is required to be
95 * paths are triggered by the fw, and the driver needs to get a pointer to the
107 * The station holds the sequence number per tid. So this data needs to be
110 * were drained), so it also needs to be accessible from the Tx response flow.
111 * In short, the station needs to be access from sleepable context as well as
112 * from tasklets, so the station itself needs a spinlock.
127 * The FW needs a few internal stations that are not reflected in
173 * not be zeroed and needs t
[all...]
/freebsd/sys/dev/iwm/
H A Dif_iwm_sta.h100 * paths are triggered by the fw, and the driver needs to get a pointer to the
112 * The station holds the sequence number per tid. So this data needs to be
115 * were drained), so it also needs to be accessible from the Tx response flow.
116 * In short, the station needs to be access from sleepable context as well as
117 * from tasklets, so the station itself needs a spinlock.
132 * The FW needs a few internal stations that are not reflected in
187 * not be zeroed and needs to be reinitialized manually.
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt5 configured from HPS, there needs to be a way for HPS to notify SDM the
9 To meet the whole system security needs and support virtual machine requesting
12 exception layers must channel through the EL3 software whenever it needs
/freebsd/contrib/file/
H A DTODO41 - The implementation of struct buffer needs re-thinking and more work.
44 needs negative offsets.
45 - Really the whole thing just needs here's an (offset, buffer, size)

12345678910>>...143