Home
last modified time | relevance | path

Searched refs:binary (Results 426 - 450 of 898) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/gn/src/gn/
H A Dscope.cc271 const BinaryOpNode* binary = pair.second.value.origin()->AsBinaryOp(); in CheckForUnusedVars() local
272 if (binary && binary->op().type() == Token::EQUAL) { in CheckForUnusedVars()
275 Err(binary->left()->GetRange(), "Assignment had no effect.", help); in CheckForUnusedVars()
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_json.hpp91 struct external_constructor<value_t::binary>
97 j.m_type = value_t::binary; in construct()
106 j.m_type = value_t::binary; in construct()
349 external_constructor<value_t::binary>::construct(j, bin); in to_json()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_params.cpp378 void *binary, in CaptureGetProgramBinary_length()
393 void *binary, in CaptureGetProgramBinary_binaryFormat()
405 void *binary, in CaptureGetProgramBinary_binary()
656 const void *binary, in CaptureProgramBinary_binary()
372 CaptureGetProgramBinary_length(const State &glState, bool isCallValid, ShaderProgramID program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary, ParamCapture *paramCapture) CaptureGetProgramBinary_length() argument
387 CaptureGetProgramBinary_binaryFormat(const State &glState, bool isCallValid, ShaderProgramID program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary, ParamCapture *paramCapture) CaptureGetProgramBinary_binaryFormat() argument
399 CaptureGetProgramBinary_binary(const State &glState, bool isCallValid, ShaderProgramID program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary, ParamCapture *paramCapture) CaptureGetProgramBinary_binary() argument
652 CaptureProgramBinary_binary(const State &glState, bool isCallValid, ShaderProgramID program, GLenum binaryFormat, const void *binary, GLsizei length, ParamCapture *paramCapture) CaptureProgramBinary_binary() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp1076 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram()
1096 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram()
1116 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram()
1160 m_cacheData = std::move(response.binary); in importPipelineCacheData()
/arkcompiler/runtime_core/verifier/tests/
H A Dutils.cpp25 std::ofstream abc_file(filename, std::ios::out | std::ios::binary); in GenerateModifiedAbc()
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/
H A DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/third_party/json/include/nlohmann/detail/
H A Dvalue_t.hpp63 binary, ///< binary array (ordered collection of bytes) member in detail::value_t
71 - order: null < boolean < number < object < array < string < binary
74 - binary is represented as a b"" string in python and directly comparable to a
75 string; however, making a binary array directly comparable with a string would
89 6 /* binary */
/third_party/protobuf/examples/
H A Dlist_people.cc66 fstream input(argv[1], ios::in | ios::binary); in main()
/third_party/spirv-tools/source/
H A Ddisassemble.h26 // Decodes the given SPIR-V instruction binary representation to its assembly
27 // text. The context is inferred from the provided module binary. The options
35 const uint32_t* binary,
44 // binary for an instruction to its assembly representation.
78 // is at offset words from the start of the binary.
/test/xts/acts/multimedia/av_codec/audio_encoder/src/
H A Davcodec_audio_avbuffer_encoder_demo.cpp201 inputFile_.open(inputFile, std::ios::in | std::ios::binary); in InitFile()
208 inputFile_.open(inputFile, std::ios::in | std::ios::binary); in InitFile()
214 inputFile_.open(inputFile, std::ios::in | std::ios::binary); in InitFile()
218 outputFile_.open(outputFile, std::ios::out | std::ios::binary); in InitFile()
279 std::ifstream file(filePath, std::ios::binary | std::ios::ate); in GetFileSize()
/third_party/mbedtls/tests/data_files/
H A DMakefile1716 # direct binary comparison using e.g. dumpasn1
1899 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -inkey pkcs7-rsa-expired.key -signer pkcs7-rsa-expired.crt -noattr -outform DER -out $@
1917 $(OPENSSL) smime -sign -md sha256 -nocerts -noattr -in pkcs7_zerolendata.bin -inkey pkcs7-rsa-sha256-1.key -outform DER -binary -signer pkcs7-rsa-sha256-1.crt -out pkcs7_zerolendata_detached.der
1922 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -noattr -outform DER -out $@
1927 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha1 -signer pkcs7-rsa-sha256-1.pem -noattr -outform DER -out $@
1932 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha512 -signer pkcs7-rsa-sha256-1.pem -noattr -outform DER -out $@
1937 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -nocerts -noattr -outform DER -out $@
1942 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -nocerts -noattr -nodetach -outform DER -out $@
1947 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -signer pkcs7-rsa-sha256-2.pem -nocerts -noattr -outform DER -out $@
1952 $(OPENSSL) smime -sign -binary
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c929 struct util_dynarray binary; in agx_update_shader() local
930 util_dynarray_init(&binary, NULL); in agx_update_shader()
948 agx_compile_shader_nir(nir, &key->base, &binary, &compiled->info); in agx_update_shader()
961 if (binary.size) { in agx_update_shader()
964 ALIGN_POT(binary.size, 256) + (3 * packed_varying_sz), in agx_update_shader()
966 memcpy(compiled->bo->ptr.cpu, binary.data, binary.size); in agx_update_shader()
970 unsigned offs = ALIGN_POT(binary.size, 256); in agx_update_shader()
976 compiled->varyings = compiled->bo->ptr.gpu + ALIGN_POT(binary.size, 256); in agx_update_shader()
980 util_dynarray_fini(&binary); in agx_update_shader()
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c395 b->binary.size, in pan_blitter_get_blend_shaders()
397 memcpy(bin.cpu, b->binary.data, b->binary.size); in pan_blitter_get_blend_shaders()
610 struct util_dynarray binary; in pan_blitter_get_blit_shader() local
612 util_dynarray_init(&binary, NULL); in pan_blitter_get_blit_shader()
622 GENX(pan_shader_compile)(b.shader, &inputs, &binary, &shader->info); in pan_blitter_get_blit_shader()
630 binary.data, binary.size, in pan_blitter_get_blit_shader()
633 util_dynarray_fini(&binary); in pan_blitter_get_blit_shader()
1157 cfg.binary in pan_preload_emit_dcd()
[all...]
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat249 (pushd %srcdir% & %pcre2grep% -A1 "before the binary zero" ./testdata/grepinput & popd) >>testtrygrep
253 (pushd %srcdir% & %pcre2grep% -B1 "after the binary zero" ./testdata/grepinput & popd) >>testtrygrep
257 (pushd %srcdir% & %pcre2grep% -B1 -o "\w+ the binary zero" ./testdata/grepinput & popd) >>testtrygrep
261 (pushd %srcdir% & %pcre2grep% -B1 -onH "\w+ the binary zero" ./testdata/grepinput & popd) >>testtrygrep
273 (pushd %srcdir% & %pcre2grep% -on -f ./testdata/greplist -e binary ./testdata/grepinput & popd) >>testtrygrep
460 (pushd %srcdir% & %pcre2grep% --binary-files=without-match "dog" ./testdata/grepbinary & popd) >>testtrygrep 2>&1
468 (pushd %srcdir% & %pcre2grep% --binary-files=text "dog" ./testdata/grepbinary & popd) >>testtrygrep 2>&1
506 (pushd %srcdir% & %pcre2grep% -Ho2 --only-matching=1 -o3 "(\w+) binary (\w+)(\.)?" ./testdata/grepinput & popd) >>testtrygrep
510 (pushd %srcdir% & %pcre2grep% -o3 -Ho2 -o12 --only-matching=1 -o3 --colour=always --om-separator="|" "(\w+) binary (\w+)(\.)?" ./testdata/grepinput & popd) >>testtrygrep
589 (pushd %srcdir% & %pcre2grep% -HO "$0:$2$1$3" "(\w+) binary (\
[all...]
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.cpp41 std::fstream writer(realPath.c_str(), std::ios::out | std::ios::binary | std::ios::trunc); in Serialize()
70 std::fstream writer(realPath.c_str(), std::ios::out | std::ios::binary | std::ios::trunc); in Serialize()
98 std::fstream write(realPath.c_str(), std::ios::out | std::ios::binary | std::ios::app); in SerializeBuiltins()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h29 * that is, for every API shader, there is exactly one shader binary in
38 * - patch shaders at the binary level
65 * one binary on the output. The result is the same as the non-monolithic
862 /* The following data is all that's needed for binary shaders. */
863 struct si_shader_binary binary; member
962 struct si_shader_binary binary; member
983 void si_shader_binary_clean(struct si_shader_binary *binary);
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.cc118 // Load binary. in run()
119 std::cout << "Loading binary..." << std::endl; in run()
124 auto binary = wasm::vec<byte_t>::make_uninitialized(file_size); in run() local
125 file.read(binary.get(), file_size); in run()
134 auto module = wasm::Module::make(store, binary); in run()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.cpp204 INFO("program binary (%u bytes)", codeSize); in printBinary()
390 // the nvc0 driver will print the binary itself together with the header in emitBinary()
450 RelocEntry::apply(uint32_t *binary, const RelocInfo *info) const in apply() argument
465 binary[offset / 4] &= ~mask; in apply()
466 binary[offset / 4] |= value & mask; in apply()
/third_party/ltp/tools/sparse/sparse-src/
H A Dscheck.c104 static void binary(Btor *btor, BoolectorSort s, struct instruction *insn) in binary() function
146 binary(btor, s, insn); in binop()
152 binary(btor, s, insn); in icmp()
/third_party/skia/third_party/externals/angle2/src/tests/
H A Drun_perf_tests.py63 def get_binary_name(binary):
65 return '.\\%s.exe' % binary
67 return './%s' % binary
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderProgram.hpp382 ShaderBinaryDataType binary; member
389 ShaderBinary (const ShaderBinaryDataType binary_) : binary(binary_) in ShaderBinary()
393 ShaderBinary (const ShaderBinaryDataType binary_, glu::ShaderType shaderType_) : binary(binary_) in ShaderBinary()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c4747 bi_pack_clauses(bi_context *ctx, struct util_dynarray *binary, unsigned offset) in bi_pack_clauses() argument
4749 unsigned final_clause = bi_pack(ctx, binary); in bi_pack_clauses()
4765 if (binary->size - offset) { in bi_pack_clauses()
4766 memset(util_dynarray_grow(binary, uint8_t, prefetch_size), in bi_pack_clauses()
4934 struct util_dynarray *binary, in bi_compile_variant_nir()
4942 unsigned offset = binary->size; in bi_compile_variant_nir()
5157 bi_pack_clauses(ctx, binary, offset); in bi_compile_variant_nir()
5159 bi_pack_valhall(ctx, binary); in bi_compile_variant_nir()
5164 disassemble_bifrost(stdout, binary->data + offset, in bi_compile_variant_nir()
5165 binary in bi_compile_variant_nir()
4932 bi_compile_variant_nir(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct hash_table_u64 *sysval_to_id, struct bi_shader_info info, enum bi_idvs_mode idvs) bi_compile_variant_nir() argument
5189 bi_compile_variant(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct hash_table_u64 *sysval_to_id, struct pan_shader_info *info, enum bi_idvs_mode idvs) bi_compile_variant() argument
5304 bifrost_compile_shader_nir(nir_shader *nir, const struct panfrost_compile_inputs *inputs, struct util_dynarray *binary, struct pan_shader_info *info) bifrost_compile_shader_nir() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tools/
H A Dir_builder_coverage.sh19 --binary-dir=*)
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/
H A DMakefile61 $(OBJCOPY) -O binary $(TARGET) $(TARGET).bin
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/
H A DMakefile61 $(OBJCOPY) -O binary $(TARGET) $(TARGET).bin

Completed in 33 milliseconds

1...<<11121314151617181920>>...36