Home
last modified time | relevance | path

Searched refs:binary (Results 1026 - 1050 of 1382) sorted by relevance

1...<<41424344454647484950>>...56

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha512-ssse3-asm.S18 # Redistribution and use in source and binary forms, with or
26 # - Redistributions in binary form must reproduce the above
H A Dsha512-avx-asm.S18 # 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 Dfirmware.c531 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 Dnlattr.c223 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 Dwukong_util.cpp662 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 Dnncore_utils.cpp402 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 DCompileTest.cpp59 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 DCompileTest.cpp59 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 DVDecEncNdkSample.cpp136 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 DADecEncNdkSample.cpp189 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 Delfio.hpp145 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 Dunit-pointer_access.cpp425 const json value = json::binary({1, 2, 3});
454 const json value = json::binary({});
/third_party/libabigail/src/
H A Dabg-ini.cc1730 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 DvktDrawUtil.cpp183 , 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 Dcapture_gles_2_0_params.cpp625 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 DProgram.h481 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 DvalidationES3_autogen.h268 const void *binary);
370 const void *binary,
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dtype_manager_test.cpp37 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 Dtype_manager_test.cpp37 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 DvktDrawUtil.cpp183 , 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 Dtest_util.cpp496 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 DIntermediate.cpp9 // 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 Dvariables.cc457 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 Dbinary_reader.hpp43 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 DdocSet.sql23 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');

Completed in 36 milliseconds

1...<<41424344454647484950>>...56