Home
last modified time | relevance | path

Searched refs:binary (Results 401 - 425 of 1088) sorted by relevance

1...<<11121314151617181920>>...44

/third_party/json/include/nlohmann/detail/input/
H A Djson_sax.hpp83 @brief a binary value was read
84 @param[in] val binary value
86 @note It is safe to move the passed binary value.
88 virtual bool binary(binary_t& val) = 0;
94 @note binary formats may report the number of elements
116 @note binary formats may report the number of elements
223 bool binary(binary_t& val) in binary() function in detail::json_sax_dom_parser
407 bool binary(binary_t& val) in binary() function in detail::json_sax_dom_callback_parser
691 bool binary(binary_t& /*unused*/) in binary() function in detail::json_sax_acceptor
/third_party/pulseaudio/src/pulsecore/
H A Dlog.c298 char binary[256]; in init_defaults() local
299 if (pa_get_binary_name(binary, sizeof(binary))) in init_defaults()
300 pa_log_set_ident(binary); in init_defaults()
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToXml.cpp112 std::ifstream in (filename, std::ios_base::binary); in parseBatchResult()
203 std::ofstream out (dstFileName, std::ios_base::binary); in batchResultToSingleXmlFile()
260 std::ofstream out (casePath.getPath(), std::ofstream::binary|std::ofstream::trunc); in testCaseResultComplete()
368 std::ofstream out (indexPath.getPath(), std::ofstream::binary|std::ofstream::trunc); in batchResultToSeparateXmlFiles()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c73 .elf_ptrs = &program->shader.binary.elf_buffer, in si_compute_get_code_object()
74 .elf_sizes = &program->shader.binary.elf_size})) in si_compute_get_code_object()
270 program->shader.binary.elf_size = header->num_bytes; in si_create_compute_state()
271 program->shader.binary.elf_buffer = malloc(header->num_bytes); in si_create_compute_state()
272 if (!program->shader.binary.elf_buffer) { in si_create_compute_state()
276 memcpy((void *)program->shader.binary.elf_buffer, header->blob, header->num_bytes); in si_create_compute_state()
286 free((void *)program->shader.binary.elf_buffer); in si_create_compute_state()
320 program->shader.binary.elf_buffer, in si_bind_compute_state()
321 program->shader.binary.elf_size, in si_bind_compute_state()
/third_party/spirv-tools/source/opt/
H A Dinstruction.cpp200 std::vector<uint32_t>* binary) const { in ToBinaryWithoutAttachedDebugInsts()
202 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_)); in ToBinaryWithoutAttachedDebugInsts()
204 binary->insert(binary->end(), operand.words.begin(), operand.words.end()); in ToBinaryWithoutAttachedDebugInsts()
830 // Convert the module to binary. in PrettyPrint()
834 // Convert the instruction to binary. This is used to identify the correct in PrettyPrint()
1066 std::vector<uint32_t>* binary) const { in ToBinary()
1082 binary->insert(binary->end(), operands.begin(), operands.end()); in ToBinary()
1084 binary in ToBinary()
[all...]
/device/soc/rockchip/rk2206/sdk_liteos/image/
H A DMakefile27 BIN = $(CP) -O binary -S
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_utils.cpp34 std::ifstream readFile(filePath, std::ifstream::binary); in ExecuteCustomTitleAbc()
/third_party/icu/icu4c/source/test/fuzzer/
H A Dfuzzer_driver.cpp30 std::cerr << "WARNING: This binary work only under build configure with" << std::endl in main()
46 std::ifstream file(path, std::ios::binary); in main()
/third_party/json/docs/examples/
H A Dis_binary.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_array.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_discarded.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_boolean.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_number.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_null.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_structured.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_string.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_number_unsigned.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_number_integer.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_number_float.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_primitive.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_object.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.h34 struct util_dynarray *binary,
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.h35 struct util_dynarray *binary,
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dreduce_test_util.h31 // Assembles the given text and check whether the resulting binary is bit-wise
32 // equal to the given binary.
36 // Assembles the given text and turns the given IR into binary, then checks
41 // Assembles the given IR context and checks whether the resulting binary is
69 // Dumps |binary| to file |filename|. Useful for interactive debugging.
70 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dreduce_test_util.h31 // Assembles the given text and check whether the resulting binary is bit-wise
32 // equal to the given binary.
36 // Assembles the given text and turns the given IR into binary, then checks
41 // Assembles the given IR context and checks whether the resulting binary is
69 // Dumps |binary| to file |filename|. Useful for interactive debugging.
70 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);

Completed in 10 milliseconds

1...<<11121314151617181920>>...44