| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| H A D | sha512-ssse3-asm.S | 18 # Redistribution and use in source and binary forms, with or 26 # - Redistributions in binary form must reproduce the above
|
| H A D | sha512-avx-asm.S | 18 # Redistribution and use in source and binary forms, with or 26 # - Redistributions in binary form must reproduce the above
|
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | firmware.c | 531 release_firmware(item->binary); in brcmf_fw_free_request() 603 cur->binary = fw; in brcmf_fw_complete_request()
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | nlattr.c | 223 bool binary = pt->type == NLA_BINARY; in nla_validate_range_unsigned() local 225 if (binary) in nla_validate_range_unsigned() 227 "binary attribute size out of range"); in nla_validate_range_unsigned()
|
| /test/ostest/wukong/common/src/ |
| H A D | wukong_util.cpp | 662 in.open(filepathSource, std::ios::binary); in CopyFile() 678 out.open(destFile.c_str(), std::ios::binary); in CopyFile()
|
| /test/xts/acts/ai/nncore/common/ |
| H A D | nncore_utils.cpp | 402 std::ifstream src(srcPath, std::ios::binary); in CopyFile() 403 std::ofstream dst(dstPath, std::ios::binary); in CopyFile()
|
| /test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
| H A D | CompileTest.cpp | 59 std::ifstream ifs(CACHE_PATH.c_str(), std::ios::in | std::ios::binary); in DestroyCache() 65 std::ofstream ofs(CACHE_PATH.c_str(), std::ios::out | std::ios::binary); in DestroyCache()
|
| /test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/ |
| H A D | CompileTest.cpp | 59 std::ifstream ifs(CACHE_PATH.c_str(), std::ios::in | std::ios::binary); in DestroyCache() 65 std::ofstream ofs(CACHE_PATH.c_str(), std::ios::out | std::ios::binary); in DestroyCache()
|
| /test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/ |
| H A D | VDecEncNdkSample.cpp | 136 testFile_->open(inFile_, std::ios::in | std::ios::binary); in SetReadPath() 156 testFile_->open(inFile_, std::ios::in | std::ios::binary); in ReRead()
|
| /test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/ |
| H A D | ADecEncNdkSample.cpp | 189 testFile_->open(INP_FILE, std::ios::in | std::ios::binary); in StartDec() 758 testFile_->open(INP_FILE, std::ios::in | std::ios::binary); in ReRead()
|
| /third_party/elfio/elfio/ |
| H A D | elfio.hpp | 145 pstream->open( file_name.c_str(), std::ios::in | std::ios::binary ); 205 stream.open( file_name.c_str(), std::ios::out | std::ios::binary );
|
| /third_party/json/tests/src/ |
| H A D | unit-pointer_access.cpp | 425 const json value = json::binary({1, 2, 3}); 454 const json value = json::binary({});
|
| /third_party/libabigail/src/ |
| H A D | abg-ini.cc | 1730 std::ifstream in(path.c_str(), std::ifstream::binary); in read_sections() 1906 std::ofstream f(path.c_str(), std::ofstream::binary); in write_sections()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
| H A D | vktDrawUtil.cpp | 183 , binary(&binary_) in VulkanShader() 520 object->shaderModules[shaderNdx] = createShaderModule(vk, device, *vulkanProgram.shaders[shaderNdx].binary, (VkShaderModuleCreateFlags)0); in registerDrawObject()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_2_0_params.cpp | 625 const void *binary, in CaptureShaderBinary_shadersPacked() 637 const void *binary, in CaptureShaderBinary_binary() 620 CaptureShaderBinary_shadersPacked(const State &glState, bool isCallValid, GLsizei count, const ShaderProgramID *shaders, GLenum binaryformat, const void *binary, GLsizei length, ParamCapture *paramCapture) CaptureShaderBinary_shadersPacked() argument 632 CaptureShaderBinary_binary(const State &glState, bool isCallValid, GLsizei count, const ShaderProgramID *shaders, GLenum binaryformat, const void *binary, GLsizei length, ParamCapture *paramCapture) CaptureShaderBinary_binary() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Program.h | 481 const void *binary, 485 void *binary, 775 // Writes a program's binary to the output memory buffer. 788 // Loads program state according to the specified binary blob.
|
| H A D | validationES3_autogen.h | 268 const void *binary); 370 const void *binary,
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | type_manager_test.cpp | 37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 38 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | type_manager_test.cpp | 37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 38 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
| H A D | vktDrawUtil.cpp | 183 , binary(&binary_) in VulkanShader() 520 object->shaderModules[shaderNdx] = createShaderModule(vk, device, *vulkanProgram.shaders[shaderNdx].binary, (VkShaderModuleCreateFlags)0); in registerDrawObject()
|
| /third_party/vulkan-loader/tests/framework/ |
| H A D | test_util.cpp | 496 std::ifstream src(native_path(file.str()), std::ios::binary); in copy_file() member in fs::std::ios 501 std::ofstream dst(native_path(new_filepath.str()), std::ios::binary); in copy_file() member in fs::std::ios
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Intermediate.cpp | 9 // Redistribution and use in source and binary forms, with or without 16 // Redistributions in binary form must reproduce the above 110 // Connect two nodes with a new parent that does a binary operation on the nodes. 228 // Low level: add binary node (no promotions or other argument modifications) 310 // Like adding binary math, except the conversion can only go in addAssign() 867 // For converting a pair of operands to a binary operation to compatible 903 // List all the binary ops that can implicitly convert one operand to the other's type; in addPairConversion() 2707 const TIntermBinary* binary = node->getAsBinaryNode(); in traverseLValueBase() local 2708 if (binary == nullptr) { in traverseLValueBase() 2714 TOperator op = binary in traverseLValueBase() [all...] |
| /third_party/gn/src/gn/ |
| H A D | variables.cc | 457 When you use this, both targets must be included in a final binary for it to 1244 targets to include private headers. Applies to all binary targets. 1397 Inputs for binary targets 1404 Inputs for binary targets will be treated as implicit dependencies, meaning 1475 These libraries will be linked into the final binary (executable or shared 1620 This variable is valid for all binary output target types. 1698 "pool: [string] Label of the pool used by binary targets and actions."; 1700 R"(pool: Label of the pool used by binary targets actions. 1702 A fully-qualified label representing the pool that will be used for binary 1707 executable("binary") { [all...] |
| /third_party/json/include/nlohmann/detail/input/ |
| H A D | binary_reader.hpp | 43 store ///< store tags as binary type 60 // binary reader // 80 @brief create a binary reader 97 @param[in] format the binary format to parse 238 @param[in,out] result A reference to the binary variable where the read 251 exception_message(input_format_t::bson, concat("byte array length cannot be negative, is ", std::to_string(len)), "binary"), nullptr)); in get_bson_binary() 254 // All BSON binary values have a subtype in get_bson_binary() 300 case 0x05: // binary in parse_bson_element_internal() 304 return get_number<std::int32_t, true>(input_format_t::bson, len) && get_bson_binary(len, value) && sax->binary(value); in parse_bson_element_internal() 343 The same binary layou [all...] |
| /third_party/json/docs/docset/ |
| H A D | docSet.sql | 23 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::binary', 'Function', 'api/basic_json/binary/index.html'); 142 INSERT INTO searchIndex(name, type, path) VALUES ('json_sax::binary', 'Method', 'api/json_sax/binary/index.html');
|