Home
last modified time | relevance | path

Searched refs:read_symbol (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dans_test.cc64 uint32_t read_symbol = in RoundtripTestcase() local
66 ASSERT_EQ(read_symbol, symbol.value); in RoundtripTestcase()
242 uint32_t read_symbol = in TestCheckpointing() local
244 ASSERT_EQ(read_symbol, symbol.value) << "j = " << j; in TestCheckpointing()
252 uint32_t read_symbol = in TestCheckpointing() local
254 ASSERT_EQ(read_symbol, symbol.value) << "i = " << i; in TestCheckpointing()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dans_test.cc64 uint32_t read_symbol = in RoundtripTestcase() local
66 ASSERT_EQ(read_symbol, symbol.value); in RoundtripTestcase()
244 uint32_t read_symbol = in TestCheckpointing() local
246 ASSERT_EQ(read_symbol, symbol.value) << "j = " << j; in TestCheckpointing()
254 uint32_t read_symbol = in TestCheckpointing() local
256 ASSERT_EQ(read_symbol, symbol.value) << "i = " << i; in TestCheckpointing()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dans_test.cc64 uint32_t read_symbol = in RoundtripTestcase() local
66 ASSERT_EQ(read_symbol, symbol.value); in RoundtripTestcase()
244 uint32_t read_symbol = in TestCheckpointing() local
246 ASSERT_EQ(read_symbol, symbol.value) << "j = " << j; in TestCheckpointing()
254 uint32_t read_symbol = in TestCheckpointing() local
256 ASSERT_EQ(read_symbol, symbol.value) << "i = " << i; in TestCheckpointing()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dans_test.cc64 uint32_t read_symbol = in RoundtripTestcase() local
66 ASSERT_EQ(read_symbol, symbol.value); in RoundtripTestcase()
244 uint32_t read_symbol = in TestCheckpointing() local
246 ASSERT_EQ(read_symbol, symbol.value) << "j = " << j; in TestCheckpointing()
254 uint32_t read_symbol = in TestCheckpointing() local
256 ASSERT_EQ(read_symbol, symbol.value) << "i = " << i; in TestCheckpointing()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/mpl/
H A Dmpl2.c194 SYMBOL *read_symbol(MPL *mpl) in read_symbol() function
247 slice = expand_slice(mpl, slice, read_symbol(mpl)); in read_slice()
357 sym = read_symbol(mpl); in simple_format()
421 list = expand_slice(mpl, list, read_symbol(mpl)); in matrix_format()
428 row = read_symbol(mpl); in matrix_format()
705 memb->value.sym = read_symbol(mpl); in read_value()
752 sym = read_symbol(mpl); in plain_format()
816 list = expand_slice(mpl, list, read_symbol(mpl)); in tabular_format()
823 row = read_symbol(mpl); in tabular_format()
1069 altval = read_symbol(mpl); in parameter_data()
[all …]
/dports/math/glpk/glpk-5.0/src/mpl/
H A Dmpl2.c194 SYMBOL *read_symbol(MPL *mpl) in read_symbol() function
247 slice = expand_slice(mpl, slice, read_symbol(mpl)); in read_slice()
357 sym = read_symbol(mpl); in simple_format()
421 list = expand_slice(mpl, list, read_symbol(mpl)); in matrix_format()
428 row = read_symbol(mpl); in matrix_format()
705 memb->value.sym = read_symbol(mpl); in read_value()
752 sym = read_symbol(mpl); in plain_format()
816 list = expand_slice(mpl, list, read_symbol(mpl)); in tabular_format()
823 row = read_symbol(mpl); in tabular_format()
1069 altval = read_symbol(mpl); in parameter_data()
[all …]
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpmpl02.c199 SYMBOL *read_symbol(MPL *mpl) in read_symbol() function
252 slice = expand_slice(mpl, slice, read_symbol(mpl)); in read_slice()
362 sym = read_symbol(mpl); in simple_format()
426 list = expand_slice(mpl, list, read_symbol(mpl)); in matrix_format()
433 row = read_symbol(mpl); in matrix_format()
710 memb->value.sym = read_symbol(mpl); in read_value()
757 sym = read_symbol(mpl); in plain_format()
821 list = expand_slice(mpl, list, read_symbol(mpl)); in tabular_format()
828 row = read_symbol(mpl); in tabular_format()
1074 altval = read_symbol(mpl); in parameter_data()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/fs/jffs2/
H A Dmini_inflate.c137 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
163 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
180 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
269 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
304 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/fs/jffs2/
H A Dmini_inflate.c137 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
163 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
180 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
269 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
304 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/sysutils/u-boot-chip/u-boot-2021.07/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/fs/jffs2/
H A Dmini_inflate.c137 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
163 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
180 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
269 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
304 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/fs/jffs2/
H A Dmini_inflate.c121 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
147 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
164 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
253 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
288 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/fs/jffs2/
H A Dmini_inflate.c137 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() function
163 if ((symbol = read_symbol(stream, lengths)) < 0) return; in decompress_huffman()
180 if ((symbol = read_symbol(stream, distance)) < 0) in decompress_huffman()
269 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()
304 if ((symbol = read_symbol(stream, codes)) < 0) return; in decompress_dynamic()

1234567