Searched refs:closest (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/videomode/
H A Dpickmode.c75 int mref, closest = 1000, i, diff; local
88 if (diff < closest) {
90 closest = diff;
94 closest = diff;
116 * are sorted on closest match to that mode.
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_fat.c254 * Find the closest entry in the fat cache to the cluster we are looking
262 struct fatcache *closest = NULL; local
269 if (closest == NULL || cn > closest->fc_frcn)
270 closest = &dep->de_fc[i];
273 if (closest) {
274 *frcnp = closest->fc_frcn;
275 *fsrcnp = closest->fc_fsrcn;
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_optimize.c1457 int closest = -1; local
1470 if (closest == -1 ||
1472 i-pf_rule_desc[closest].prf_offset)
1473 closest = j;
1477 if (closest >= 0)
1480 pf_rule_desc[closest].prf_name,
1481 i - pf_rule_desc[closest].prf_offset -
1482 pf_rule_desc[closest].prf_size);
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgencode.c70 * a lookup of a name you know its closest match, and the parent from that
71 * closest match. These are possible compression targets.
94 * Find domain name in tree, returns exact and closest match.
98 * @param match: closest or exact match.
101 * @param matchlabels: number of labels that match with closest match.
199 * @param closest: match from previous lookup, used to compress dname.
207 struct regional* region, struct compress_tree_node* closest,
214 if(closest) uplabs = labs - closest->labs;
245 prevnode->parent = closest;
206 compress_tree_store(uint8_t* dname, int labs, size_t offset, struct regional* region, struct compress_tree_node* closest, struct compress_tree_node** insertpt) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-ppc.pl226 andi. $t1,$t1,4095 ; distance to closest page boundary
H A Dsha512-ppc.pl259 andi. $t1,$t1,`4096-16*$SZ` ; distance to closest page boundary
/freebsd-11-stable/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'); }
H A Djquery.js5449 closest: function( selectors, context ) {
5495 return this.pushStack( ret, "closest", selectors );
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c53179 u32 closest; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c71089 u32 closest; local
[all...]

Completed in 1116 milliseconds