Home
last modified time | relevance | path

Searched refs:binary (Results 351 - 375 of 1198) sorted by relevance

1...<<11121314151617181920>>...48

/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
H A Dlibspirv.h105 // Some operand types are "concrete". The binary parser uses a concrete
117 // NOTE: Although we don't promise binary compatibility, as a courtesy, please
189 // the assembler and the binary parser.
198 // binary form. Instead of using enum ranges, use characteristic function
201 // new values into a range without also breaking binary compatibility.
322 // This determines at a high level the kind of a binary-encoded literal
336 // Numeric IDs in the binary will have the same values as in the source.
368 // Information about an operand parsed from a binary SPIR-V module.
369 // Note that the values are not included. You still need access to the binary
386 // An instruction parsed from a binary SPI
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
H A Dlibspirv.h105 // Some operand types are "concrete". The binary parser uses a concrete
117 // NOTE: Although we don't promise binary compatibility, as a courtesy, please
189 // the assembler and the binary parser.
198 // binary form. Instead of using enum ranges, use characteristic function
201 // new values into a range without also breaking binary compatibility.
322 // This determines at a high level the kind of a binary-encoded literal
336 // Numeric IDs in the binary will have the same values as in the source.
368 // Information about an operand parsed from a binary SPIR-V module.
369 // Note that the values are not included. You still need access to the binary
386 // An instruction parsed from a binary SPI
[all...]
/base/update/updater/test/fuzztest/applypatch_fuzzer/
H A Dapplypatch_fuzzer.cpp35 ofs.open(filePath, std::ios::app | std::ios::binary); in WriteDataToFile()
37 ofs.open(filePath, std::ios::ate | std::ios::binary); in WriteDataToFile()
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H A DMakefile37 LDFLAGS_piggy.o := -r --format binary --oformat elf32-h8300-linux -T
38 OBJCOPYFLAGS := -O binary
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/
H A Dia_css_fpn.host.c72 const struct ia_css_binary *binary, in ia_css_fpn_configure()
88 ia_css_configure_fpn(binary, &config); in ia_css_fpn_configure()
71 ia_css_fpn_configure( const struct ia_css_binary *binary, const struct ia_css_frame_info *info) ia_css_fpn_configure() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ref/ref_1.0/
H A Dia_css_ref.host.c60 const struct ia_css_binary *binary, in ia_css_ref_configure()
70 ia_css_configure_ref(binary, &config); in ia_css_ref_configure()
59 ia_css_ref_configure( const struct ia_css_binary *binary, const struct ia_css_frame * const *ref_frames, const uint32_t dvs_frame_delay) ia_css_ref_configure() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
H A Dia_css_tnr.host.c98 const struct ia_css_binary *binary, in ia_css_tnr_configure()
107 ia_css_configure_tnr(binary, &config); in ia_css_tnr_configure()
97 ia_css_tnr_configure( const struct ia_css_binary *binary, const struct ia_css_frame * const *frames) ia_css_tnr_configure() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h28 struct ia_css_binary *binary; /* built-in binary */ member
30 const struct ia_css_fw_info *firmware; /* acceleration binary */
73 struct ia_css_binary *binary; member
159 * The stage consists of an ISP binary or firmware and input and output
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/fpn/fpn_1.0/
H A Dia_css_fpn.host.c74 int ia_css_fpn_configure(const struct ia_css_binary *binary, in ia_css_fpn_configure() argument
90 return ia_css_configure_fpn(binary, &config); in ia_css_fpn_configure()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ref/ref_1.0/
H A Dia_css_ref.host.c62 int ia_css_ref_configure(const struct ia_css_binary *binary, in ia_css_ref_configure() argument
74 return ia_css_configure_ref(binary, &config); in ia_css_ref_configure()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
H A Dia_css_tnr.host.c99 int ia_css_tnr_configure(const struct ia_css_binary *binary, in ia_css_tnr_configure() argument
108 return ia_css_configure_tnr(binary, &config); in ia_css_tnr_configure()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/pipeline/interface/
H A Dia_css_pipeline.h28 struct ia_css_binary *binary; /* built-in binary */ member
30 const struct ia_css_fw_info *firmware; /* acceleration binary */
71 struct ia_css_binary *binary; member
157 * The stage consists of an ISP binary or firmware and input and output
/third_party/mesa3d/src/util/
H A Dxxd.py36 parser.add_argument("-b", "--binary", dest='binary', action='store_const',
73 if not args.binary:
81 if not args.binary:
/third_party/ltp/testcases/network/rpc/rpc-tirpc/
H A Drpc_test.sh29 -c clprog client program binary
30 -s sprog server program binary
/third_party/protobuf/examples/
H A Dadd_person.cc77 fstream input(argv[1], ios::in | ios::binary); in main()
91 fstream output(argv[1], ios::out | ios::trunc | ios::binary); in main()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzz_test_util.h36 // Assembles the given text and returns true if and only if the resulting binary
37 // is bit-wise equal to the given binary.
41 // Assembles the given text and turns the given IR into binary, then returns
51 // Turns |ir_2| into a binary, then returns true if and only if the resulting
52 // binary is bit-wise equal to |binary_1|.
60 // Returns the disassembly of the given binary as a string.
62 std::string ToString(spv_target_env env, const std::vector<uint32_t>& binary);
76 // Dumps |binary| to file |filename|. Useful for interactive debugging.
77 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
79 // Dumps |transformations| to file |filename| in binary forma
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzz_test_util.h36 // Assembles the given text and returns true if and only if the resulting binary
37 // is bit-wise equal to the given binary.
41 // Assembles the given text and turns the given IR into binary, then returns
51 // Turns |ir_2| into a binary, then returns true if and only if the resulting
52 // binary is bit-wise equal to |binary_1|.
60 // Returns the disassembly of the given binary as a string.
62 std::string ToString(spv_target_env env, const std::vector<uint32_t>& binary);
76 // Dumps |binary| to file |filename|. Useful for interactive debugging.
77 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
79 // Dumps |transformations| to file |filename| in binary forma
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dfuzz_test_util.h36 // Assembles the given text and returns true if and only if the resulting binary
37 // is bit-wise equal to the given binary.
41 // Assembles the given text and turns the given IR into binary, then returns
51 // Turns |ir_2| into a binary, then returns true if and only if the resulting
52 // binary is bit-wise equal to |binary_1|.
60 // Returns the disassembly of the given binary as a string.
62 std::string ToString(spv_target_env env, const std::vector<uint32_t>& binary);
76 // Dumps |binary| to file |filename|. Useful for interactive debugging.
77 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
79 // Dumps |transformations| to file |filename| in binary forma
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dsh_css.c143 * sustain power-down: MMU base, IRQ type, env for routines, binary loaded FW
398 * by the copy binary given the stream format.
481 struct ia_css_binary *binary = NULL; in sh_css_config_input_network() local
491 binary = pipe->pipeline.stages->binary; in sh_css_config_input_network()
503 if ((binary && (binary->online || stream->config.continuous)) || in sh_css_config_input_network()
506 binary); in sh_css_config_input_network()
961 struct ia_css_binary *binary, in sh_css_translate_binary_info_to_input_system_output_port_attr()
964 if (!binary) in sh_css_translate_binary_info_to_input_system_output_port_attr()
960 sh_css_translate_binary_info_to_input_system_output_port_attr( struct ia_css_binary *binary, ia_css_isys_descr_t *isys_stream_descr) sh_css_translate_binary_info_to_input_system_output_port_attr() argument
982 struct ia_css_binary *binary = NULL; sh_css_config_input_network() local
1188 start_binary(struct ia_css_pipe *pipe, struct ia_css_binary *binary) start_binary() argument
2659 ia_css_binary_unload(struct ia_css_binary *binary) ia_css_binary_unload() argument
2697 add_firmwares( struct ia_css_pipeline *me, struct ia_css_binary *binary, const struct ia_css_fw_info *fw, const struct ia_css_fw_info *last_fw, unsigned int binary_mode, struct ia_css_frame *in_frame, struct ia_css_frame *out_frame, struct ia_css_frame *vf_frame, struct ia_css_pipeline_stage **my_stage, struct ia_css_pipeline_stage **vf_stage) add_firmwares() argument
4531 struct ia_css_binary *binary = NULL; sh_css_pipe_get_shading_info() local
4566 struct ia_css_binary *binary = NULL; sh_css_pipe_get_grid_info() local
8827 struct ia_css_binary *binary = NULL; ia_css_pipe_get_shading_correction_binary() local
8873 struct ia_css_binary *binary = NULL; ia_css_pipe_get_s3a_binary() local
8921 struct ia_css_binary *binary = NULL; ia_css_pipe_get_sdis_binary() local
[all...]
/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Daes_common.cpp100 ofstream outfile(fileName, ios::out|ios::binary|ios::app); in GeneratorFile()
120 infile1.open("/data/test_aes.txt", ios::in|ios::binary); in CompareFileContent()
125 infile2.open("/data/test_aes_new.txt", ios::in|ios::binary); in CompareFileContent()
153 infile.open("/data/test_aes.txt", ios::in|ios::binary); in AesMultiBlockEncrypt()
158 outfile.open("/data/test_aes_enc.txt", ios::out|ios::binary); in AesMultiBlockEncrypt()
207 infile.open("/data/test_aes_enc.txt", ios::in|ios::binary); in AesMultiBlockDecrypt()
212 outfile.open("/data/test_aes_new.txt", ios::out|ios::binary); in AesMultiBlockDecrypt()
/third_party/json/include/nlohmann/detail/
H A Djson_pointer.hpp324 case detail::value_t::binary: in get_and_create()
405 case detail::value_t::binary: in get_unchecked()
456 case detail::value_t::binary: in get_checked()
512 case detail::value_t::binary: in get_unchecked()
563 case detail::value_t::binary: in get_checked()
642 case detail::value_t::binary: in contains()
784 case detail::value_t::binary: in flatten()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dprogram.cpp146 std::vector<std::pair<cl_int, binary>> result = map( in clCreateProgramWithBinary()
147 [](const unsigned char *p, size_t l) -> std::pair<cl_int, binary> { in clCreateProgramWithBinary()
155 return { CL_SUCCESS, binary::deserialize(s) }; in clCreateProgramWithBinary()
192 // the context. That is the version used for validating the SPIR-V binary. in CreateProgramWithILKHR()
200 std::string binary(stream, stream + length); in CreateProgramWithILKHR()
201 const enum program::il_type il_type = identify_and_validate_il(binary, in CreateProgramWithILKHR()
210 return new program(ctx, std::move(binary), il_type); in CreateProgramWithILKHR()
288 // with clCreateProgramWithBinary, then the program binary must be an in clBuildProgram()
289 // executable binary (not a compiled binary o in clBuildProgram()
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue.c104 * \brief Converts a Rogue shader to binary.
113 struct rogue_shader_binary *binary; in rogue_to_binary() local
132 binary = rzalloc_size(ctx, sizeof(*binary) + buf_size); in rogue_to_binary()
133 if (!binary) { in rogue_to_binary()
138 binary->size = buf_size; in rogue_to_binary()
139 memcpy(binary->data, buf, buf_size); in rogue_to_binary()
143 return binary; in rogue_to_binary()
781 /* nir/rogue/binary shaders need to be default-zeroed; in rogue_create_build_context()
/third_party/node/tools/gyp/pylib/gyp/
H A Dmac_tool.py77 """Compiles a XIB file with ibtool into a binary plist in the bundle."""
292 # Find the name of the binary based on the part before the ".framework".
293 binary = os.path.basename(framework).split(".")[0]
303 "}\n" % (binary, binary)
312 # Find the name of the binary based on the part before the ".framework".
313 binary = os.path.basename(framework).split(".")[0]
319 if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)):
332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary)
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py77 """Compiles a XIB file with ibtool into a binary plist in the bundle."""
292 # Find the name of the binary based on the part before the ".framework".
293 binary = os.path.basename(framework).split(".")[0]
303 "}\n" % (binary, binary)
312 # Find the name of the binary based on the part before the ".framework".
313 binary = os.path.basename(framework).split(".")[0]
319 if not os.path.exists(os.path.join(framework, VERSIONS, version, binary)):
332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary)
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...48