/freebsd/sys/dev/videomode/ |
H A D | pickmode.c | 71 int mref, closest = 1000, i, diff; in pick_mode_by_ref() local 83 if (diff < closest) { in pick_mode_by_ref() 85 closest = diff; in pick_mode_by_ref() 89 closest = diff; in pick_mode_by_ref()
|
/freebsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_fat.c | 267 struct fatcache *closest = NULL; in fc_lookup() local 272 if (closest == NULL || cn > closest->fc_frcn) in fc_lookup() 273 closest = &dep->de_fc[i]; in fc_lookup() 276 if (closest) { in fc_lookup() 277 *frcnp = closest->fc_frcn; in fc_lookup() 278 *fsrcnp = closest->fc_fsrcn; in fc_lookup()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_fat.c | 267 struct fatcache *closest = NULL; in fc_lookup() local 274 if (closest == NULL || cn > closest->fc_frcn) in fc_lookup() 275 closest = &dep->de_fc[i]; in fc_lookup() 278 if (closest) { in fc_lookup() 279 *frcnp = closest->fc_frcn; in fc_lookup() 280 *fsrcnp = closest->fc_fsrcn; in fc_lookup()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_optimize.c | 1472 int closest = -1; in superblock_inclusive() local 1485 if (closest == -1 || in superblock_inclusive() 1487 i-pf_rule_desc[closest].prf_offset) in superblock_inclusive() 1488 closest = j; in superblock_inclusive() 1492 if (closest >= 0) in superblock_inclusive() 1495 pf_rule_desc[closest].prf_name, in superblock_inclusive() 1496 i - pf_rule_desc[closest].prf_offset - in superblock_inclusive() 1497 pf_rule_desc[closest].prf_size); in superblock_inclusive()
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | firewall | 31 closest to your internal network in terms of network hops.
|
/freebsd/contrib/unbound/util/data/ |
H A D | msgencode.c | 211 struct regional* region, struct compress_tree_node* closest, in compress_tree_store() argument 218 if(closest) uplabs = labs - closest->labs; in compress_tree_store() 249 prevnode->parent = closest; in compress_tree_store()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.js | 136 var target = event.type == "mouseout" ? null : event.target.closest(targetSelector);
|
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
H A D | intel-ixp42x-freecom-fsg-3.dts | 53 /* Unplug USB, closest approximation of what the key should do */
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-a64-olinuxino.dts | 260 * The board uses DDR3L DRAM chips. 1.36V is the closest to the nominal
|
/freebsd/sys/kern/ |
H A D | subr_stats.c | 3083 void *closest, *cur, *lb, *ub; local 3132 closest = ub = NULL; 3248 closest = cur; 3252 } while (closest == NULL && 3260 if (closest != NULL) { 3263 ctd32 = (struct voistatdata_tdgstctd32 *)closest; 3314 ctd64 = (struct voistatdata_tdgstctd64 *)closest;
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.js | 1257 ontoTooltip = relatedTarget.closest(SELECTOR)[0] === this.tooltip[0], 1357 options.show.target && !target.closest(options.show.target[0]).length) { 1426 this._bind(containerTarget.closest('html'), ['mousedown', 'touchstart'], function(event) { 1527 this.options.position.container.closest('html')[0], // unfocus 1590 if(config.show.solo === TRUE) { config.show.solo = posOptions.container.closest('body'); }
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat.txt | 274 the value x - n*y, where n is the integer closest to x/y. If x/y is exactly 275 halfway between two integers, n is the even integer closest to x/y. The
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm660-xiaomi-lavender.dts | 179 * Tighten the range to 1.8-3.328 (closest to 3.3) to
|
H A D | sda660-inforce-ifc6560.dts | 383 * Tighten the range to 1.8-3.328 (closest to 3.3) to
|
H A D | sdm630-sony-xperia-nile.dtsi | 369 * Tighten the range to 1.8-3.328 (closest to 3.3) to
|
/freebsd/share/syscons/keymaps/ |
H A D | sk.iso2.kbd | 93 # To produce the other possible result, press Alt and the closest
|
H A D | cz.iso2.kbd | 92 # To produce the other possible result, press Alt and the closest
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.u2f | 252 present the closest analogue to Security Keys in ssh-agent are PKCS#11
|
/freebsd/share/vt/keymaps/ |
H A D | sk.kbd | 93 # To produce the other possible result, press Alt and the closest
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 933 # Padded responses will be padded to the closest multiple of this size. 963 # Padded queries will be padded to the closest multiple of this size. 1023 # can give this multiple times, the name closest to the zone is used.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Processors.td | 902 // still an issue in the clang frontend. v8.7a is the next closest choice.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | apple | 340 # This isn't really a magic number, but it's the closest thing to one
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-s_client.pod.in | 363 the lowest (closest to 0) depth at which a TLSA record authenticated
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __tree | 1638 // Find leaf place to insert closest to __hint
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h.in | 1046 * the closest equivalent value in the current state machine code. Not all
|