| /freebsd/contrib/bc/ |
| H A D | build.gaml | 355 desc: "The directory to install executables into. Defaults to \"$prefix/bin\"." 360 desc: "The directory to install libraries into. Defaults to \"$prefix/lib\"." 365 desc: "The location to install headers in. Defaults to \"$prefix/include\"." 375 …desc: "The location to pkg-config files to. Defaults to the output of `pkg-config --variable=pc_pa… 380 desc: "The root directory for data files. Defaults to `$prefix/share`." 385 desc: "The directory for data files. Defaults to `$datarootdir`." 390 desc: "The root directory for manpages. Defaults to `$datadir/man`." 395 desc: "The directory for manpages in section 1. Defaults to `$mandir/man1`." 400 desc: "The directory for manpages in section 3. Defaults to `$mandir/man3`."
|
| /freebsd/contrib/bc/manuals/ |
| H A D | build.md | 156 Defaults to `c99`. 167 Defaults to `$CC`. 173 Defaults to empty. 179 Defaults to `$CFLAGS`. 186 Defaults to empty. 193 Defaults to empty. 201 Defaults to empty. 209 Defaults to `/usr/local`. 223 Defaults to empty. 231 Defaults to `$PREFIX/bin`. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | adv7604.txt | 53 - hsync-active: Horizontal synchronization polarity. Defaults to active low. 54 - vsync-active: Vertical synchronization polarity. Defaults to active low. 55 - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge.
|
| H A D | tda1997x.txt | 52 - hsync-active: Horizontal synchronization polarity. Defaults to active high. 53 - vsync-active: Vertical synchronization polarity. Defaults to active high. 54 - data-active: Data polarity. Defaults to active high.
|
| H A D | nxp,tda1997x.txt | 52 - hsync-active: Horizontal synchronization polarity. Defaults to active high. 53 - vsync-active: Vertical synchronization polarity. Defaults to active high. 54 - data-active: Data polarity. Defaults to active high.
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | max8952.txt | 18 Defaults to 26 MHz if not specified. 28 Defaults to 32mV/us if not specified.
|
| /freebsd/contrib/ntp/scripts/ |
| H A D | summary-opts.def | 31 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d}) 73 this option. Defaults to 197000101.
|
| H A D | invoke-summary.texi | 77 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d}) 93 this option. Defaults to 197000101.
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTOptions.td | 16 "the most recent data. Defaults to 4096 bytes. It's possible to " 47 "packets. Defaults to 0 if supported.">; 94 "if needed. Defaults to 500MB. It's possible to specify a unit for " 125 "packets. Defaults to 0 if supported.">;
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | rotary-encoder.txt | 8 Defaults to 0 (ABS_X / REL_X) 10 encoder. Only relevant for absolute axis. Defaults to 24 which is a
|
| H A D | gpio-decoder.txt | 12 Defaults to 0 (ABS_X).
|
| /freebsd/contrib/bearssl/mk/ |
| H A D | NMake.mk | 29 !include mk/Defaults.mk
|
| H A D | SingleUnix.mk | 29 include mk/Defaults.mk
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 25 HelpText<"Specify the desired type of DWARF linker. Defaults to 'classic'">; 61 "Defaults to the number of cores on the current machine">;
|
| /freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | ltc4151.txt | 10 Defaults to <1000> if unset.
|
| /freebsd/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-xlp9xx.txt | 10 Defaults to 100 KHz when the property is not specified
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | options.inc | 23 "Is GWP-ASan enabled? Defaults to " GWP_ASAN_STRINGIFY( 28 "pool. Defaults to 16.")
|
| /freebsd/sys/contrib/device-tree/Bindings/rng/ |
| H A D | timeriomem_rng.txt | 10 rng. Defaults to zero which causes the kernel's default quality to
|
| /freebsd/sys/contrib/device-tree/Bindings/spi/ |
| H A D | spi-bcm63xx.txt | 13 - num-cs: some controllers have less than 8 cs signals. Defaults to 8
|
| H A D | spi-bcm63xx-hsspi.txt | 13 - num-cs: some controllers have less than 8 cs signals. Defaults to 8
|
| /freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | maxim,ds2760.txt | 22 the hardware. Defaults to 1000.
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 1393 SmallVector<std::optional<Register>, 4> Defaults; in remapUse() local 1398 Defaults.emplace_back(getInitPhiReg(*LoopProducer, BB)); in remapUse() 1425 IllegalPhiDefault = Defaults.front(); in remapUse() 1426 Defaults.erase(Defaults.begin()); in remapUse() 1431 LLVM_DEBUG(dbgs() << " -- padding defaults array from " << Defaults.size() in remapUse() 1432 << " to " << (Defaults.size() + StageDiff) << "\n"); in remapUse() 1436 Defaults.resize(Defaults.size() + StageDiff, in remapUse() 1437 Defaults.empty() ? std::optional<Register>() in remapUse() 1438 : Defaults.back()); in remapUse() 1443 auto DefaultI = Defaults.rbegin(); in remapUse() [all …]
|
| /freebsd/contrib/kyua/utils/cmdline/ |
| H A D | commands_map.ipp | 60 /// \param category The category this command belongs to. Defaults to the empty 83 /// \param category The category this command belongs to. Defaults to the empty
|
| /freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | adi,adv7511.txt | 71 (-1200 ps .. 1600 ps). Defaults to no delay. 73 data stream (similar to BT.656). Defaults to separate H/V synchronization
|
| /freebsd/contrib/openpam/ |
| H A D | INSTALL | 29 DIR/lib respectively. Defaults to the installation prefix if
|