Home
last modified time | relevance | path

Searched refs:linear (Results 1 – 25 of 143) sorted by relevance

123456

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind-dw2-fde.c384 struct fde_vector *linear; member
398 accu->linear->count = 0; in start_fde_sort()
410 if (accu->linear) in fde_insert()
411 accu->linear->array[accu->linear->count++] = this_fde; in fde_insert()
431 size_t count = linear->count; in fde_split()
453 chain_end = &linear->array[i]; in fde_split()
461 linear->array[j++] = linear->array[i]; in fde_split()
464 linear->count = j; in fde_split()
568 if (accu->linear && accu->linear->count != count) in end_fde_sort()
762 accu.linear->orig_data = ob->u.single; in init_object()
[all …]
H A Dparams.def72 This is done by a linear function, see "max-inline-slope" parameter.
88 "max-inline-insns" parameter), a linear function is used to
90 The slope of this linear function is given the negative
93 This linear function is used until it falls below a minimum
97 …"The slope of the linear function throttling inlining after the recursive inlining limit has been …
H A Dpredict.def85 /* Preconditioning makes linear list of branches. */
/openbsd/gnu/gcc/gcc/
H A Dunwind-dw2-fde.c389 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 Dpredict.def84 /* Preconditioning makes linear list of branches. */
/openbsd/usr.bin/file/magdir/
H A Dacorn43 >(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 Daudio14 >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 …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddictionary.c175 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
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2000-12-06-MeetingSummary.txt26 reconstructed from SSA form in linear time, that it would be an
29 greater than linear in asymptotic complexity, so this extra analaysis
H A D2002-05-12-InstListChange.txt17 linear search of the basic block the instruction is contained in... just
/openbsd/gnu/llvm/lld/wasm/
H A DOptions.td203 HelpText<"Use shared linear memory">;
209 HelpText<"Initial size of the linear memory">;
212 HelpText<"Maximum size of the linear memory">;
218 HelpText<"Place stack at start of linear memory rather than after data">;
/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTProperties.td12 "4T, 8T and so on, which guarantees a total linear time spent checking "
/openbsd/gnu/usr.bin/perl/ext/SDBM_File/
H A Dbiblio26 %K linear
/openbsd/sys/dev/pci/drm/i915/
H A Di915_vma_types.h101 u32 linear:1; member
/openbsd/gnu/llvm/llvm/docs/
H A DGitBisecting.rst11 has a mostly linear history, it has a few merge commits that added projects --
12 and these merged the linear history of those projects. As a consequence, the
/openbsd/sys/dev/
H A Dipmivar.h252 u_int8_t linear; member
/openbsd/gnu/llvm/lld/docs/
H A DWebAssembly.rst62 Place stack at start of linear memory rather than after data.
128 Initial size of the linear memory. Default: static data size.
132 Maximum size of the linear memory. Default: unlimited.
/openbsd/sys/arch/alpha/tc/
H A Dtc_bus_mem.c247 int linear = flags & BUS_SPACE_MAP_LINEAR; local
250 if (linear && !cacheable)
/openbsd/bin/ksh/
H A DPROJECTS42 * Arrays need to be implemented differently: currently does a linear
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.def127 // Modifiers for 'linear' clause.
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_fb.c1440 remap_info->linear = 1; in calc_plane_remap_info()
1445 remap_info->linear = 0; in calc_plane_remap_info()
1456 drm_WARN_ON(&i915->drm, remap_info->linear); in calc_plane_remap_info()
1495 if (remap_info->linear) { in calc_plane_remap_info()
1534 if (remap_info->linear) in calc_plane_remap_info()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlmroapi.pod8 resolution orders other than the default (linear depth first search).
/openbsd/sys/dev/pci/drm/amd/display/modules/color/
H A Dcolor_gamma.c447 struct fixed31_32 linear; in translate_to_linear_space() local
452 linear = dc_fixpt_neg( in translate_to_linear_space()
461 linear = dc_fixpt_div(arg, a1); in translate_to_linear_space()
463 linear = dc_fixpt_pow( in translate_to_linear_space()
469 return linear; in translate_to_linear_space()
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Drandom283 * @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
/openbsd/sys/dev/pci/
H A Dixgbe_x550.c1370 int32_t ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear) in ixgbe_supported_sfp_modules_X550em() argument
1379 *linear = TRUE; in ixgbe_supported_sfp_modules_X550em()
1389 *linear = FALSE; in ixgbe_supported_sfp_modules_X550em()
1410 bool linear; in ixgbe_identify_sfp_module_X550em() local
1420 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_identify_sfp_module_X550em()
1432 bool linear; in ixgbe_setup_sfp_modules_X550em() local
1437 status = ixgbe_supported_sfp_modules_X550em(hw, &linear); in ixgbe_setup_sfp_modules_X550em()

123456