Home
last modified time | relevance | path

Searched refs:binary (Results 226 - 250 of 1288) sorted by relevance

12345678910>>...52

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dhoist_without_preheader.cpp32 --eliminate-local-multi-store has also been run on the spv binary
188 std::vector<uint32_t> binary; in TEST_F() local
189 context->module()->ToBinary(&binary, false); in TEST_F()
192 tools_.Disassemble(binary, &optimized_asm); in TEST_F()
/third_party/spirv-tools/source/reduce/
H A Dreduction_pass.cpp25 const std::vector<uint32_t>& binary, uint32_t target_function) { in TryApplyReduction()
27 // end up in binary form to be passed on to SPIR-V-consuming tools, and (b) in TryApplyReduction()
30 // backtrack; re-parsing from binary provides a very clean way of cloning the in TryApplyReduction()
33 BuildModule(target_env_, consumer_, binary.data(), binary.size()); in TryApplyReduction()
24 TryApplyReduction( const std::vector<uint32_t>& binary, uint32_t target_function) TryApplyReduction() argument
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dhoist_without_preheader.cpp32 --eliminate-local-multi-store has also been run on the spv binary
188 std::vector<uint32_t> binary; in TEST_F() local
189 context->module()->ToBinary(&binary, false); in TEST_F()
192 tools_.Disassemble(binary, &optimized_asm); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dexpect.py131 """Provides methods for verifying preamble for a SPIR-V binary."""
133 def verify_binary_length_and_header(self, binary, spv_version=0x10000):
134 """Checks that the given SPIR-V binary has valid length and header.
140 binary: a bytes object containing the SPIR-V binary
145 def read_word(binary, index, little_endian):
146 """Reads the index-th word from the given binary file."""
147 word = binary[index * 4:(index + 1) * 4]
152 def check_endianness(binary):
153 """Checks the endianness of the given SPIR-V binary
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dexpect.py131 """Provides methods for verifying preamble for a SPIR-V binary."""
133 def verify_binary_length_and_header(self, binary, spv_version=0x10000):
134 """Checks that the given SPIR-V binary has valid length and header.
140 binary: a bytes object containing the SPIR-V binary
145 def read_word(binary, index, little_endian):
146 """Reads the index-th word from the given binary file."""
147 word = binary[index * 4:(index + 1) * 4]
152 def check_endianness(binary):
153 """Checks the endianness of the given SPIR-V binary
[all...]
/third_party/spirv-tools/test/tools/
H A Dexpect.py131 """Provides methods for verifying preamble for a SPIR-V binary."""
133 def verify_binary_length_and_header(self, binary, spv_version=0x10000):
134 """Checks that the given SPIR-V binary has valid length and header.
140 binary: a bytes object containing the SPIR-V binary
145 def read_word(binary, index, little_endian):
146 """Reads the index-th word from the given binary file."""
147 word = binary[index * 4:(index + 1) * 4]
152 def check_endianness(binary):
153 """Checks the endianness of the given SPIR-V binary
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp96 TIntermBinary *binary = lvalue->getAsBinaryNode(); in build() local
97 ASSERT(binary); in build()
99 TOperator op = binary->getOp(); in build()
102 const TVariable *var = build(binary->getLeft()); in build()
106 int fieldIndex = binary->getRight()->getAsConstantUnion()->getIConst(0); in build()
141 // The assignment is either a unary or a binary node, and the lvalue is always the first child. in GetAssignmentAccessChain()
160 TIntermBinary *binary = node->getAsBinaryNode(); in TraverseIndexNodesOnly() local
161 ASSERT(binary); in TraverseIndexNodesOnly()
163 TOperator op = binary->getOp(); in TraverseIndexNodesOnly()
168 binary in TraverseIndexNodesOnly()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/raw/raw_1.0/
H A Dia_css_raw.host.c118 const struct ia_css_binary *binary, in ia_css_raw_configure()
124 u8 enable_left_padding = (uint8_t)((binary->left_padding) ? 1 : 0); in ia_css_raw_configure()
131 config.stream_format = binary->input_format; in ia_css_raw_configure()
135 ia_css_configure_raw(binary, &config); in ia_css_raw_configure()
116 ia_css_raw_configure( const struct sh_css_sp_pipeline *pipe, const struct ia_css_binary *binary, const struct ia_css_frame_info *in_info, const struct ia_css_frame_info *internal_info, bool two_ppc, bool deinterleaved) ia_css_raw_configure() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/raw/raw_1.0/
H A Dia_css_raw.host.c112 const struct ia_css_binary *binary, in ia_css_raw_configure()
118 u8 enable_left_padding = (uint8_t)((binary->left_padding) ? 1 : 0); in ia_css_raw_configure()
125 config.stream_format = binary->input_format; in ia_css_raw_configure()
129 return ia_css_configure_raw(binary, &config); in ia_css_raw_configure()
111 ia_css_raw_configure(const struct sh_css_sp_pipeline *pipe, const struct ia_css_binary *binary, const struct ia_css_frame_info *in_info, const struct ia_css_frame_info *internal_info, bool two_ppc, bool deinterleaved) ia_css_raw_configure() argument
/third_party/astc-encoder/Test/
H A Dastc_size_binary.py20 utility to view binary section sizes, and optionally compare the section sizes
25 A typical report comparing the size of a new binary against a reference looks
45 def run_size_linux(binary):
47 Run size on a single binary.
50 binary (str): The path of the binary file to process.
59 args = ["size", "--format=sysv", binary]
76 def run_size_macos(binary):
78 Run size on a single binary.
81 binary (st
[all...]
/third_party/spirv-tools/test/diff/
H A Ddiff_test.cpp40 std::vector<uint32_t> binary; in Assemble() local
41 if (!t.Assemble(spirv, &binary, in Assemble()
47 binary.data(), binary.size()); in Assemble()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksProtocol.hpp44 vector<u8> binary; member
49 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(status, binary); } in Serialize()
125 vector<u8> binary; member
129 void Serialize (Serializer<TYPE>& archive) { archive.Serialize(status, binary); } in Serialize()
/third_party/python/Python/
H A Dtraceback.c305 PyObject *binary; in _Py_FindSourceFile() local
366 binary = _PyObject_CallMethodFormat(tstate, open, "ss", namebuf, "rb"); in _Py_FindSourceFile()
367 if (binary != NULL) { in _Py_FindSourceFile()
368 result = binary; in _Py_FindSourceFile()
429 PyObject *binary; in display_source_line_with_margin() local
455 binary = _PyObject_CallMethod(io, &_Py_ID(open), "Os", filename, "rb"); in display_source_line_with_margin()
456 if (binary == NULL) { in display_source_line_with_margin()
459 binary = _Py_FindSourceFile(filename, buf, sizeof(buf), io); in display_source_line_with_margin()
460 if (binary == NULL) { in display_source_line_with_margin()
467 fd = PyObject_AsFileDescriptor(binary); in display_source_line_with_margin()
[all...]
/third_party/ffmpeg/libavutil/tests/
H A Dopt.c45 void *binary; member
85 {"bin", "set binary value", OFFSET(binary), AV_OPT_TYPE_BINARY, { .str="62696e00" }, 0, 0, 1 },
86 {"bin1", "set binary value", OFFSET(binary1), AV_OPT_TYPE_BINARY, { .str=NULL }, 0, 0, 1 },
87 {"bin2", "set binary value", OFFSET(binary2), AV_OPT_TYPE_BINARY, { .str="" }, 0, 0, 1 },
142 if (test_ctx.binary) in main()
143 printf("binary=%x %x %x %x\n", ((uint8_t*)test_ctx.binary)[0], ((uint8_t*)test_ctx.binary)[1], ((uint8_t*)test_ctx.binary)[ in main()
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcmdline.c147 struct util_dynarray binary; in compile_shader() local
149 util_dynarray_init(&binary, NULL); in compile_shader()
200 util_dynarray_clear(&binary); in compile_shader()
201 bifrost_compile_shader_nir(nir[i], &inputs, &binary, &info); in compile_shader()
207 fwrite(binary.data, 1, binary.size, fp); in compile_shader()
212 util_dynarray_fini(&binary); in compile_shader()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp63 using clover::binary;
399 binary
417 return build_module_library(*mod, binary::section::text_intermediate); in compile_program()
431 // When there is no "main" function in a binary, the internalize pass will in optimize()
432 // treat the binary like a library, and it won't internalize any functions. in optimize()
434 // the internalizer pass that this binary is not a library by passing a in optimize()
458 const std::vector<binary> &binaries, std::string &r_log) { in link()
471 binary
472 clover::llvm::link_program(const std::vector<binary> &binaries, in link_program()
493 return build_module_library(*mod, binary in link_program()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DinvalidBinaryIntegerLiteralAndOctalIntegerLiteral.js3 var binary = 0b21010; variable
10 var binary = 0; variable
/third_party/musl/src/crypt/
H A Dcrypt_blowfish.c21 * Redistribution and use in source and binary forms, with or without
614 } binary; in BF_crypt() member
631 if (count < min || BF_decode(data.binary.salt, &setting[7], 16)) { in BF_crypt()
634 BF_swap(data.binary.salt, 4); in BF_crypt()
646 L ^ data.binary.salt[0], R ^ data.binary.salt[1], in BF_crypt()
655 L ^ data.binary.salt[2], R ^ data.binary.salt[3], in BF_crypt()
683 tmp1 = data.binary.salt[0]; in BF_crypt()
684 tmp2 = data.binary in BF_crypt()
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_str.h26 * API for handling strings and binary data
31 * Note: string and binary use equivalent objects.
32 * string is likely to contain readable textual information, binary will not.
54 * CoAP binary data definition
57 size_t length; /**< length of binary data */
58 uint8_t *s; /**< binary data */
62 * CoAP binary data definition with const data
65 size_t length; /**< length of binary data */
66 const uint8_t *s; /**< read-only binary data */
94 * @param size The size to allocate for the binary strin
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
H A Dgen_mtl_internal_shaders.py56 binary = 'clang-cl.exe'
58 binary = 'clang++'
61 'Release+Asserts', 'bin', binary)
/third_party/python/PCbuild/
H A Dget_external.py12 def fetch_zip(commit_hash, zip_dir, *, org='python', binary=False, verbose):
13 repo = f'cpython-{"bin" if binary else "source"}-deps'
36 p.add_argument('-b', '--binary', action='store_true',
37 help='Is the dependency in the binary repo?')
54 binary=args.binary,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_file_package_test.cpp100 ifstream file1(path1 + fileIter1->fileName, ios::out | ios::binary); in ComparePath()
102 ifstream file2(path2 + fileIter2->fileName, ios::out | ios::binary); in ComparePath()
137 ofstream file1(g_sourcePath + FILE_NAME_1, ios::out | ios::binary | ios::trunc); in SetUpTestCase()
141 ofstream file2(g_sourcePath + FILE_NAME_2, ios::out | ios::binary | ios::trunc); in SetUpTestCase()
238 ofstream file1(g_sourcePath + FILE_NAME_1, ios::out | ios::binary | ios::trunc); in HWTEST_F()
242 ofstream file2(g_sourcePath + FILE_NAME_2, ios::out | ios::binary | ios::trunc); in HWTEST_F()
292 fstream file(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, ios::in | ios::out | ios::binary); in HWTEST_F()
315 ifstream fileIn(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, ios::in | ios::binary); in HWTEST_F()
325 ofstream fileOut(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, ios::out | ios::binary | ios::trunc); in HWTEST_F()
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c18 dev_dbg(dev, "found firmware binary type %i size %i name %s\n", in imgu_css_fw_show_binary()
98 if (css->binary) { in imgu_css_fw_cleanup()
102 imgu_dmamap_free(imgu, &css->binary[i]); in imgu_css_fw_cleanup()
103 kfree(css->binary); in imgu_css_fw_cleanup()
108 css->binary = NULL; in imgu_css_fw_cleanup()
235 css->binary = kcalloc(binary_nr, sizeof(*css->binary), GFP_KERNEL); in imgu_css_fw_init()
236 if (!css->binary) { in imgu_css_fw_init()
246 if (!imgu_dmamap_alloc(imgu, &css->binary[i], size)) { in imgu_css_fw_init()
250 memcpy(css->binary[ in imgu_css_fw_init()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-css-fw.c18 dev_dbg(dev, "found firmware binary type %i size %i name %s\n", in imgu_css_fw_show_binary()
98 if (css->binary) { in imgu_css_fw_cleanup()
102 imgu_dmamap_free(imgu, &css->binary[i]); in imgu_css_fw_cleanup()
103 kfree(css->binary); in imgu_css_fw_cleanup()
108 css->binary = NULL; in imgu_css_fw_cleanup()
237 css->binary = kcalloc(binary_nr, sizeof(*css->binary), GFP_KERNEL); in imgu_css_fw_init()
238 if (!css->binary) { in imgu_css_fw_init()
248 if (!imgu_dmamap_alloc(imgu, &css->binary[i], size)) { in imgu_css_fw_init()
252 memcpy(css->binary[ in imgu_css_fw_init()
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmemory.c105 // Load binary. in main()
106 printf("Loading binary...\n"); in main()
115 wasm_byte_vec_t binary; in main() local
116 wasm_byte_vec_new_uninitialized(&binary, file_size); in main()
117 if (fread(binary.data, file_size, 1, file) != 1) { in main()
125 own wasm_module_t* module = wasm_module_new(store, &binary); in main()
131 wasm_byte_vec_delete(&binary); in main()

Completed in 12 milliseconds

12345678910>>...52