HomeSort by: relevance | last modified time | path
    Searched refs:linear (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/modules/audio/
Makefile 11 linear.c \
  /src/sys/rump/dev/lib/libaudio/
Makefile 11 SRCS= alaw.c audio.c linear.c mulaw.c
  /src/lib/libc/citrus/modules/
citrus_johab.c 279 int m, l, t, linear; local
297 linear = l - 0xD9;
300 linear = l - 0xE0;
305 linear *= 188;
307 linear += t - 0x31;
309 linear += t - 0x43;
313 l = (linear / 94) + m;
314 t = (linear % 94) + 0x21;
329 int m, n, l, t, linear; local
351 linear = (l * 94) + t
    [all...]
  /src/lib/libarch/alpha/
alpha_pci_mem.c 59 int linear = flags & BUS_SPACE_MAP_LINEAR; local
64 * Can't have linear without prefetchable.
66 if (linear && !prefetchable)
  /src/sys/arch/alpha/jensenio/
jensenio_bus_intio.c 142 int linear = flags & BUS_SPACE_MAP_LINEAR; local
148 if (linear)
  /src/sys/arch/alpha/tc/
tc_bus_mem.c 272 int linear = flags & BUS_SPACE_MAP_LINEAR; local
274 /* Requests for linear uncacheable space can't be satisfied. */
275 if (linear && !cacheable)
333 * tc_mem_map() catches linear && !cacheable,
345 int linear = flags & BUS_SPACE_MAP_LINEAR; local
348 if (linear)
  /src/sys/arch/alpha/pci/
pci_bwx_bus_io_chipdep.c 340 int linear = flags & BUS_SPACE_MAP_LINEAR; local
345 if (linear)
467 int linear = flags & BUS_SPACE_MAP_LINEAR; local
474 if (linear)
pci_swiz_bus_io_chipdep.c 377 int linear = flags & BUS_SPACE_MAP_LINEAR; local
382 if (linear)
554 int linear = flags & BUS_SPACE_MAP_LINEAR; local
561 if (linear)
pci_swiz_bus_mem_chipdep.c 673 int linear = flags & BUS_SPACE_MAP_LINEAR; local
703 if (linear && !prefetchable)
936 int linear = flags & BUS_SPACE_MAP_LINEAR; local
950 if (linear) {
  /src/sys/dev/
ipmivar.h 274 uint8_t linear; member in struct:sdrtype1
ipmi.c 1438 /* Calculate linear reading variables */
1457 switch (s1->linear & 0x7f) {
1581 switch (s1->linear & 0x7f) {
1728 "rbexp=%u, linear=%d\n", s1->m, s1->m_tolerance, s1->b,
1729 s1->b_accuracy, s1->rbexp, s1->linear);
  /src/sys/arch/mips/mips/
bus_space_alignstride_chipdep.c 293 int linear = flags & BUS_SPACE_MAP_LINEAR; local
298 if (linear)
570 int linear = flags & BUS_SPACE_MAP_LINEAR; local
575 if (linear)
647 /* Linear mappings not possible. */
  /src/sys/dev/audio/
linear.c 1 /* $NetBSD: linear.c,v 1.5 2024/04/20 05:38:40 isaki Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: linear.c,v 1.5 2024/04/20 05:38:40 isaki Exp $");
37 #include <dev/audio/linear.h>
audio.c 226 #include <dev/audio/linear.h>
3961 * It uses linear interpolation.
5696 /* Direct conversion to linear output */
6619 * Convert obsoleted AUDIO_ENCODING_[SU]LINEAR without endianness
  /src/usr.sbin/fstyp/
hammer2_disk.h 412 * Two linear areas can be reserved after the initial 4MB segment in the base
822 * A smaller allocation granularity is supported via a linear iterator and/or
827 * linear - A BYTE linear allocation offset used for sub-16KB allocations
886 int32_t linear; /* 00 linear sub-granular allocation offset */ member in struct:hammer2_bmap_data
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 185 /*de gamma, none linear to linear*/
217 /*re gamma, linear to none linear*/
447 struct fixed31_32 linear; local
452 linear = dc_fixpt_neg(
461 linear = dc_fixpt_div(arg, a1);
463 linear = dc_fixpt_pow(
469 return linear;
1807 * If linear, it's bypass if on user ram
    [all...]
  /src/sys/dev/pci/ixgbe/
ixgbe_x550.c 1722 * @linear: TRUE if SFP module is linear
1724 static s32 ixgbe_supported_sfp_modules_X550em(struct ixgbe_hw *hw, bool *linear)
1733 *linear = TRUE;
1743 *linear = FALSE;
1764 bool linear; local
1774 status = ixgbe_supported_sfp_modules_X550em(hw, &linear);
1786 bool linear; local
1791 status = ixgbe_supported_sfp_modules_X550em(hw, &linear);
2814 /* Check if SFP module is supported and linear */
    [all...]
  /src/sys/arch/vax/vsa/
spx.c 313 /* convert coordinates into linear offset */
314 #define LINEAR(x, y) ((y * spx_xsize) + x)
316 /* Linear pixel address */
324 /* Recalculate absolute pixel address from linear address */
325 #define SPXg_ADDR(linear) spxaddr[((((linear) % SPXg_WIN_LINEAR) / 4) * 8) + \
326 (((linear) % SPXg_WIN_LINEAR) % 4)]
471 SPX_REG(SPX_DSTPIX) = temp + LINEAR(dxpos, dypos);
472 SPX_REG(SPX_SRCPIX) = temp + LINEAR(sxpos, sypos);
503 SPXg_REG(SPX_DSTPIX) = temp + LINEAR(dxpos, dypos); spxg_delay()
    [all...]
  /src/sys/arch/arm/rockchip/
rk_i2s.c 40 #include <dev/audio/linear.h>
  /src/sys/arch/arm/sunxi/
sunxi_i2s.c 41 #include <dev/audio/linear.h>
  /src/sys/dev/isa/
sbdsp.c 98 #include <dev/audio/linear.h>

Completed in 65 milliseconds