| /freebsd-12.1/lib/libiconv_modules/JOHAB/ |
| H A D | citrus_johab.c | 247 int m, l, linear, t; in _citrus_JOHAB_stdenc_wctocs() local 261 linear = l - 0xD9; in _citrus_JOHAB_stdenc_wctocs() 264 linear = l - 0xE0; in _citrus_JOHAB_stdenc_wctocs() 268 linear *= 188; in _citrus_JOHAB_stdenc_wctocs() 270 linear += t - 0x31; in _citrus_JOHAB_stdenc_wctocs() 272 linear += t - 0x43; in _citrus_JOHAB_stdenc_wctocs() 275 l = (linear / 94) + m; in _citrus_JOHAB_stdenc_wctocs() 290 int m, n, l, linear, t; in _citrus_JOHAB_stdenc_cstowc() local 308 linear = (l * 94) + t; in _citrus_JOHAB_stdenc_cstowc() 309 l = (linear / 188) + m; in _citrus_JOHAB_stdenc_cstowc() [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.clearlquantize.d.out | 2 linear 22 linear 41 linear 59 linear 77 linear
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | unwind-dw2-fde.c | 389 struct fde_vector *linear; member 401 if ((accu->linear = malloc (size))) in start_fde_sort() 403 accu->linear->count = 0; in start_fde_sort() 415 if (accu->linear) in fde_insert() 416 accu->linear->array[accu->linear->count++] = this_fde; in fde_insert() 436 size_t count = linear->count; in fde_split() 457 chain_end = &linear->array[i]; in fde_split() 465 linear->array[j++] = linear->array[i]; in fde_split() 468 linear->count = j; in fde_split() 567 gcc_assert (!accu->linear || accu->linear->count == count); in end_fde_sort() [all …]
|
| H A D | predict.def | 84 /* Preconditioning makes linear list of branches. */
|
| H A D | timevar.def | 110 DEFTIMEVAR (TV_TREE_LINEAR_TRANSFORM , "tree loop linear")
|
| /freebsd-12.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.css | 273 background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%); 274 background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%); 275 background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%); 305 background-image: -moz-linear-gradient(top, #717171, #232323); 306 background-image: -webkit-linear-gradient(top, #717171, #232323); 307 background-image: -ms-linear-gradient(top, #717171, #232323); 308 background-image: -o-linear-gradient(top, #717171, #232323); 433 background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D); 434 background-image: -moz-linear-gradient(top, #3A79B8, #2E629D); 435 background-image: -ms-linear-gradient(top, #3A79B8, #2E629D); [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 252 OPENMP_CLAUSE(linear, OMPLinearClause) 308 OPENMP_SIMD_CLAUSE(linear) 324 OPENMP_FOR_CLAUSE(linear) 336 OPENMP_FOR_SIMD_CLAUSE(linear) 390 // Modifiers for 'linear' clause. 409 OPENMP_PARALLEL_FOR_CLAUSE(linear) 426 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(linear) 540 OPENMP_TARGET_PARALLEL_FOR_CLAUSE(linear) 607 OPENMP_TASKLOOP_SIMD_CLAUSE(linear) 670 OPENMP_DISTRIBUTE_SIMD_CLAUSE(linear) [all …]
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_wq.c | 66 int max_direct = param->linear ? INT_MAX : 0; in mlx5_wq_cyc_create() 103 int max_direct = param->linear ? INT_MAX : 0; in mlx5_cqwq_create() 142 int max_direct = param->linear ? INT_MAX : 0; in mlx5_wq_ll_create()
|
| H A D | wq.h | 34 int linear; member
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | acorn | 43 >(9.b+19) byte =1 LZW-compressed linear 44 >(9.b+19) byte =2 8-bit linear signed 45 >(9.b+19) byte =3 16-bit linear signed 46 >(9.b+19) byte =4 SigmaDelta-compressed linear
|
| H A D | audio | 14 >12 belong 2 8-bit linear PCM [REF-PCM], 16 >12 belong 3 16-bit linear PCM, 18 >12 belong 4 24-bit linear PCM, 20 >12 belong 5 32-bit linear PCM, 32 >12 belong 18 16-bit linear with emphasis, 33 >12 belong 19 16-bit linear compressed, 52 >12 lelong 2 8-bit linear PCM [REF-PCM], 54 >12 lelong 3 16-bit linear PCM, 56 >12 lelong 4 24-bit linear PCM, 58 >12 lelong 5 32-bit linear PCM, [all …]
|
| H A D | vorbis | 149 >>>>>37 ubyte 3 linear surround
|
| /freebsd-12.1/contrib/libxo/xohtml/ |
| H A D | xohtml.css | 580 background: linear-gradient(top, 582 background: -moz-linear-gradient(top, 584 background: -webkit-linear-gradient(top, 593 background: linear-gradient(top, 595 background: -moz-linear-gradient(top, 597 background: -webkit-linear-gradient(top, 908 background: -moz-linear-gradient(center top , #4B90C3, #0D63A3) 981 background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% ); 982 …background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop… 1008 background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% ); [all …]
|
| /freebsd-12.1/contrib/ntp/scripts/monitoring/ |
| H A D | loopwatch.config.SAMPLE | 24 # showoreg: yes/no control display of linear regression of offset values 27 # showfreg: yes/no control display of linear regression of frequency values 30 # timebase: dynamic/ISO_DATE_TIME point of zero for linear regression
|
| H A D | README | 139 linear regression package used by ntploopwatch to compute 140 linear approximations for frequency and offset values
|
| /freebsd-12.1/contrib/llvm/tools/lld/docs/ |
| H A D | WebAssembly.rst | 62 Place stack at start of linear memory rather than after data. 82 Initial size of the linear memory. Default: static data size. 86 Maximum size of the linear memory. Default: unlimited.
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dictionary.c | 175 struct dictionary_linear linear; member 195 #define DICT_LINEAR_NSYMS(d) (d)->data.linear.nsyms 196 #define DICT_LINEAR_SYMS(d) (d)->data.linear.syms
|
| /freebsd-12.1/tools/tools/net80211/wesside/ |
| H A D | README | 13 * Discovers the network's IP using the linear keystream expansion technique in
|
| /freebsd-12.1/lib/libc/db/ |
| H A D | README | 29 hash The extended linear hashing routines.
|
| /freebsd-12.1/tools/tools/net80211/w00t/ |
| H A D | README | 72 Sniff a WEP packet and do the linear keystream expansion trick to
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | scrypt.pod | 18 time in an approximately linear fashion. r is the block size of the internally
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | random | 283 * @brief A model of a linear congruential random number generator. 286 * linear function @f$x_{i+1}\leftarrow(ax_{i} + c) \bmod m @f$. 377 * Compares two linear congruential random number generator 380 * @param __lhs A linear congruential random number generator object. 381 * @param __rhs Another linear congruential random number generator obj. 391 * Compares two linear congruential random number generator 394 * @param __lhs A linear congruential random number generator object. 395 * @param __rhs Another linear congruential random number generator obj. 710 * sets value to 19780503. In any case, with a linear
|
| /freebsd-12.1/sys/dev/ixgbe/ |
| H A D | ixgbe_x550.c | 1549 static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear) in ixgbe_supported_sfp_modules_X550em() argument 1558 *linear = TRUE; in ixgbe_supported_sfp_modules_X550em() 1568 *linear = FALSE; in ixgbe_supported_sfp_modules_X550em() 1589 bool linear; in ixgbe_identify_sfp_module_X550em() local 1599 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_identify_sfp_module_X550em() 1611 bool linear; in ixgbe_setup_sfp_modules_X550em() local 1616 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_setup_sfp_modules_X550em()
|
| /freebsd-12.1/sys/dev/sound/pcm/ |
| H A D | channel_if.m | 176 * played/recorded on a channel. Values are on a linear scale from 0 to
|
| /freebsd-12.1/gnu/usr.bin/cc/cc_int/ |
| H A D | Makefile | 63 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
|