Home
last modified time | relevance | path

Searched refs:closest (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/dev/videomode/
H A Dpickmode.c71 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 Dmsdosfs_fat.c267 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 Dmsdosfs_fat.c267 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 Dpfctl_optimize.c1467 int closest = -1; in superblock_inclusive() local
1480 if (closest == -1 || in superblock_inclusive()
1482 i-pf_rule_desc[closest].prf_offset) in superblock_inclusive()
1483 closest = j; in superblock_inclusive()
1487 if (closest >= 0) in superblock_inclusive()
1490 pf_rule_desc[closest].prf_name, in superblock_inclusive()
1491 i - pf_rule_desc[closest].prf_offset - in superblock_inclusive()
1492 pf_rule_desc[closest].prf_size); in superblock_inclusive()
/freebsd/share/examples/ipfilter/rules/
H A Dfirewall31 closest to your internal network in terms of network hops.
/freebsd/contrib/unbound/util/data/
H A Dmsgencode.c211 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/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXqccmp.td15 // closest to the incoming stack pointer (to be compatible with the
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js136 var target = event.type == "mouseout" ? null : event.target.closest(targetSelector);
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-freecom-fsg-3.dts53 /* Unplug USB, closest approximation of what the key should do */
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-olinuxino.dts260 * The board uses DDR3L DRAM chips. 1.36V is the closest to the nominal
/freebsd/sys/kern/
H A Dsubr_stats.c3083 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 Djquery.qtip.js1257 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 Dsoftfloat.txt274 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 Dsdm660-xiaomi-lavender.dts180 * Tighten the range to 1.8-3.328 (closest to 3.3) to
H A Dsda660-inforce-ifc6560.dts403 * Tighten the range to 1.8-3.328 (closest to 3.3) to
H A Dsdm630-sony-xperia-nile.dtsi369 * Tighten the range to 1.8-3.328 (closest to 3.3) to
/freebsd/share/syscons/keymaps/
H A Dsk.iso2.kbd93 # To produce the other possible result, press Alt and the closest
H A Dcz.iso2.kbd92 # To produce the other possible result, press Alt and the closest
/freebsd/crypto/openssh/
H A DPROTOCOL.u2f252 present the closest analogue to Security Keys in ssh-agent are PKCS#11
/freebsd/share/vt/keymaps/
H A Dsk.kbd93 # To produce the other possible result, press Alt and the closest
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in946 # Padded responses will be padded to the closest multiple of this size.
976 # Padded queries will be padded to the closest multiple of this size.
1036 # can give this multiple times, the name closest to the zone is used.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Processors.td978 // still an issue in the clang frontend. v8.7a is the next closest choice.
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A DREADME.asn1550 (starting with the one closest to encode_krb5_as_req) are 4, 2, and 2,
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td821 cases into the closest `cir.case` operation.
839 statement `b++` into the closest `cir.case` operation. So that the generated
/freebsd/contrib/file/magic/Magdir/
H A Dapple340 # This isn't really a magic number, but it's the closest thing to one

12