| /third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
| H A D | keccak1600-armv4.pl | 701 moveq pc,lr @ be binary compatible with V4, yet 747 moveq pc,lr @ be binary compatible with V4, yet 929 moveq pc,lr @ be binary compatible with V4, yet 1086 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2grep.c | 19 Redistribution and use in source and binary forms, with or without 25 * Redistributions in binary form must reproduce the above copyright 180 /* Under Windows, we have to set stdout to be binary, so that it does not 429 { OP_NODATA, 'a', NULL, "text", "treat binary files as text" }, 431 { OP_BINFILES, N_BINARY_FILES, NULL, "binary-files=word", "set treatment of binary files" }, 447 { OP_NODATA, 'I', NULL, "", "treat binary files as not matching (ignore)" }, 1413 for this, because it does not stop at a binary zero, and therefore there is no 1414 way of telling how many characters it has read, because there may be binary 1768 that a binary zer 2591 BOOL binary = FALSE; pcre2grep() local [all...] |
| /third_party/python/Lib/ |
| H A D | tarfile.py | 1177 binary = False 1182 binary = True 1186 if binary: 1192 if binary: 1442 # implementations are allowed to store them as raw binary strings if 2216 given, it should be a binary file, and tarinfo.size bytes are read
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 661 const ProgramBinary& binary; 664 : binary(env.programBinaries.get(params.binaryName)) 714 res.binary.getSize(), // size_t codeSize; 715 (const deUint32*)res.binary.getBinary(), // const uint32_t* pCode;
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryDeviceMemoryReportTests.cpp | 655 const ProgramBinary& binary; 658 : binary(env.programBinaries.get(params.binaryName)) 708 res.binary.getSize(), // size_t codeSize; 709 (const deUint32*)res.binary.getBinary(), // const uint32_t* pCode;
|
| /third_party/openssl/crypto/sha/asm/ |
| H A D | keccak1600-armv4.pl | 701 moveq pc,lr @ be binary compatible with V4, yet 747 moveq pc,lr @ be binary compatible with V4, yet 929 moveq pc,lr @ be binary compatible with V4, yet 1086 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/openssl/crypto/aes/asm/ |
| H A D | aes-armv4.pl | 306 moveq pc,lr @ be binary compatible with V4, yet 749 moveq pc,lr @ be binary compatible with V4, yet 866 moveq pc,lr @ be binary compatible with V4, yet 1082 moveq pc,lr @ be binary compatible with V4, yet
|
| /test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/ |
| H A D | test_wasm.cpp | 92 std::ifstream infile(path, std::ifstream::binary); in ReadBinaryFile() 119 std::ofstream outfile(path, std::ofstream::binary); in WriteBinaryFile()
|
| /third_party/gn/src/gn/ |
| H A D | function_toolchain.cc | 165 If a 64-bit target wants to depend on a 32-bit binary, it would specify a 771 Swift .swiftmodule files that needs to be embedded into the binary.
|
| /third_party/json/tests/src/ |
| H A D | unit-class_parser.cpp | 61 bool binary(json::binary_t& val) in binary() function in __anon4149::SaxEventLogger 63 std::string binary_contents = "binary("; in binary() 167 bool binary(json::binary_t& /*val*/) override
|
| H A D | unit-comparison.cpp | 98 json::value_t::binary, 199 json::binary({1, 2, 3}), json::binary({1, 2, 4}), // 18 19
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
| H A D | ghash-armv4.S | 205 moveq pc,lr @ be binary compatible with V4, yet 345 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
| H A D | ghash-armv4.S | 205 moveq pc,lr @ be binary compatible with V4, yet 345 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/node/src/ |
| H A D | node_report.cc | 895 outfile.open(pathname, std::ios::out | std::ios::binary); in TriggerNodeReport() 897 outfile.open(filename, std::ios::out | std::ios::binary); in TriggerNodeReport()
|
| /third_party/mesa3d/src/panfrost/lib/genxml/ |
| H A D | decode.c | 1176 pandecode_shader_disassemble(desc.binary, 0, 0, gpu_id); in pandecode_shader() 1177 return desc.binary; in pandecode_shader()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderSubroutineTests.hpp | 99 void createFromBinary(const std::vector<glw::GLubyte>& binary, glw::GLenum binary_format); 101 void getBinary(std::vector<glw::GLubyte>& binary, glw::GLenum& binary_format) const; 794 * this program and delete it. Create new program from the binary using
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES.h | 584 const void *binary, 592 const void *binary);
|
| /third_party/skia/include/gpu/gl/ |
| H A D | GrGLFunctions.h | 101 using GrGLGetProgramBinaryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLsizei bufsize, GrGLsizei* length, GrGLenum* binaryFormat, void* binary); 136 using GrGLProgramBinaryFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLuint program, GrGLenum binaryFormat, void* binary, GrGLsizei length);
|
| /third_party/spirv-tools/source/opt/ |
| H A D | optimizer.cpp | 1184 const uint32_t* binary, in spvOptimizerRun() 1191 Run(binary, word_count, &optimized, options)) { in spvOptimizerRun() 1183 spvOptimizerRun(spv_optimizer_t* optimizer, const uint32_t* binary, const size_t word_count, spv_binary* optimized_binary, const spv_optimizer_options options) spvOptimizerRun() argument
|
| /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/framework/common/ |
| H A D | tcuCommandLine.cpp | 1310 std::ifstream in(caseListFile.c_str(), std::ios_base::binary); in CaseListFilter() 1359 std::ifstream fileStream(caseFractionMandatoryTestsFilename.c_str(), std::ios_base::binary); in CaseListFilter()
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_nir_to_llvm.c | 1756 struct nir_shader *const *shaders, struct radv_shader_binary **binary, in llvm_compile_shader() 1769 radv_compile_gs_copy_shader(&ac_llvm, options, info, *shaders, binary, args); in llvm_compile_shader() 1771 radv_compile_nir_shader(&ac_llvm, options, info, binary, args, shaders, shader_count); in llvm_compile_shader() 1754 llvm_compile_shader(const struct radv_nir_compiler_options *options, const struct radv_shader_info *info, unsigned shader_count, struct nir_shader *const *shaders, struct radv_shader_binary **binary, const struct radv_shader_args *args) llvm_compile_shader() argument
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compile.c | 1630 struct util_dynarray *binary, in agx_compile_shader_nir() 1772 agx_pack_binary(ctx, binary); in agx_compile_shader_nir() 1775 agx_print_stats(ctx, binary->size, stderr); in agx_compile_shader_nir() 1628 agx_compile_shader_nir(nir_shader *nir, struct agx_shader_key *key, struct util_dynarray *binary, struct agx_shader_info *out) agx_compile_shader_nir() argument
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
| H A D | poly1305-armv4.S | 121 moveq pc,lr @ be binary compatible with V4, yet 279 moveq pc,lr @ be binary compatible with V4, yet 373 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
| H A D | poly1305-armv4.S | 121 moveq pc,lr @ be binary compatible with V4, yet 279 moveq pc,lr @ be binary compatible with V4, yet 373 moveq pc,lr @ be binary compatible with V4, yet
|