Home
last modified time | relevance | path

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

12

/NextBSD/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()
/NextBSD/sys/fs/msdosfs/
HDmsdosfs_fat.c259 struct fatcache *closest = 0; in fc_lookup() local
266 if (closest == 0 || cn > closest->fc_frcn) in fc_lookup()
267 closest = &dep->de_fc[i]; in fc_lookup()
270 if (closest) { in fc_lookup()
271 *frcnp = closest->fc_frcn; in fc_lookup()
272 *fsrcnp = closest->fc_fsrcn; in fc_lookup()
/NextBSD/contrib/unbound/util/data/
HDmsgencode.c201 struct regional* region, struct compress_tree_node* closest, in compress_tree_store() argument
208 if(closest) uplabs = labs - closest->labs; in compress_tree_store()
239 prevnode->parent = closest; in compress_tree_store()
/NextBSD/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()
/NextBSD/contrib/ipfilter/rules/
HDfirewall31 closest to your internal network in terms of network hops.
/NextBSD/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 ) {
/NextBSD/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
/NextBSD/contrib/gdb/gdb/
HDTODO326 The closest a target comes to supporting full asynchronous mode are
/NextBSD/contrib/file/magic/Magdir/
HDapple83 # This isn't really a magic number, but it's the closest thing to one
/NextBSD/share/syscons/keymaps/
HDsk.iso2.kbd94 # To produce the other possible result, press Alt and the closest
HDcz.iso2.kbd93 # To produce the other possible result, press Alt and the closest
/NextBSD/share/vt/keymaps/
HDsk.kbd94 # To produce the other possible result, press Alt and the closest
/NextBSD/usr.sbin/bsdconfig/include/
HDmessages.subr295 msg_please_select_the_site_closest_to_you_or_other="Please select the site closest to you or \"othe…
/NextBSD/contrib/unbound/doc/
HDexample.conf.in588 # can give this multiple times, the name closest to the zone is used.
HDChangelog1546 closest encloser from yy for DS zz. while building chain of trust,
4020 - DLV nsec code fixed for better detection of closest existing
/NextBSD/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
/NextBSD/contrib/binutils/opcodes/
HDChangeLog-98991492 both the offset and the label closest to the destination.
/NextBSD/contrib/libc++/include/
D__tree1550 // Find leaf place to insert closest to __hint
/NextBSD/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.
/NextBSD/contrib/binutils/ld/
HDChangeLog-9899473 the closest match to the original target.
/NextBSD/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
/NextBSD/contrib/ncurses/doc/
HDncurses-intro.doc2492 the pre-defined types seems to be closest to what you want.
/NextBSD/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