Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dpanel-common.yaml27 property is expressed in millimeters and rounded to the closest unit.
32 property is expressed in millimeters and rounded to the closest unit.
/f-stack/app/redis-5.0.5/deps/lua/
H A DINSTALL13 If your platform is not listed, try the closest one or posix, generic,
/f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-olinuxino.dts247 * The board uses DDR3L DRAM chips. 1.36V is the closest to the nominal
/f-stack/freebsd/kern/
H A Dsubr_stats.c3076 void *closest, *cur, *lb, *ub; local
3125 closest = ub = NULL;
3241 closest = cur;
3245 } while (closest == NULL &&
3253 if (closest != NULL) {
3256 ctd32 = (struct voistatdata_tdgstctd32 *)closest;
3275 ctd64 = (struct voistatdata_tdgstctd64 *)closest;
/f-stack/tools/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 ) {