Home
last modified time | relevance | path

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

12

/freebsd-11-stable/sys/dev/videomode/
HDpickmode.c75 int mref, closest = 1000, i, diff; in pick_mode_by_ref() local
88 if (diff < closest) { in pick_mode_by_ref()
90 closest = diff; in pick_mode_by_ref()
94 closest = diff; in pick_mode_by_ref()
/freebsd-11-stable/sys/fs/msdosfs/
HDmsdosfs_fat.c262 struct fatcache *closest = NULL; in fc_lookup() local
269 if (closest == NULL || cn > closest->fc_frcn) in fc_lookup()
270 closest = &dep->de_fc[i]; in fc_lookup()
273 if (closest) { in fc_lookup()
274 *frcnp = closest->fc_frcn; in fc_lookup()
275 *fsrcnp = closest->fc_fsrcn; in fc_lookup()
/freebsd-11-stable/sbin/pfctl/
HDpfctl_optimize.c1457 int closest = -1; in superblock_inclusive() local
1470 if (closest == -1 || in superblock_inclusive()
1472 i-pf_rule_desc[closest].prf_offset) in superblock_inclusive()
1473 closest = j; in superblock_inclusive()
1477 if (closest >= 0) in superblock_inclusive()
1480 pf_rule_desc[closest].prf_name, in superblock_inclusive()
1481 i - pf_rule_desc[closest].prf_offset - in superblock_inclusive()
1482 pf_rule_desc[closest].prf_size); in superblock_inclusive()
/freebsd-11-stable/contrib/unbound/util/data/
HDmsgencode.c207 struct regional* region, struct compress_tree_node* closest, in compress_tree_store() argument
214 if(closest) uplabs = labs - closest->labs; in compress_tree_store()
245 prevnode->parent = closest; in compress_tree_store()
/freebsd-11-stable/contrib/ipfilter/rules/
HDfirewall31 closest to your internal network in terms of network hops.
/freebsd-11-stable/contrib/libxo/xohtml/external/
HDjquery.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'); }
HDjquery.js5449 closest: function( selectors, context ) {
/freebsd-11-stable/lib/libc/softfloat/
HDsoftfloat.txt275 the value x - n*y, where n is the integer closest to x/y. If x/y is exactly
276 halfway between two integers, n is the even integer closest to x/y. The
/freebsd-11-stable/contrib/gdb/gdb/
HDTODO326 The closest a target comes to supporting full asynchronous mode are
/freebsd-11-stable/share/syscons/keymaps/
HDcz.iso2.kbd93 # To produce the other possible result, press Alt and the closest
HDsk.iso2.kbd94 # To produce the other possible result, press Alt and the closest
/freebsd-11-stable/contrib/unbound/doc/
HDexample.conf.in771 # Padded responses will be padded to the closest multiple of this size.
799 # Padded queries will be padded to the closest multiple of this size.
848 # can give this multiple times, the name closest to the zone is used.
HDChangelog1394 include the closest encloser in the answer.
5447 closest encloser from yy for DS zz. while building chain of trust,
7921 - DLV nsec code fixed for better detection of closest existing
/freebsd-11-stable/share/vt/keymaps/
HDsk.kbd94 # To produce the other possible result, press Alt and the closest
/freebsd-11-stable/contrib/file/magic/Magdir/
HDapple200 # This isn't really a magic number, but it's the closest thing to one
/freebsd-11-stable/usr.sbin/bsdconfig/include/
HDmessages.subr312 msg_please_select_the_site_closest_to_you_or_other="Please select the site closest to you or \"othe…
/freebsd-11-stable/usr.bin/fortune/datfiles/
HDstartrek71 release of emotion is frequently unhealthy for those closest to you."
HDmurphy2072 When the need arises, any tool or object closest to you
/freebsd-11-stable/contrib/binutils/opcodes/
HDChangeLog-98991492 both the offset and the label closest to the destination.
/freebsd-11-stable/contrib/gcc/doc/
HDc-tree.texi974 the bit of the field closest to the beginning of the structure.
2252 positive infinity and @code{ROUND_DIV_EXPR} rounds to the closest integer.
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HD__tree1957 // Find leaf place to insert closest to __hint
/freebsd-11-stable/contrib/binutils/ld/
HDChangeLog-9899473 the closest match to the original target.
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDgdb.info-14510 When GDB prints a symbolic address, it normally prints the closest
4535 printed is reasonably close to the closest earlier symbol:
4539 offset between the closest earlier symbol and the address is less
/freebsd-11-stable/contrib/ncurses/doc/
HDncurses-intro.doc2492 the pre-defined types seems to be closest to what you want.
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
HDsqlite3.c53179 u32 closest;
53185 closest = 0;
53190 closest = i;
53195 closest = 0;
53198 iPage = get4byte(&aData[8+closest*4]);
53210 *pPgno, closest+1, k, pTrunk->pgno, n-1));
53213 if( closest<k-1 ){
53214 memcpy(&aData[8+closest*4], &aData[4+k*4], 4);

12