| /trueos/lib/libiconv_modules/JOHAB/ |
| HD | citrus_johab.c | 245 int m, l, linear, t; in _citrus_JOHAB_stdenc_wctocs() local 259 linear = l - 0xD9; in _citrus_JOHAB_stdenc_wctocs() 262 linear = l - 0xE0; in _citrus_JOHAB_stdenc_wctocs() 266 linear *= 188; in _citrus_JOHAB_stdenc_wctocs() 268 linear += t - 0x31; in _citrus_JOHAB_stdenc_wctocs() 270 linear += t - 0x43; in _citrus_JOHAB_stdenc_wctocs() 273 l = (linear / 94) + m; in _citrus_JOHAB_stdenc_wctocs() 274 t = (linear % 94) + 0x21; in _citrus_JOHAB_stdenc_wctocs() 288 int m, n, l, linear, t; in _citrus_JOHAB_stdenc_cstowc() local 306 linear = (l * 94) + t; in _citrus_JOHAB_stdenc_cstowc() [all …]
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| HD | tst.clearlquantize.d.out | 2 linear 22 linear 41 linear 59 linear 77 linear
|
| /trueos/contrib/gcc/ |
| HD | 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() 433 struct fde_vector *linear, struct fde_vector *erratic) in fde_split() argument 436 size_t count = linear->count; in fde_split() 450 probe != &marker && fde_compare (ob, linear->array[i], *probe) < 0; in fde_split() 453 chain_end = (const fde **) erratic->array[probe - linear->array]; in fde_split() 454 erratic->array[probe - linear->array] = NULL; in fde_split() [all …]
|
| HD | predict.def | 84 /* Preconditioning makes linear list of branches. */
|
| HD | timevar.def | 110 DEFTIMEVAR (TV_TREE_LINEAR_TRANSFORM , "tree loop linear")
|
| /trueos/contrib/file/magic/Magdir/ |
| HD | 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
|
| HD | 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, 34 >12 belong 20 16-bit linear with emphasis and compression, 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, [all …]
|
| /trueos/contrib/groff/src/libs/libbib/ |
| HD | Makefile.sub | 5 linear.$(OBJEXT) \ 11 $(srcdir)/linear.cpp \
|
| /trueos/sys/gnu/fs/reiserfs/ |
| HD | reiserfs_fs.h | 268 uint64_t linear; member 276 tmp.linear = le64toh(tmp.linear); in offset_v2_k_type() 286 tmp->linear = le64toh(tmp->linear); in set_offset_v2_k_type() 288 tmp->linear = htole64(tmp->linear); in set_offset_v2_k_type() 296 tmp.linear = le64toh(tmp.linear); in offset_v2_k_offset() 305 tmp->linear = le64toh(tmp->linear); in set_offset_v2_k_offset() 307 tmp->linear = htole64(tmp->linear); in set_offset_v2_k_offset()
|
| /trueos/contrib/ntp/scripts/monitoring/ |
| HD | 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
|
| HD | README | 139 linear regression package used by ntploopwatch to compute 140 linear approximations for frequency and offset values
|
| /trueos/gnu/usr.bin/groff/src/libs/libbib/ |
| HD | Makefile | 5 SRCS= common.cpp index.cpp linear.cpp search.cpp map.c
|
| /trueos/contrib/libyaml/doc/html/ |
| HD | doxygen.css | 163 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(… 164 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); 435 … background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7); 440 …background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#…
|
| /trueos/contrib/gdb/gdb/ |
| HD | 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
|
| /trueos/lib/libc/db/ |
| HD | README | 29 hash The extended linear hashing routines.
|
| /trueos/tools/tools/net80211/wesside/ |
| HD | README | 13 * Discovers the network's IP using the linear keystream expansion technique in
|
| /trueos/tools/tools/net80211/w00t/ |
| HD | README | 72 Sniff a WEP packet and do the linear keystream expansion trick to
|
| /trueos/sys/dev/ixgbe/ |
| HD | ixgbe_x550.c | 1115 static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear) in ixgbe_supported_sfp_modules_X550em() argument 1124 *linear = TRUE; in ixgbe_supported_sfp_modules_X550em() 1134 *linear = FALSE; in ixgbe_supported_sfp_modules_X550em() 1155 bool linear; in ixgbe_identify_sfp_module_X550em() local 1165 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_identify_sfp_module_X550em() 1177 bool linear; in ixgbe_setup_sfp_modules_X550em() local 1182 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_setup_sfp_modules_X550em()
|
| /trueos/contrib/libstdc++/include/tr1/ |
| 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
|
| /trueos/contrib/groff/src/preproc/refer/ |
| HD | TODO | 60 Option to truncate keys to truncate_len in linear searching.
|
| /trueos/sys/dev/sound/pcm/ |
| HD | channel_if.m | 176 * played/recorded on a channel. Values are on a linear scale from 0 to
|
| /trueos/gnu/usr.bin/cc/cc_int/ |
| HD | Makefile | 63 lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o \
|
| /trueos/contrib/libstdc++/include/ext/ |
| D | slist | 659 // linear in __x.size(). 664 // Linear in distance(begin(), __pos), and linear in __x.size(). 1033 // time rather than linear time.
|
| /trueos/sys/ofed/drivers/net/mlx4/ |
| HD | en_tx.c | 294 if (tx_info->linear) { in mlx4_en_free_tx_desc() 314 if (tx_info->linear) { in mlx4_en_free_tx_desc()
|
| /trueos/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| HD | TODO | 102 patterns are a mix of linear scan (backwards to reconstruct a given
|