Home
last modified time | relevance | path

Searched +full:- +full:- +full:binary (Results 1 – 25 of 1275) sorted by relevance

12345678910>>...51

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp1 //===-- ARM/ARMCodeEmitter.cpp - Convert ARM code to machine code ---------===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
74 /// getBinaryCodeForInstr - This function, generated by the
75 /// 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
246 // {17-13} = reg in getAddrModeImm12OpValue()
248 // {11-0} = imm12 in getAddrModeImm12OpValue()
[all …]
/external/mesa3d/src/amd/common/
Dac_binary.c40 struct ac_shader_binary *binary) in parse_symbol_table() argument
45 symbol_table_header->sh_size / symbol_table_header->sh_entsize; in parse_symbol_table()
51 * I don't think it is worth the cost of pre-computing the number in parse_symbol_table()
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()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/
Dc_interface_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
17 #include "spirv-tools/libspirv.h"
39 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
[all …]
Dcpp_interface_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
21 #include "spirv-tools/optimizer.hpp"
39 // When we assemble with a target environment of SPIR-V 1.1, we expect
47 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()
[all …]
/external/deqp-deps/SPIRV-Tools/test/
Dc_interface_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
17 #include "spirv-tools/libspirv.h"
39 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
[all …]
Dcpp_interface_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
21 #include "spirv-tools/optimizer.hpp"
39 // When we assemble with a target environment of SPIR-V 1.1, we expect
47 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()
[all …]
/external/clang/test/SemaCXX/
Dnullptr_in_arithmetic_ops.cpp1 // RUN: %clang_cc1 -fsyntax-only -Wno-tautological-pointer-compare -fblocks -std=c++11 -verify %s
7 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()
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/configuration/Structure/Test/
DTestSubsystem.xml.in1 <?xml version="1.0" encoding="UTF-8"?>
6 <!-- Tested Booleans -->
7 <BooleanParameter Name="BOOL" Mapping="Binary:BOOL"/>
8 <!-- Tested FixedPoints -->
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…
[all …]
/external/swiftshader/third_party/LLVM/test/MC/MBlaze/
Dmblaze_operands.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
8 # 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
[all …]
Dmblaze_branch.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
3 # Test to make sure that all of the TYPE-A instructions supported by
7 # 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
[all …]
Dmblaze_imm.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
3 # In the microblaze instruction set, any TYPE-B instruction with a
4 # signed immediate value requiring more than 16-bits must be prefixed
5 # with an IMM instruction that contains the high 16-bits. The higher
6 # 16-bits are then combined with the lower 16-bits in the original
7 # instruction to form a 32-bit immediate value.
15 # BINARY: 001000 00000 00000 0000000000000000
20 # BINARY: 001000 00000 00000 0000000000000001
25 # BINARY: 001000 00000 00000 0000000000000010
30 # BINARY: 001000 00000 00000 0000000000000100
[all …]
Dmblaze_special.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
7 # 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
[all …]
Dmblaze_typea.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
3 # Test to make sure that all of the TYPE-A instructions supported by
7 # 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
[all …]
Dmblaze_memory.s1 # RUN: llvm-mc -triple mblaze-unknown-unknown -show-encoding %s | FileCheck %s
3 # Test to make sure that all of the TYPE-A instructions supported by
7 # 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
[all …]
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py2 #===- lib/asan/scripts/asan_symbolize.py -----------------------------------===#
9 #===------------------------------------------------------------------------===#
33 file_name = re.sub('.*asan_[a-z_]*.cc:[0-9]*', '_asan_rtl_', file_name)
51 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.
78 '--use-symbol-table=true',
79 '--demangle=%s' % demangle,
80 '--functions=linkage',
[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/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/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java6 * Copyright (C) 1996-2016, International Business Machines Corporation and
32 // public data member --------------------------------------------------
41 public static final int UNDEFINED = -1;
44 * <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).
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DBinary.cpp1 //===- Binary.cpp - A generic binary file ---------------------------------===//
8 //===----------------------------------------------------------------------===//
10 // This file defines the Binary class.
12 //===----------------------------------------------------------------------===//
14 #include "llvm/Object/Binary.h"
34 Binary::~Binary() = default;
36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary
39 StringRef Binary::getData() const { return Data.getBuffer(); } in getData()
41 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } in getFileName()
43 MemoryBufferRef Binary::getMemoryBufferRef() const { return Data; } in getMemoryBufferRef()
[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/deqp-deps/SPIRV-Tools/test/opt/
Doptimizer_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
19 #include "spirv-tools/libspirv.hpp"
20 #include "spirv-tools/optimizer.hpp"
73 std::vector<uint32_t> binary; in TEST() local
74 tools.Assemble("OpName %foo \"foo\"\n%foo = OpTypeVoid", &binary); in TEST()
78 opt.Run(binary.data(), binary.size(), &binary); // This is the key. in TEST()
81 tools.Disassemble(binary.data(), binary.size(), &disassembly); in TEST()
87 std::vector<uint32_t> binary; in TEST() local
88 tools.Assemble(Header() + "OpName %foo \"foo\"\n%foo = OpTypeVoid", &binary); in TEST()
92 auto orig_size = binary.size(); in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Doptimizer_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
19 #include "spirv-tools/libspirv.hpp"
20 #include "spirv-tools/optimizer.hpp"
73 std::vector<uint32_t> binary; in TEST() local
74 tools.Assemble("OpName %foo \"foo\"\n%foo = OpTypeVoid", &binary); in TEST()
78 opt.Run(binary.data(), binary.size(), &binary); // This is the key. in TEST()
81 tools.Disassemble(binary.data(), binary.size(), &disassembly); in TEST()
87 std::vector<uint32_t> binary; in TEST() local
88 tools.Assemble(Header() + "OpName %foo \"foo\"\n%foo = OpTypeVoid", &binary); in TEST()
92 auto orig_size = binary.size(); in TEST()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java5 * Copyright (C) 1996-2016, International Business Machines Corporation and
32 // public data member --------------------------------------------------
40 public static final int UNDEFINED = -1;
43 * <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).
[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
19 low-level functions written in C for greater speed that are used by the
20 higher-level modules.
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
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
DBinaryTagTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
23 * @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()
[all …]

12345678910>>...51