| /freebsd-11-stable/sys/dev/videomode/ |
| HD | pickmode.c | 75 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/ |
| HD | msdosfs_fat.c | 262 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/ |
| HD | pfctl_optimize.c | 1457 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/ |
| HD | msgencode.c | 207 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/ |
| HD | firewall | 31 closest to your internal network in terms of network hops.
|
| /freebsd-11-stable/contrib/libxo/xohtml/external/ |
| HD | 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'); }
|
| HD | jquery.js | 5449 closest: function( selectors, context ) {
|
| /freebsd-11-stable/lib/libc/softfloat/ |
| HD | softfloat.txt | 275 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/ |
| HD | TODO | 326 The closest a target comes to supporting full asynchronous mode are
|
| /freebsd-11-stable/share/syscons/keymaps/ |
| HD | cz.iso2.kbd | 93 # To produce the other possible result, press Alt and the closest
|
| HD | sk.iso2.kbd | 94 # To produce the other possible result, press Alt and the closest
|
| /freebsd-11-stable/contrib/unbound/doc/ |
| HD | example.conf.in | 771 # 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.
|
| HD | Changelog | 1394 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/ |
| HD | sk.kbd | 94 # To produce the other possible result, press Alt and the closest
|
| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | apple | 200 # This isn't really a magic number, but it's the closest thing to one
|
| /freebsd-11-stable/usr.sbin/bsdconfig/include/ |
| HD | messages.subr | 312 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/ |
| HD | startrek | 71 release of emotion is frequently unhealthy for those closest to you."
|
| HD | murphy | 2072 When the need arises, any tool or object closest to you
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | ChangeLog-9899 | 1492 both the offset and the label closest to the destination.
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | c-tree.texi | 974 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 | __tree | 1957 // Find leaf place to insert closest to __hint
|
| /freebsd-11-stable/contrib/binutils/ld/ |
| HD | ChangeLog-9899 | 473 the closest match to the original target.
|
| /freebsd-11-stable/contrib/gdb/gdb/doc/ |
| HD | gdb.info-1 | 4510 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/ |
| HD | ncurses-intro.doc | 2492 the pre-defined types seems to be closest to what you want.
|
| /freebsd-11-stable/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 53179 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);
|