/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | BitstreamVera | 1 Bitstream Vera Fonts Copyright 4 long as "Bitstream" or "Vera" are not in the names), and full 13 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream 14 Vera is a trademark of Bitstream, Inc. 32 the words "Bitstream" or the word "Vera". 36 "Bitstream Vera" names. 46 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR 53 Foundation, and Bitstream Inc., shall not be used in advertising or 56 or Bitstream Inc., respectively. For further information, contact: 64 Bitstream is giving away these fonts, but wishes to ensure its [all …]
|
H A D | Bitstream-Charter | 1 (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. 3 You are hereby granted permission under all Bitstream propriety rights 4 to use, copy, modify, sublicense, sell, and redistribute the 4 Bitstream 7 intact on all copies of such fonts and that Bitstream's trademark is acknowledged 9 BITSTREAM CHARTER is a registered trademark of Bitstream Inc.
|
H A D | Bitstream-Vera | 1 Copyright Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark … 7 …only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Ve… 9 … Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. 13 …MENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOU… 15 …Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other de…
|
/openbmc/u-boot/drivers/fpga/ |
H A D | Kconfig | 13 Enable Altera FPGA specific functions which includes bitstream 31 Enable FPGA driver for loading bitstream in BIT and BIN format 42 Enable FPGA driver for writing bitstream into Altera Stratix10 49 Enable Xilinx FPGA specific functions which includes bitstream 56 Enable FPGA driver for loading bitstream in BIT and BIN format 68 Enable FPGA driver for loading bitstream in BIT and BIN format
|
H A D | zynqmppl.c | 76 debug("%s: Let's check bitstream header\n", __func__); in check_header() 78 /* Checking that passing bin is not a bitstream */ in check_header() 97 debug("%s: Found bitstream header at %px %s swapinng\n", __func__, in check_header() 112 /* Find the first bitstream dummy word */ in check_data() 118 /* FIXME add full bitstream checking here */ in check_data() 155 /* For bitstream which are aligned */ in zynqmp_align_dma_buffer() 158 printf("%s: Bitstream is not swapped(%d) - swap it\n", __func__, in zynqmp_align_dma_buffer() 182 printf("%s: Bitstream is not validated yet (diff %lx)\n", in zynqmp_validate_bitstream() 188 printf("%s: Bitstream has to be placed up to 1MB (%px)\n", in zynqmp_validate_bitstream() 209 puts("WARN: Not all bitstream formats are supported\n"); in zynqmp_load() [all …]
|
H A D | zynqpl.c | 95 debug("%s: Let's check bitstream header\n", __func__); in check_header() 97 /* Checking that passing bin is not a bitstream */ in check_header() 117 debug("%s: Bitstream is not recognized\n", __func__); in check_header() 121 debug("%s: Found bitstream header at %x %s swapinng\n", __func__, in check_header() 136 /* Find the first bitstream dummy word */ in check_data() 142 /* FIXME add full bitstream checking here */ in check_data() 323 /* For bitstream which are aligned */ in zynq_align_dma_buffer() 326 printf("%s: Bitstream is not swapped(%d) - swap it\n", __func__, in zynq_align_dma_buffer() 351 printf("%s: Bitstream is not validated yet (diff %x)\n", in zynq_validate_bitstream() 357 printf("%s: Bitstream has to be placed up to 1MB (%x)\n", in zynq_validate_bitstream() [all …]
|
H A D | xilinx.c | 64 debug("%s: Design name id not recognized in bitstream\n", in fpga_loadbitstream() 76 printf("%s: Part number id not recognized in bitstream\n", in fpga_loadbitstream() 87 printf("%s: Wrong bitstream ID for this device\n", in fpga_loadbitstream() 89 printf("%s: Bitstream ID %s, current device ID %d/%s\n", in fpga_loadbitstream() 102 printf("%s: Date identifier not recognized in bitstream\n", in fpga_loadbitstream() 114 printf("%s: Time identifier not recognized in bitstream\n", in fpga_loadbitstream() 126 printf("%s: Data length id not recognized in bitstream\n", in fpga_loadbitstream() 135 printf(" bytes in bitstream = %d\n", swapsize); in fpga_loadbitstream()
|
/openbmc/linux/fs/ntfs3/lib/ |
H A D | decompress_common.h | 72 /* Initialize a bitstream to read from the specified input buffer. */ 82 /* Ensure the bit buffer variable for the bitstream contains at least @num_bits 84 * may be called on the bitstream to peek or remove up to @num_bits bits. Note 100 /* Return the next @num_bits bits from the bitstream, without removing them. 110 /* Remove @num_bits from the bitstream. There must be at least @num_bits 121 /* Remove and return @num_bits bits from the bitstream. There must be at least 134 /* Read and return the next @num_bits bits from the bitstream. */ 142 /* Read and return the next literal byte embedded in the bitstream. */ 151 /* Read and return the next 16-bit integer embedded in the bitstream. */ 164 /* Read and return the next 32-bit integer embedded in the bitstream. */ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | TLWG | 101 Copyright (C) 2003 by Bitstream, Inc. All Rights Reserved. 104 Bitstream Vera is a trademark of Bitstream, Inc. 124 the words "Bitstream" or the word "Vera". 128 "Bitstream Vera" names. 138 BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR 145 Foundation, and Bitstream Inc., shall not be used in advertising or 148 or Bitstream Inc., respectively. For further information, contact:
|
/openbmc/linux/lib/zstd/common/ |
H A D | entropy_common.c | 68 U32 bitStream; in FSE_readNCount_body() local 88 bitStream = MEM_readLE32(ip); in FSE_readNCount_body() 89 nbBits = (bitStream & 0xF) + FSE_MIN_TABLELOG; /* extract tableLog */ in FSE_readNCount_body() 91 bitStream >>= 4; in FSE_readNCount_body() 105 int repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() 115 bitStream = MEM_readLE32(ip) >> bitCount; in FSE_readNCount_body() 116 repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body() 119 bitStream >>= 2 * repeats; in FSE_readNCount_body() 123 assert((bitStream & 3) < 3); in FSE_readNCount_body() 124 charnum += bitStream & 3; in FSE_readNCount_body() [all …]
|
H A D | bitstream.h | 2 * bitstream 42 * bitStream encoding API (write forward) 44 /* bitStream can mix input from multiple sources. 62 * bitStream will never write outside of this buffer. 71 * Avoid storing elements of more than 24 bits if you want compatibility with 32-bits bitstream rea… 73 * Last operation is to close the bitStream. 80 * bitStream decoding API (read backward) 103 * A chunk of the bitStream is then stored into a local register. 163 * bitStream encoding 250 * bitStream decoding [all …]
|
/openbmc/phosphor-host-ipmid/test/message/ |
H A D | payload.cpp | 88 ASSERT_EQ(p.bitStream, 0b101); in TEST() 90 ASSERT_EQ(p.bitStream, 0b1100101); in TEST() 92 ASSERT_EQ(p.bitStream, 0); in TEST() 111 p.bitStream = 0b1011010011001111; in TEST() 116 ASSERT_EQ(p.bitStream, 0); in TEST() 124 p.bitStream = 0b101101001100111; in TEST() 129 ASSERT_EQ(p.bitStream, 0); in TEST() 137 p.bitStream = 0b101101001100111; in TEST() 143 ASSERT_EQ(p.bitStream, 0b1011010); in TEST() 164 ASSERT_EQ(p.bitStream, 0xbf); in TEST() [all …]
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_vli.h | 69 * __little endian__ bitstream, least significant bit first (left most) 190 /* for the bitstream, we need a cursor */ 214 /* the bitstream itself knows its length */ 215 struct bitstream { struct 226 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() argument 234 static inline void bitstream_rewind(struct bitstream *bs) in bitstream_rewind() 240 /* Put (at most 64) least significant bits of val into bitstream, and advance cursor. 245 * If there is not enough room left in bitstream, 246 * leaves bitstream unchanged and returns -ENOBUFS. 248 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits() [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/ |
H A D | ttf-bitstream-vera_1.10.bb | 1 SUMMARY = "The Bitstream Vera fonts - TTF Edition" 3 DESCRIPTION = "The Bitstream Vera fonts include four monospace and sans \ 16 SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-genwqe | 4 Description: Unique bitstream identification e.g. 21 Description: Currently active bitstream. 1 is default, 0 is backup. 26 Description: Interface to set the next bitstream to be used. 31 Description: Interface to trigger a PCIe card reset to reload the bitstream. 38 If successfully, the card will come back with the bitstream set
|
/openbmc/phosphor-host-ipmid/include/ipmid/message/ |
H A D | unpack.hpp | 110 fixed_uint_t<details::bitStreamSize> priorBits = p.bitStream; in op() 116 p.bitStream = priorBits; in op() 175 t = (p.bitStream & bitmask).convert_to<fixed_uint_t<N>>(); in op() 176 p.bitStream >>= count; in op() 193 b = static_cast<bool>(p.bitStream & 0x01); in op() 195 p.bitStream >>= 1; in op() 218 t |= (p.bitStream & bitmask).convert_to<unsigned long long>(); in op() 219 p.bitStream >>= count; in op() 235 fixed_uint_t<details::bitStreamSize> priorBits = p.bitStream; in op() 242 p.bitStream = priorBits; in op()
|
/openbmc/linux/lib/zstd/compress/ |
H A D | fse_compress.c | 22 #include "../common/bitstream.h" 228 + 2 /* additional two bytes for bitstream flush */; in FSE_NCountWriteBound() 244 U32 bitStream = 0; in FSE_writeNCount_generic() local 251 bitStream += (tableLog-FSE_MIN_TABLELOG) << bitCount; in FSE_writeNCount_generic() 266 bitStream += 0xFFFFU << bitCount; in FSE_writeNCount_generic() 269 out[0] = (BYTE) bitStream; in FSE_writeNCount_generic() 270 out[1] = (BYTE)(bitStream>>8); in FSE_writeNCount_generic() 272 bitStream>>=16; in FSE_writeNCount_generic() 276 bitStream += 3 << bitCount; in FSE_writeNCount_generic() 279 bitStream += (symbol-start) << bitCount; in FSE_writeNCount_generic() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-font/ |
H A D | font-bitstream-100dpi_1.0.3.bb | 3 SUMMARY = "Bitstream 100 DPI fonts" 4 HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bitstream-100dpi/" 13 UPSTREAM_CHECK_REGEX = "font\-bitstream\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
|
/openbmc/linux/drivers/media/test-drivers/visl/ |
H A D | visl-debugfs.c | 3 * Debugfs tracing for bitstream buffers. This is similar to VA-API's 4 * LIBVA_TRACE_BUFDATA in that the raw bitstream can be dumped as a debugging 32 dev->bitstream_debugfs = debugfs_create_dir("bitstream", in visl_debugfs_bitstream_init() 57 snprintf(name, 32, "bitstream%d", run->src->sequence); in visl_trace_bitstream()
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-bit.c | 157 (rd_ptr - ctx->bitstream.paddr); in coda_kfifo_sync_from_device() 168 rd_ptr = ctx->bitstream.paddr + (kfifo->out & kfifo->mask); in coda_kfifo_sync_to_device_full() 170 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_full() 180 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_write() 212 v4l2_err(&ctx->dev->v4l2_dev, "failed to flush bitstream\n"); in coda_bitstream_flush() 216 kfifo_init(&ctx->bitstream_fifo, ctx->bitstream.vaddr, in coda_bitstream_flush() 217 ctx->bitstream.size); in coda_bitstream_flush() 260 ctx->bitstream.size) in coda_bitstream_try_queue() 287 "bitstream buffer overflow\n"); in coda_bitstream_try_queue() 305 v4l2_err(&ctx->dev->v4l2_dev, "bitstream buffer overflow\n"); in coda_bitstream_try_queue() [all …]
|
/openbmc/u-boot/fs/jffs2/ |
H A D | mini_inflate.c | 25 static void init_stream(struct bitstream *stream, unsigned char *data, in init_stream() 66 static inline unsigned long pull_bits(struct bitstream *stream, in pull_bits() 86 static inline int pull_bit(struct bitstream *stream) in pull_bit() 97 static void discard_bits(struct bitstream *stream) in discard_bits() 106 static void decompress_none(struct bitstream *stream, unsigned char *dest) in decompress_none() 121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() 139 static void decompress_huffman(struct bitstream *stream, unsigned char *dest) in decompress_huffman() 212 static void decompress_dynamic(struct bitstream *stream, unsigned char *dest) in decompress_dynamic() 318 static void decompress_fixed(struct bitstream *stream, unsigned char *dest) in decompress_fixed() 354 struct bitstream stream; in decompress_block()
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | venc_ipi_msg.h | 75 * @bs_mode: bitstream mode for h264 107 * @bs_mode: bitstream mode for h264 110 * @bs_addr: output bitstream buffer 34 bit address 111 * @bs_size: bitstream buffer size 217 * @bs_size: encoded bitstream size
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | message.hpp | 207 bitStream |= tmp; in appendBits() 232 retVal = static_cast<uint8_t>(bitStream); in drain() 234 bitStream >>= bitsOut; in drain() 339 // add more bits to the top end of the bitstream in fillBits() 352 bitStream |= tmp; in fillBits() 366 * @brief consume count bits from bitstream (must call fillBits first) 380 auto bits = bitStream.convert_to<uint8_t>(); in popBits() 382 bitStream >>= count; in popBits() 392 bitStream = 0; in discardBits() 465 fixed_uint_t<details::bitStreamSize> priorBits = bitStream; in unpack() [all …]
|
/openbmc/linux/drivers/fpga/ |
H A D | microchip-spi.c | 125 * Go through look-up table to find out where actual bitstream starts in mpf_ops_parse_header() 126 * and where sizes of components of the bitstream lies. in mpf_ops_parse_header() 173 * Parse bitstream size. in mpf_ops_parse_header() 174 * Sizes of components of the bitstream are 22-bits long placed next in mpf_ops_parse_header() 176 * actual bitstream starts, so no need for overflow check anymore. in mpf_ops_parse_header() 312 dev_err(dev, "Bitstream size is not a multiple of %d\n", in mpf_ops_write() 320 dev_err(dev, "Failed to write bitstream frame %d/%zu\n", in mpf_ops_write()
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
H A D | venc_vp8_if.c | 222 * Compose ac_tag, bitstream header and bitstream payload into 223 * one bitstream buffer. 261 mtk_venc_err(inst->ctx, "bitstream buf size is too small(%zu)", bs_buf->size); in vp8_enc_compose_one_frame() 266 * (1) The vp8 bitstream header and body are generated by the HW vp8 in vp8_enc_compose_one_frame() 267 * encoder separately at the same time. We cannot know the bitstream in vp8_enc_compose_one_frame() 270 * ac tag, bitstream header and bitstream body. in vp8_enc_compose_one_frame()
|