Home
last modified time | relevance | path

Searched refs:fill_byte (Results 1 – 25 of 84) sorted by relevance

1234

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dbit_util_test.cc190 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
198 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
207 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
216 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
219 ASSERT_BYTES_EQ(bitmap, {fill_byte, fill_byte, fill_byte, fill_byte}); in TEST()
261 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
268 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
276 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
292 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
730 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
[all …]
H A Dbit_util.cc68 const uint8_t fill_byte = static_cast<uint8_t>(-static_cast<uint8_t>(bits_are_set)); in SetBitsTo() local
82 bits[bytes_begin] |= static_cast<uint8_t>(fill_byte & ~only_byte_mask); in SetBitsTo()
88 bits[bytes_begin] |= static_cast<uint8_t>(fill_byte & ~first_byte_mask); in SetBitsTo()
92 std::memset(bits + bytes_begin + 1, fill_byte, in SetBitsTo()
102 bits[bytes_end - 1] |= static_cast<uint8_t>(fill_byte & ~last_byte_mask); in SetBitsTo()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dbit_util_test.cc763 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
771 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
780 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
789 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
834 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
841 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
849 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
865 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
1507 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
1514 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
[all …]
H A Dbit_util.cc35 const uint8_t fill_byte = static_cast<uint8_t>(-static_cast<uint8_t>(bits_are_set)); in SetBitsTo() local
49 bits[bytes_begin] |= static_cast<uint8_t>(fill_byte & ~only_byte_mask); in SetBitsTo()
55 bits[bytes_begin] |= static_cast<uint8_t>(fill_byte & ~first_byte_mask); in SetBitsTo()
59 std::memset(bits + bytes_begin + 1, fill_byte, in SetBitsTo()
69 bits[bytes_end - 1] |= static_cast<uint8_t>(fill_byte & ~last_byte_mask); in SetBitsTo()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dbit_util_test.cc760 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
768 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
777 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
786 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
831 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
838 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
846 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
862 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
1504 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
1511 uint8_t bitmap[] = {fill_byte, fill_byte, fill_byte, fill_byte}; in TEST()
[all …]
H A Dbit_util.cc33 const uint8_t fill_byte = static_cast<uint8_t>(-static_cast<uint8_t>(bits_are_set)); in SetBitsTo() local
47 bits[bytes_begin] |= static_cast<uint8_t>(fill_byte & ~only_byte_mask); in SetBitsTo()
53 bits[bytes_begin] |= static_cast<uint8_t>(fill_byte & ~first_byte_mask); in SetBitsTo()
57 std::memset(bits + bytes_begin + 1, fill_byte, in SetBitsTo()
67 bits[bytes_end - 1] |= static_cast<uint8_t>(fill_byte & ~last_byte_mask); in SetBitsTo()
/dports/devel/p5-CPU-Z80-Assembler/CPU-Z80-Assembler-2.18/t/
H A DProgram-org.t104 is $CPU::Z80::Assembler::fill_byte, 0xFF, "default fill byte";
107 $CPU::Z80::Assembler::fill_byte = ord('!');
150 $CPU::Z80::Assembler::fill_byte = ord('!');
176 $CPU::Z80::Assembler::fill_byte = ord('!');
202 $CPU::Z80::Assembler::fill_byte = ord('!');
229 $CPU::Z80::Assembler::fill_byte = ord('!');
H A DORG-instrs.t44 $CPU::Z80::Assembler::fill_byte = 0xFF;
54 $CPU::Z80::Assembler::fill_byte = 0x1F;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/vectorapi/
H A DVectorRebracket128Test.java80 static byte[] fill_byte(int s , ToByteF f) {
81 return fill_byte(new byte[s], f);
84 static byte[] fill_byte(byte[] a, ToByteF f) {
93 return fill_byte(s, i -> (byte)(i+1));
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/vectorapi/
H A DVectorRebracket128Test.java80 static byte[] fill_byte(int s , ToByteF f) {
81 return fill_byte(new byte[s], f);
84 static byte[] fill_byte(byte[] a, ToByteF f) {
93 return fill_byte(s, i -> (byte)(i+1));
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/rom/
H A DRomBuilder.py62 def __init__(self, size=512, base_addr=0xf80000, fill_byte=0xff): argument
65 self.fill_byte = fill_byte
137 fill = chr(self.fill_byte)
/dports/devel/p5-CPU-Z80-Assembler/CPU-Z80-Assembler-2.18/lib/CPU/Z80/Assembler/
H A DProgram.pm459 my $fill_byte = defined($CPU::Z80::Assembler::fill_byte) ?
460 chr($CPU::Z80::Assembler::fill_byte) :
472 $bytes .= $fill_byte x $fill;
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dcu41.c231 unsigned fill_byte) in write_and_check_aux() argument
236 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
244 if (((unsigned char *)buff)[i] != fill_byte) ++num_errors; in write_and_check_aux()
H A Dcu42.c208 unsigned fill_byte) in write_and_check_aux() argument
213 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
221 if (((unsigned char *)buff)[i] != fill_byte) ++num_errors; in write_and_check_aux()
H A Dcu21.c242 unsigned fill_byte) in write_and_check_aux() argument
247 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
255 if (buff[i] != fill_byte) ++num_errors; in write_and_check_aux()
H A Dcu21_1.c242 unsigned fill_byte) in write_and_check_aux() argument
247 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
255 if (buff[i] != fill_byte) ++num_errors; in write_and_check_aux()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dcu41.c231 unsigned fill_byte) in write_and_check_aux() argument
236 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
244 if (((unsigned char *)buff)[i] != fill_byte) ++num_errors; in write_and_check_aux()
H A Dcu42.c208 unsigned fill_byte) in write_and_check_aux() argument
213 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
221 if (((unsigned char *)buff)[i] != fill_byte) ++num_errors; in write_and_check_aux()
H A Dcu21.c242 unsigned fill_byte) in write_and_check_aux() argument
247 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
255 if (buff[i] != fill_byte) ++num_errors; in write_and_check_aux()
H A Dcu21_1.c242 unsigned fill_byte) in write_and_check_aux() argument
247 memset(buff, fill_byte, sizeof buff); in write_and_check_aux()
255 if (buff[i] != fill_byte) ++num_errors; in write_and_check_aux()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/
H A Dvideo_util.cc132 uint8_t fill_byte) { in LetterboxPlane() argument
152 memset(ptr, fill_byte, row_bytes); in LetterboxPlane()
158 memset(ptr, fill_byte, view_area.x()); in LetterboxPlane()
162 fill_byte, in LetterboxPlane()
172 memset(ptr, fill_byte, row_bytes); in LetterboxPlane()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dvideo_util.cc131 uint8_t fill_byte) { in LetterboxPlane() argument
151 memset(ptr, fill_byte, row_bytes); in LetterboxPlane()
157 memset(ptr, fill_byte, view_area.x()); in LetterboxPlane()
161 fill_byte, in LetterboxPlane()
171 memset(ptr, fill_byte, row_bytes); in LetterboxPlane()
/dports/devel/p5-CPU-Z80-Assembler/CPU-Z80-Assembler-2.18/bin/
H A Dz80masm9 $CPU::Z80::Assembler::fill_byte = 0xFF;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.pack/share/native/common-unpack/
H A Dbytes.h50 void clear(int fill_byte = 0) { memset(ptr, fill_byte, len); }
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.pack/share/native/common-unpack/
H A Dbytes.h50 void clear(int fill_byte = 0) { memset(ptr, fill_byte, len); }

1234