Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/contrib/dracut/90zfs/
H A Dzfs-lib.sh.in11 _default="$1"; shift
13 [ $? -ne 0 ] && [ -z "$_b" ] && _b="$_default"
/f-stack/dpdk/doc/guides/bbdevs/
H A Dturbo_sw.rst174 -c validation -v ./turbo_*_default.data
/f-stack/tools/libxo/xohtml/external/
H A Djquery.js3223 if ( (!special._default || special._default.apply( elem.ownerDocument, data ) === false) &&
5732 _default: [ 0, "", "" ] property
5742 wrapMap._default = [ 1, "div<div>", "</div>" ];
6341 wrap = wrapMap[ tag ] || wrapMap._default,
8633 opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
8686 ( jQuery.fx.step[ this.prop ] || jQuery.fx.step._default )( this );
8871 _default: 400 property
8879 _default: function( fx ) { method
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c60 static size_t fn##_default( \
82 return fn##_default(dst, dstSize, cSrc, cSrcSize, DTable); \
/f-stack/dpdk/doc/guides/tools/
H A Dtestbbdev.rst204 ./test-bbdev.py -v app/test-bbdev/turbo_*_default.data
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c21409 static size_t fn##_default( \
21431 return fn##_default(dst, dstSize, cSrc, cSrcSize, DTable); \