Home
last modified time | relevance | path

Searched full:binary (Results 1 – 25 of 9747) sorted by relevance

12345678910>>...390

/external/swiftshader/third_party/LLVM/test/MC/MBlaze/
Dmblaze_fsl.s7 # BINARY: 011011 00000 000000 00000 000000 0000
10 # BINARY: 011011 00000 00000 00000 0 00000 00000
16 # BINARY: 011011 00000 000000 00000 000000 0000
21 # BINARY: 011011 00000 000000 10000 000000 0000
26 # BINARY: 011011 00000 000000 01000 000000 0000
31 # BINARY: 011011 00000 000000 11000 000000 0000
36 # BINARY: 011011 00000 000000 00100 000000 0000
41 # BINARY: 011011 00000 000000 10100 000000 0000
46 # BINARY: 011011 00000 000000 01100 000000 0000
51 # BINARY: 011011 00000 000000 11100 000000 0000
[all …]
Dmblaze_operands.s8 # BINARY: 000000 00000 00000 00000 00000000000
11 # BINARY: 000000 00000 00000 00000 00000000000
16 # BINARY: 000000 00001 00001 00001 00000000000
21 # BINARY: 000000 00010 00010 00010 00000000000
26 # BINARY: 000000 00011 00011 00011 00000000000
31 # BINARY: 000000 00100 00100 00100 00000000000
36 # BINARY: 000000 00101 00101 00101 00000000000
41 # BINARY: 000000 00110 00110 00110 00000000000
46 # BINARY: 000000 00111 00111 00111 00000000000
51 # BINARY: 000000 01000 01000 01000 00000000000
[all …]
Dmblaze_branch.s7 # BINARY: 000000 00000 00000 00000 00000000000
10 # BINARY: 100111 00000 00010 00011 00000000000
15 # BINARY: 100111 00101 00010 00011 00000000000
20 # BINARY: 100111 00100 00010 00011 00000000000
25 # BINARY: 100111 00011 00010 00011 00000000000
30 # BINARY: 100111 00010 00010 00011 00000000000
35 # BINARY: 100111 00001 00010 00011 00000000000
40 # BINARY: 100111 10000 00010 00011 00000000000
45 # BINARY: 100111 10101 00010 00011 00000000000
50 # BINARY: 100111 10100 00010 00011 00000000000
[all …]
Dmblaze_special.s7 # BINARY: 011011 00000 00000 00000 00000000000
10 # BINARY: 100101 00000 00000 10000 00000000000
15 # BINARY: 100101 00000 100010 000000000000000
20 # BINARY: 100101 00000 100000 000000000000000
25 # BINARY: 100101 00000 00000 11 00000000000000
30 # BINARY: 100100 00000 00000 00001 00001100100
35 # BINARY: 100100 00000 00000 00001 00001100110
40 # BINARY: 100100 00000 00000 00001 00001110100
45 # BINARY: 100100 00000 00000 00001 00001101000
50 # BINARY: 100101 00001 00000 10000 00000000000
[all …]
Dmblaze_imm.s15 # BINARY: 001000 00000 00000 0000000000000000
20 # BINARY: 001000 00000 00000 0000000000000001
25 # BINARY: 001000 00000 00000 0000000000000010
30 # BINARY: 001000 00000 00000 0000000000000100
35 # BINARY: 001000 00000 00000 0000000000001000
40 # BINARY: 001000 00000 00000 0000000000010000
45 # BINARY: 001000 00000 00000 0000000000100000
50 # BINARY: 001000 00000 00000 0000000001000000
55 # BINARY: 001000 00000 00000 0000000010000000
60 # BINARY: 001000 00000 00000 0000000100000000
[all …]
Dmblaze_typea.s7 # BINARY: 000000 00000 00000 00000 00000000000
10 # BINARY: 000000 00001 00010 00011 00000000000
15 # BINARY: 000010 00001 00010 00011 00000000000
20 # BINARY: 000100 00001 00010 00011 00000000000
25 # BINARY: 000110 00001 00010 00011 00000000000
30 # BINARY: 100001 00001 00010 00011 00000000000
35 # BINARY: 100011 00001 00010 00011 00000000000
40 # BINARY: 000101 00001 00010 00011 00000000001
45 # BINARY: 000101 00001 00010 00011 00000000011
50 # BINARY: 010010 00001 00010 00011 00000000000
[all …]
Dmblaze_memory.s7 # BINARY: 000000 00000 00000 00000 00000000000
10 # BINARY: 110000 00001 00010 00011 00000000000
15 # BINARY: 110000 00001 00010 00011 01000000000
20 # BINARY: 111000 00001 00010 0000000000011100
25 # BINARY: 110001 00001 00010 00011 00000000000
30 # BINARY: 110001 00001 00010 00011 01000000000
35 # BINARY: 111001 00001 00010 0000000000011100
40 # BINARY: 110010 00001 00010 00011 00000000000
45 # BINARY: 110010 00001 00010 00011 01000000000
50 # BINARY: 111010 00001 00010 0000000000011100
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp75 /// CodeEmitterGenerator using TableGen, produces the binary encoding for
89 void emitWordLE(unsigned Binary);
90 void emitDWordLE(uint64_t Binary);
148 /// getMachineOpValue - Return binary encoding of operand. If the machine
257 uint32_t Binary; in getAddrModeImm12OpValue() local
258 Binary = Imm12 & 0xfff; in getAddrModeImm12OpValue()
260 Binary |= (1 << 12); in getAddrModeImm12OpValue()
261 Binary |= (Reg << 13); in getAddrModeImm12OpValue()
262 return Binary; in getAddrModeImm12OpValue()
312 uint32_t Binary = Imm12 & 0xfff; in getAddrMode5OpValue() local
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/
Dc_interface_test.cpp39 spv_binary binary = nullptr; in TEST() local
41 sizeof(input_text), &binary, nullptr)); in TEST()
44 // Sadly the compiler don't allow me to feed binary directly to in TEST()
46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
51 EXPECT_EQ(SPV_SUCCESS, spvBinaryToText(context, binary->code, in TEST()
52 binary->wordCount, 0, &text, nullptr)); in TEST()
55 spvBinaryDestroy(binary); in TEST()
64 spv_binary binary = nullptr; in TEST() local
66 spvTextToBinary(context, input_text, sizeof(input_text), &binary, in TEST()
68 spvBinaryDestroy(binary); in TEST()
[all …]
Dcpp_interface_test.cpp47 std::vector<uint32_t> binary; in TEST() local
48 EXPECT_TRUE(t.Assemble(input_text, &binary)); in TEST()
49 EXPECT_TRUE(binary.size() > 5u); in TEST()
50 EXPECT_EQ(SpvMagicNumber, binary[0]); in TEST()
51 EXPECT_EQ(kExpectedSpvVersion, binary[1]); in TEST()
64 EXPECT_FALSE(t.Validate(binary)); in TEST()
67 EXPECT_TRUE(t.Disassemble(binary, &output_text)); in TEST()
72 std::vector<uint32_t> binary(10, 42); in TEST() local
74 EXPECT_TRUE(t.Assemble("", &binary)); in TEST()
76 EXPECT_EQ(5u, binary.size()); in TEST()
[all …]
/external/deqp-deps/SPIRV-Tools/test/
Dc_interface_test.cpp39 spv_binary binary = nullptr; in TEST() local
41 sizeof(input_text), &binary, nullptr)); in TEST()
44 // Sadly the compiler don't allow me to feed binary directly to in TEST()
46 spv_const_binary_t b{binary->code, binary->wordCount}; in TEST()
51 EXPECT_EQ(SPV_SUCCESS, spvBinaryToText(context, binary->code, in TEST()
52 binary->wordCount, 0, &text, nullptr)); in TEST()
55 spvBinaryDestroy(binary); in TEST()
64 spv_binary binary = nullptr; in TEST() local
66 spvTextToBinary(context, input_text, sizeof(input_text), &binary, in TEST()
68 spvBinaryDestroy(binary); in TEST()
[all …]
Dcpp_interface_test.cpp47 std::vector<uint32_t> binary; in TEST() local
48 EXPECT_TRUE(t.Assemble(input_text, &binary)); in TEST()
49 EXPECT_TRUE(binary.size() > 5u); in TEST()
50 EXPECT_EQ(SpvMagicNumber, binary[0]); in TEST()
51 EXPECT_EQ(kExpectedSpvVersion, binary[1]); in TEST()
64 EXPECT_FALSE(t.Validate(binary)); in TEST()
67 EXPECT_TRUE(t.Disassemble(binary, &output_text)); in TEST()
72 std::vector<uint32_t> binary(10, 42); in TEST() local
74 EXPECT_TRUE(t.Assemble("", &binary)); in TEST()
76 EXPECT_EQ(5u, binary.size()); in TEST()
[all …]
/external/mesa3d/src/amd/common/
Dac_binary.c40 struct ac_shader_binary *binary) in parse_symbol_table() argument
54 binary->global_symbol_offsets = CALLOC(symbol_count, sizeof(uint64_t)); in parse_symbol_table()
63 binary->global_symbol_offsets[binary->global_symbol_count] = in parse_symbol_table()
68 for (i = binary->global_symbol_count; i > 0; --i) { in parse_symbol_table()
69 uint64_t lhs = binary->global_symbol_offsets[i - 1]; in parse_symbol_table()
70 uint64_t rhs = binary->global_symbol_offsets[i]; in parse_symbol_table()
74 binary->global_symbol_offsets[i] = lhs; in parse_symbol_table()
75 binary->global_symbol_offsets[i - 1] = rhs; in parse_symbol_table()
77 ++binary->global_symbol_count; in parse_symbol_table()
83 struct ac_shader_binary *binary) in parse_relocs() argument
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/
DTestSubsystem.xml.in7 <BooleanParameter Name="BOOL" Mapping="Binary:BOOL"/>
9 …<FixedPointParameter Name="FP8_Q0.7" Size="8" Integral="0" Fractional="7" Mapping="Binary:FP8_Q.7"…
10 …<FixedPointParameter Name="FP8_Q7.0" Size="8" Integral="7" Fractional="0" Mapping="Binary:FP8_7.0"…
11 …<FixedPointParameter Name="FP8_Q3.4" Size="8" Integral="3" Fractional="4" Mapping="Binary:FP8_3.4"…
12 …<FixedPointParameter Name="FP16_Q0.15" Size="16" Integral="0" Fractional="15" Mapping="Binary:FP16…
13 …<FixedPointParameter Name="FP16_Q15.0" Size="16" Integral="15" Fractional="0" Mapping="Binary:FP16…
14 …<FixedPointParameter Name="FP16_Q7.8" Size="16" Integral="7" Fractional="8" Mapping="Binary:FP16_7…
15 …<FixedPointParameter Name="FP32_Q0.31" Size="32" Integral="0" Fractional="31" Mapping="Binary:FP32…
16 …<FixedPointParameter Name="FP32_Q31.0" Size="32" Integral="31" Fractional="0" Mapping="Binary:FP32…
17 …<FixedPointParameter Name="FP32_Q15.16" Size="32" Integral="15" Fractional="16" Mapping="Binary:FP…
[all …]
/external/clang/test/SemaCXX/
Dnullptr_in_arithmetic_ops.cpp7 a = 0 ? nullptr + a : a + nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
8 a = 0 ? nullptr - a : a - nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
9 a = 0 ? nullptr / a : a / nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
10 a = 0 ? nullptr * a : a * nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
11 a = 0 ? nullptr >> a : a >> nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
12 a = 0 ? nullptr << a : a << nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
13 a = 0 ? nullptr % a : a % nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
14 a = 0 ? nullptr & a : a & nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
15 a = 0 ? nullptr | a : a | nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
16 a = 0 ? nullptr ^ a : a ^ nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
[all …]
/external/python/cpython2/
D.gitattributes1 # Binary data types
2 *.aif binary
3 *.aifc binary
4 *.aiff binary
5 *.au binary
6 *.bmp binary
7 *.db binary
8 *.exe binary
9 *.icns binary
10 *.gif binary
[all …]
/external/python/cpython3/
D.gitattributes1 # Binary data types
2 *.aif binary
3 *.aifc binary
4 *.aiff binary
5 *.au binary
6 *.bmp binary
7 *.exe binary
8 *.icns binary
9 *.gif binary
10 *.ico binary
[all …]
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py51 def symbolize(self, addr, binary, offset): argument
52 """Symbolize the given address (pair of binary and offset).
57 binary: path to executable/shared object containing this instruction.
58 offset: instruction offset in the @binary.
95 def symbolize(self, addr, binary, offset): argument
101 symbolizer_input = '"%s" %s' % (binary, offset)
134 def __init__(self, binary): argument
136 self.binary = binary
147 cmd += ['-e', self.binary]
153 def symbolize(self, addr, binary, offset): argument
[all …]
/external/syzkaller/pkg/db/
Ddb.go15 "encoding/binary"
143 binary.Write(w, binary.LittleEndian, dbMagic)
144 binary.Write(w, binary.LittleEndian, curVersion)
145 binary.Write(w, binary.LittleEndian, version)
149 binary.Write(w, binary.LittleEndian, recMagic)
150 binary.Write(w, binary.LittleEndian, uint32(len(key)))
152 binary.Write(w, binary.LittleEndian, seq)
160 binary.Write(w, binary.LittleEndian, uint32(len(val)))
163 binary.Write(w, binary.LittleEndian, uint32(0))
173binary.Write(bytes.NewBuffer(w.Bytes()[lenPos:lenPos:lenPos+8]), binary.LittleEndian, uint32(len(w…
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DBinaryTagTest.java23 * @see <a href="http://yaml.org/type/binary.html"></a>
33 byte[] binary = (byte[]) getMapValue("canonical: !!binary " + content, "canonical"); in testBinary()
34 assertEquals((byte) 'G', binary[0]); in testBinary()
35 assertEquals((byte) 'I', binary[1]); in testBinary()
36 assertEquals((byte) 'F', binary[2]); in testBinary()
37 assertEquals((byte) '8', binary[3]); in testBinary()
38 assertEquals((byte) '9', binary[4]); in testBinary()
42 byte[] binary = (byte[]) load("!!binary \"MQ==\""); in testBinary2()
43 assertEquals(1, binary.length); in testBinary2()
44 assertEquals((byte) '1', binary[0]); in testBinary2()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/
D.gitattributes1 # binary files
2 test/Object/Inputs/*.a-* binary
3 test/tools/dsymutil/Inputs/*.o binary
4 test/tools/dsymutil/Inputs/*.a binary
5 test/tools/dsymutil/Inputs/*.i386 binary
6 test/tools/dsymutil/Inputs/*.x86_64 binary
7 test/tools/dsymutil/Inputs/*.armv7m binary
8 test/tools/dsymutil/Inputs/*.dylib binary
9 test/tools/llvm-ar/Inputs/*.lib binary
10 test/tools/llvm-objdump/Inputs/*.a binary
[all …]
/external/python/cpython3/Mac/Tools/
Dplistlib_generate_testdata.py73binary gunk>\x00\x01\x02\x03<lots of binary gunk>\x00\x01\x02\x03<lots of binary gunk>\x00\x01\x02…
76 pl[nsstr('someData')] = b'<binary gunk>'
78binary gunk>\x00\x01\x02\x03<lots of binary gunk>\x00\x01\x02\x03<lots of binary gunk>\x00\x01\x02…
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java44 * <p>Binary property Alphabetic.
52 * First constant for binary Unicode properties.
57 * Binary property ASCII_Hex_Digit (0-9 A-F a-f).
62 * <p>Binary property Bidi_Control.
68 * <p>Binary property Bidi_Mirrored.
76 * <p>Binary property Dash.
82 * <p>Binary property Default_Ignorable_Code_Point (new).
92 * <p>Binary property Deprecated (new).
98 * <p>Binary property Diacritic.
105 * <p>Binary property Extender.
[all …]
/external/python/cpython2/Doc/library/
Dbinascii.rst2 :mod:`binascii` --- Convert between binary and ASCII
6 :synopsis: Tools for converting between binary and various ASCII-encoded binary
16 binary and various ASCII-encoded binary representations. Normally, you will not
27 Convert a single line of uuencoded data back to binary and return the binary
28 data. Lines normally contain 45 (binary) bytes, except for the last line. Line
34 Convert binary data to a line of ASCII characters, the return value is the
41 Convert a block of base64 data back to binary and return the binary data. More
47 Convert binary data to a line of ASCII characters in base64 coding. The return
56 Convert a block of quoted-printable data back to binary and return the binary
63 Convert binary data to a line(s) of ASCII characters in quoted-printable
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java43 * <p>Binary property Alphabetic.
52 * First constant for binary Unicode properties.
58 * Binary property ASCII_Hex_Digit (0-9 A-F a-f).
64 * <p>Binary property Bidi_Control.
72 * <p>Binary property Bidi_Mirrored.
81 * <p>Binary property Dash.
88 * <p>Binary property Default_Ignorable_Code_Point (new).
99 * <p>Binary property Deprecated (new).
106 * <p>Binary property Diacritic.
114 * <p>Binary property Extender.
[all …]

12345678910>>...390