/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | StringMap.cpp | 106 // empty bucket. This reduces probing. in LookupBucketFor() 138 // Use quadratic probing, it has fewer clumping artifacts than linear in LookupBucketFor() 139 // probing and has good cache behavior in the common case. in LookupBucketFor() 185 // Use quadratic probing, it has fewer clumping artifacts than linear in FindKey() 186 // probing and has good cache behavior in the common case. in FindKey()
|
/freebsd/stand/efi/boot1/ |
H A D | proto.c | 75 DPRINTF("probing: %S ", text); in probe_handle() 192 /* Scan all partitions, probing with all modules. */ in choice_protocol() 193 printf(" Probing %zu block devices...", nhandles); in choice_protocol()
|
/freebsd/share/man/man9/ |
H A D | DEVICE_PROBE.9 | 81 zero: zero indicates highest priority, no further probing is done; 126 and no probing is really done.
|
/freebsd/lib/libc/stdlib/ |
H A D | hsearch_r.c | 37 * implementation we use quadratic probing. Quadratic probing has the
|
/freebsd/usr.sbin/smbmsg/ |
H A D | smbmsg.8 | 75 Note that probing the bus is risky, since individual devices could 80 the probing would trigger this action.
|
/freebsd/sys/contrib/device-tree/Bindings/display/connector/ |
H A D | hdmi-connector.txt | 11 - ddc-i2c-bus: phandle link to the I2C controller used for DDC EDID probing
|
H A D | vga-connector.yaml | 19 description: phandle link to the I2C controller used for DDC EDID probing
|
H A D | dvi-connector.yaml | 23 description: phandle link to the I2C controller used for DDC EDID probing
|
H A D | hdmi-connector.yaml | 32 description: phandle link to the I2C controller used for DDC EDID probing
|
/freebsd/crypto/openssl/crypto/ |
H A D | armcap.c | 164 * Capability probing by catching SIGILL appears to be problematic in OPENSSL_cpuid_setup() 261 * Probing for ARMV7_TICK is known to produce unreliable results, in OPENSSL_cpuid_setup()
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | max77686.txt | 7 client while probing.This document describes the binding for mfd device and
|
/freebsd/sbin/reboot/ |
H A D | boot_i386.8 | 219 pause after each attached device during the device probing phase. 251 be verbose during device probing (and later).
|
/freebsd/usr.sbin/rtsold/ |
H A D | rtsold.8 | 112 detects such failures by periodically probing to see if the status 209 sends probing packets to default routers that have advertised Router
|
/freebsd/sys/netinet/ |
H A D | tcp_timer.h | 68 * amount of time probing, then we drop the connection. 83 #define TCPTV_KEEP_IDLE (120*60*hz) /* dflt time before probing */
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | brcm,bcm2835-hdmi.yaml | 37 Phandle of the I2C controller used for DDC EDID probing
|
H A D | st,stih4xx.txt | 26 - ranges: to allow probing of subdevices 70 - ddc: phandle of an I2C controller used for DDC EDID probing
|
/freebsd/share/examples/drivers/ |
H A D | README | 9 for initialization, probing, attaching, as well as DEVFS
|
/freebsd/share/examples/netgraph/ |
H A D | frame_relay | 16 # The Link management protocol is now alive and probing..
|
/freebsd/sys/riscv/conf/ |
H A D | NOTES | 87 # riscv doesn't support inb/outb, so disable chipset probing which needs it
|
/freebsd/sys/contrib/device-tree/Bindings/virtio/ |
H A D | iommu.txt | 4 discovered dynamically by the PCI probing infrastructure. However the
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map.h | 467 // FoundTombstone - Keep track of whether we find a tombstone while probing. in LookupBucketFor() 487 // If we've already seen a tombstone while probing, fill it in instead in LookupBucketFor() 494 // prefer to return it than something that would require more probing. in LookupBucketFor() 500 // probing. in LookupBucketFor()
|
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/ |
H A D | nvidia,tegra20-host1x.txt | 263 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 295 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 336 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing 380 - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
|
/freebsd/contrib/libucl/klib/ |
H A D | khash.h | 51 * Use quadratic probing. When the capacity is power of 2, stepping function 53 hashing on cache performance and is more robust than linear probing. 55 In theory, double hashing should be more robust than quadratic probing. 74 * Allow to optionally use linear probing which usually has better
|
/freebsd/sys/isa/ |
H A D | isa_if.m | 64 # ENOENT, allowing the caller to fall back to heuristic probing
|
/freebsd/sys/dev/sym/ |
H A D | sym_conf.h | 214 * the actual BUS mode. May-be, the BUS mode probing of 218 * to require a user option to be set for the DIFF probing
|