| /third_party/json/include/nlohmann/detail/input/ |
| H A D | json_sax.hpp | 83 @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 D | log.c | 298 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 D | xeBatchResultToXml.cpp | 112 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/panfrost/vulkan/ |
| H A D | panvk_shader.c | 38 util_dynarray_fini(&shader->binary); in panvk_shader_destroy()
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | binary.h | 23 // Grabs the header from the SPIR-V module given in the binary parameter. The 24 // endian parameter specifies the endianness of the binary module. On success, 26 spv_result_t spvBinaryHeaderGet(const spv_const_binary binary,
|
| H A D | disassemble.h | 24 // Decodes the given SPIR-V instruction binary representation to its assembly 25 // text. The context is inferred from the provided module binary. The options 32 const uint32_t* binary,
|
| H A D | spirv_endian.h | 28 // Gets the endianness of the SPIR-V module given in the binary parameter. 31 spv_result_t spvBinaryEndianness(const spv_const_binary binary,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | binary.h | 23 // Grabs the header from the SPIR-V module given in the binary parameter. The 24 // endian parameter specifies the endianness of the binary module. On success, 26 spv_result_t spvBinaryHeaderGet(const spv_const_binary binary,
|
| H A D | disassemble.h | 24 // Decodes the given SPIR-V instruction binary representation to its assembly 25 // text. The context is inferred from the provided module binary. The options 32 const uint32_t* binary,
|
| H A D | spirv_endian.h | 28 // Gets the endianness of the SPIR-V module given in the binary parameter. 31 spv_result_t spvBinaryEndianness(const spv_const_binary binary,
|
| /third_party/spirv-tools/tools/objdump/ |
| H A D | extract_source.h | 28 // - `binary`: a vector containing the whole SPIR-V binary to extract source 36 const std::vector<uint32_t>& binary,
|
| /third_party/json/tests/src/ |
| H A D | unit-cbor.cpp | 60 bool binary(std::vector<std::uint8_t>& /*unused*/) in binary() function in __anon4147::SaxCountdown 843 // its double-precision float binary value is 857 // its double-precision binary value is: 870 // its double-precision binary value is: 883 // its double-precision binary value is: 896 // its double-precision binary value is: 1418 SECTION("binary") 1428 json j = json::binary(s); 1462 json j = json::binary(s); 1497 json j = json::binary( [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvBinary.hpp | 28 SpirvBinary(const uint32_t *binary, uint32_t wordCount); 32 // Assigns an identifier derived from the unoptimized SPIR-V binary, to avoid recompiles.
|
| /third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/ |
| H A D | linter.hpp | 40 bool Run(const uint32_t* binary, size_t binary_size);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
| H A D | linter.hpp | 40 bool Run(const uint32_t* binary, size_t binary_size);
|
| /third_party/spirv-tools/include/spirv-tools/ |
| H A D | linter.hpp | 40 bool Run(const uint32_t* binary, size_t binary_size);
|
| /third_party/spirv-tools/source/ |
| H A D | binary.h | 25 // Grabs the header from the SPIR-V module given in the binary parameter. The 26 // endian parameter specifies the endianness of the binary module. On success, 28 spv_result_t spvBinaryHeaderGet(const spv_const_binary binary,
|
| H A D | spirv_endian.h | 28 // Gets the endianness of the SPIR-V module given in the binary parameter. 31 spv_result_t spvBinaryEndianness(const spv_const_binary binary,
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline_cache.c | 477 struct blob binary; in pipeline_cache_upload_shared_data() local 478 blob_init(&binary); in pipeline_cache_upload_shared_data() 479 if (v3dv_pipeline_shared_data_write_to_blob(shared_data, &binary)) { in pipeline_cache_upload_shared_data() 488 disk_cache_put(disk_cache, cache_key, binary.data, binary.size, NULL); in pipeline_cache_upload_shared_data() 491 blob_finish(&binary); in pipeline_cache_upload_shared_data()
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslOpMap.h | 6 // Redistribution and use in source and binary forms, with or without 13 // Redistributions in binary form must reproduce the above 61 static TOperator binary(EHlslTokenClass op);
|
| /third_party/json/docs/examples/ |
| H A D | binary.cpp | 8 // create a binary vector in main() 11 // create a binary JSON value with subtype 42 in main() 12 json j = json::binary(vec, 42); in main()
|
| H A D | get_binary.cpp | 8 // create a binary vector in main() 11 // create a binary JSON value with subtype 42 in main() 12 json j = json::binary(vec, 42); in main()
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_queue.c | 317 /* For emulated timelines, we have a binary vk_sync associated with in vk_queue_submit_final() 318 * each time point and pass the binary vk_sync to the driver. in vk_queue_submit_final() 342 struct vk_sync_binary *binary = in vk_queue_submit_final() local 344 if (binary) { in vk_queue_submit_final() 345 submit->waits[i].sync = &binary->timeline; in vk_queue_submit_final() 346 submit->waits[i].wait_value = binary->next_point; in vk_queue_submit_final() 369 struct vk_sync_binary *binary = in vk_queue_submit_final() local 371 if (binary) { in vk_queue_submit_final() 372 submit->signals[i].sync = &binary->timeline; in vk_queue_submit_final() 373 submit->signals[i].signal_value = ++binary in vk_queue_submit_final() [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | decoration_manager_test.cpp | 77 // Disassembles |binary| and outputs the result in |text|. If |text| is a 79 spv_result_t Disassemble(const std::vector<uint32_t>& binary, in Disassemble() argument 82 return tools_.Disassemble(binary, text, disassemble_options_) in Disassemble() 91 std::vector<uint32_t> binary = {SpvMagicNumber, 0x10200, 0u, 2u, 0u}; in ToText() local 93 i->ToBinaryWithoutAttachedDebugInsts(&binary); in ToText() 95 Disassemble(binary, &text); in ToText() 100 std::vector<uint32_t> binary; in ModuleToText() local 101 context_->module()->ToBinary(&binary, false); in ModuleToText() 103 Disassemble(binary, &text); in ModuleToText()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | decoration_manager_test.cpp | 77 // Disassembles |binary| and outputs the result in |text|. If |text| is a 79 spv_result_t Disassemble(const std::vector<uint32_t>& binary, in Disassemble() argument 82 return tools_.Disassemble(binary, text, disassemble_options_) in Disassemble() 91 std::vector<uint32_t> binary = {SpvMagicNumber, 0x10200, 0u, 2u, 0u}; in ToText() local 93 i->ToBinaryWithoutAttachedDebugInsts(&binary); in ToText() 95 Disassemble(binary, &text); in ToText() 100 std::vector<uint32_t> binary; in ModuleToText() local 101 context_->module()->ToBinary(&binary, false); in ModuleToText() 103 Disassemble(binary, &text); in ModuleToText()
|