/dflybsd-src/lib/i18n_module/JOHAB/ |
H A D | 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 …]
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | unwind-dw2-fde.c | 394 struct fde_vector *linear; member 406 if ((accu->linear = malloc (size))) in start_fde_sort() 408 accu->linear->count = 0; in start_fde_sort() 420 if (accu->linear) in fde_insert() 421 accu->linear->array[accu->linear->count++] = this_fde; in fde_insert() 438 struct fde_vector *linear, struct fde_vector *erratic) in fde_split() argument 441 size_t count = linear->count; in fde_split() 455 probe != &marker && fde_compare (ob, linear->array[i], *probe) < 0; in fde_split() 458 chain_end = (const fde *const*) erratic->array[probe - linear->array]; in fde_split() 459 erratic->array[probe - linear->array] = NULL; in fde_split() [all …]
|
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | unwind-dw2-fde.c | 425 struct fde_vector *linear; member 437 if ((accu->linear = malloc (size))) in start_fde_sort() 439 accu->linear->count = 0; in start_fde_sort() 451 if (accu->linear) in fde_insert() 452 accu->linear->array[accu->linear->count++] = this_fde; in fde_insert() 469 struct fde_vector *linear, struct fde_vector *erratic) in fde_split() argument 472 size_t count = linear->count; in fde_split() 486 probe != &marker && fde_compare (ob, linear->array[i], *probe) < 0; in fde_split() 489 chain_end = (const fde *const*) erratic->array[probe - linear->array]; in fde_split() 490 erratic->array[probe - linear->array] = NULL; in fde_split() [all …]
|
/dflybsd-src/sys/vfs/hammer2/ |
H A D | hammer2_bulkfree.c | 781 bmap->linear = HAMMER2_SEGSIZE; in cbinfo_bmap_init() 915 if (bmap->linear < (int32_t)data_off + (int32_t)bytes) in h2_bulkfree_callback() 916 bmap->linear = (int32_t)data_off + (int32_t)bytes; in h2_bulkfree_callback() 917 } else if (bmap->linear >= (int32_t)data_off && in h2_bulkfree_callback() 918 bmap->linear < (int32_t)data_off + (int32_t)bytes) { in h2_bulkfree_callback() 919 bmap->linear = (int32_t)data_off + (int32_t)bytes; in h2_bulkfree_callback() 1099 live->linear >= bmap->linear && in h2_bulkfree_sync() 1291 live->linear = 0; in h2_bulkfree_sync_adjust() 1308 if (live->linear < bmap->linear && in h2_bulkfree_sync_adjust() 1309 ((live->linear ^ bmap->linear) & in h2_bulkfree_sync_adjust() [all …]
|
H A D | hammer2_freemap.c | 396 (bmap->linear & HAMMER2_FREEMAP_BLOCK_MASK)) { in hammer2_freemap_try_alloc() 439 (bmap->linear & HAMMER2_FREEMAP_BLOCK_MASK)) { in hammer2_freemap_try_alloc() 591 if (((uint32_t)bmap->linear & HAMMER2_FREEMAP_BLOCK_MASK) + size <= in hammer2_bmap_alloc() 593 (bmap->linear & HAMMER2_FREEMAP_BLOCK_MASK) && in hammer2_bmap_alloc() 594 bmap->linear < HAMMER2_SEGSIZE) { in hammer2_bmap_alloc() 606 KKASSERT(bmap->linear >= 0 && in hammer2_bmap_alloc() 607 bmap->linear + size <= HAMMER2_SEGSIZE && in hammer2_bmap_alloc() 608 (bmap->linear & (HAMMER2_ALLOC_MIN - 1)) == 0); in hammer2_bmap_alloc() 609 offset = bmap->linear; in hammer2_bmap_alloc() 616 bmap->linear = offset + size; in hammer2_bmap_alloc() [all …]
|
H A D | CHANGES | 10 * currently directory cookies are non-linear.
|
H A D | FREEMAP | 139 * linear - Linear sub-granular allocation offset. Allows ~1KB granular 140 linear allocations. 209 contains a linear allocation offset that can keep track of sub-16KB
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_bulkfree.c | 792 bmap->linear = HAMMER2_SEGSIZE; in cbinfo_bmap_init() 926 if (bmap->linear < (int32_t)data_off + (int32_t)bytes) in h2_bulkfree_callback() 927 bmap->linear = (int32_t)data_off + (int32_t)bytes; in h2_bulkfree_callback() 928 } else if (bmap->linear >= (int32_t)data_off && in h2_bulkfree_callback() 929 bmap->linear < (int32_t)data_off + (int32_t)bytes) { in h2_bulkfree_callback() 930 bmap->linear = (int32_t)data_off + (int32_t)bytes; in h2_bulkfree_callback() 1110 live->linear >= bmap->linear && in h2_bulkfree_sync() 1302 live->linear = 0; in h2_bulkfree_sync_adjust() 1319 if (live->linear < bmap->linear && in h2_bulkfree_sync_adjust() 1320 ((live->linear ^ bmap->linear) & in h2_bulkfree_sync_adjust() [all …]
|
H A D | hammer2_freemap.c | 400 (bmap->linear & HAMMER2_FREEMAP_BLOCK_MASK)) { in hammer2_freemap_try_alloc() 443 (bmap->linear & HAMMER2_FREEMAP_BLOCK_MASK)) { in hammer2_freemap_try_alloc() 595 if (((uint32_t)bmap->linear & HAMMER2_FREEMAP_BLOCK_MASK) + size <= in hammer2_bmap_alloc() 597 (bmap->linear & HAMMER2_FREEMAP_BLOCK_MASK) && in hammer2_bmap_alloc() 598 bmap->linear < HAMMER2_SEGSIZE) { in hammer2_bmap_alloc() 610 KKASSERT(bmap->linear >= 0 && in hammer2_bmap_alloc() 611 bmap->linear + size <= HAMMER2_SEGSIZE && in hammer2_bmap_alloc() 612 (bmap->linear & (HAMMER2_ALLOC_MIN - 1)) == 0); in hammer2_bmap_alloc() 613 offset = bmap->linear; in hammer2_bmap_alloc() 620 bmap->linear = offset + size; in hammer2_bmap_alloc() [all …]
|
/dflybsd-src/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, 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 …]
|
/dflybsd-src/sys/dev/disk/dm/doc/ |
H A D | proposal-dm.txt | 3 /* constant dm_target structures for error, zero, linear, stripes etc. */ 59 /* for linear : */
|
H A D | design.txt | 14 mapped to physical. There are many targets linear, stripe, mirror etc. 367 There are linear, zero, error, mirror, snapshot, multipath etc... targets. 443 0 100 linear /dev/wdba 384
|
/dflybsd-src/sys/dev/disk/dm/ |
H A D | Makefile | 7 SUBDIR= linear striped crypt delay flakey
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | dictionary.c | 174 struct dictionary_linear linear; member 194 #define DICT_LINEAR_NSYMS(d) (d)->data.linear.nsyms 195 #define DICT_LINEAR_SYMS(d) (d)->data.linear.syms
|
/dflybsd-src/contrib/lvm2/dist/test/ |
H A D | t-vgreduce-usage.sh | 61 check_lv_field_ $vg1/$lv1 segtype linear
|
H A D | test-utils.sh | 120 echo 0 $size linear $LOOP $((($i-1)*$size)) > $name.table
|
/dflybsd-src/lib/libc/db/ |
H A D | README | 29 hash The extended linear hashing routines.
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | loop.texi | 29 * Omega:: A solver for linear programming problems. 479 currently used by the linear loop transform and the vectorization 629 @section Omega a solver for linear programming problems 630 @cindex Omega a solver for linear programming problems 639 subset of the Presburger arithmetics that can be translated to linear 640 constraint systems. These linear constraint systems can then be 644 elimination: a linear constraint system containing @code{n} variables 645 is reduced to a linear constraint system with @code{n-1} variables. 647 be expressed under the form of a system of linear equalities and 653 The interface used by the Omega solver for describing the linear
|
/dflybsd-src/tools/tools/net80211/wesside/ |
H A D | README | 13 * Discovers the network's IP using the linear keystream expansion technique in
|
/dflybsd-src/tools/tools/net80211/w00t/ |
H A D | README | 72 Sniff a WEP packet and do the linear keystream expansion trick to
|
/dflybsd-src/sys/dev/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 317 struct fixed31_32 linear; in translate_to_linear_space() local 322 linear = dc_fixpt_neg( in translate_to_linear_space() 331 linear = dc_fixpt_div(arg, a1); in translate_to_linear_space() 333 linear = dc_fixpt_pow( in translate_to_linear_space() 339 return linear; in translate_to_linear_space()
|
/dflybsd-src/sys/dev/netif/ix/ |
H A D | ixgbe_x550.c | 1550 static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear) in ixgbe_supported_sfp_modules_X550em() argument 1559 *linear = TRUE; in ixgbe_supported_sfp_modules_X550em() 1569 *linear = FALSE; in ixgbe_supported_sfp_modules_X550em() 1590 bool linear; in ixgbe_identify_sfp_module_X550em() local 1600 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_identify_sfp_module_X550em() 1612 bool linear; in ixgbe_setup_sfp_modules_X550em() local 1617 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_setup_sfp_modules_X550em()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | slist | 656 // linear in __x.size(). 661 // Linear in distance(begin(), __pos), and linear in __x.size(). 1033 // time rather than linear time.
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | slist | 657 // linear in __x.size(). 662 // Linear in distance(begin(), __pos), and linear in __x.size(). 1034 // time rather than linear time.
|