| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_blitter.c | 395 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 D | RunGrepTest.bat | 249 (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...] |
| /foundation/multimedia/av_codec/test/unittest/audio_test/ |
| H A D | audio_decoder_capi_unit_test.cpp | 221 soFile_ = std::make_unique<std::ifstream>(OPUS_SO_FILE_PATH, std::ios::binary); in CheckSoFunc() 395 inputFile_.open(INPUT_MP3_FILE_PATH.data(), std::ios::binary); in InitFile() 396 pcmOutputFile_.open(OUTPUT_MP3_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 398 inputFile_.open(INPUT_FLAC_FILE_PATH.data(), std::ios::binary); in InitFile() 399 pcmOutputFile_.open(OUTPUT_FLAC_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 401 inputFile_.open(INPUT_AAC_FILE_PATH.data(), std::ios::binary); in InitFile() 402 pcmOutputFile_.open(OUTPUT_AAC_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 404 inputFile_.open(INPUT_VORBIS_FILE_PATH.data(), std::ios::binary); in InitFile() 405 pcmOutputFile_.open(OUTPUT_VORBIS_PCM_FILE_PATH.data(), std::ios::out | std::ios::binary); in InitFile() 407 inputFile_.open(INPUT_AMRWB_FILE_PATH.data(), std::ios::binary); in InitFile() [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 4747 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...] |
| /drivers/peripheral/codec/test/demo/jpeg/src/ |
| H A D | jpeg_decoder.cpp | 142 ioIn_.open(fileInput, std::ios_base::binary);
in PrepareData() 143 ioOut_.open(fileOutput, std::ios_base::binary | std::ios_base::trunc);
in PrepareData()
|
| /foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
| H A D | avcodec_audio_decoder_inner_demo.cpp | 41 inputFile_.open(INPUT_FILE_PATH, std::ios::binary); in RunCase() 219 std::ofstream outputFile(OUTPUT_FILE_PATH.data(), std::ios::binary); in OutputFunc()
|
| H A D | avcodec_audio_opus_encoder_demo.cpp | 111 inputFile_(std::make_unique<std::ifstream>(INPUT_FILE_PATH, std::ios::binary)), in AEncOpusDemo() 112 outputFile_(std::make_unique<std::ofstream>(OUTPUT_FILE_PATH, std::ios::binary)), in AEncOpusDemo()
|
| H A D | avcodec_audio_encoder_inner_demo.cpp | 147 std::ifstream inputFile(filePath, std::ios::binary); in InputFunc() 192 std::ofstream outputFile("/data/test/media/encode.aac", std::ios::binary); in OutputFunc()
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| H A D | crct10dif-pcl-asm_64.S | 18 # Redistribution and use in source and binary forms, with or without 25 # * Redistributions in binary form must reproduce the above copyright
|
| /kernel/linux/linux-6.6/arch/mips/boot/compressed/ |
| H A D | Makefile | 62 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S 156 OBJCOPYFLAGS_vmlinuz.bin := $(OBJCOPYFLAGS) -O binary
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| H A D | crct10dif-pcl-asm_64.S | 18 # Redistribution and use in source and binary forms, with or without 25 # * Redistributions in binary form must reproduce the above copyright
|
| /kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
| H A D | los_dispatch.S | 5 ; Redistribution and use in source and binary forms, with or without modification,
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
| /kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/ |
| H A D | los_dispatch.S | 5 ; Redistribution and use in source and binary forms, with or without modification,
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
| /kernel/liteos_m/arch/arm/cortex-m4/iar/ |
| H A D | los_dispatch.S | 5 ; Redistribution and use in source and binary forms, with or without modification,
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
| /kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
| H A D | los_dispatch.S | 5 ; Redistribution and use in source and binary forms, with or without modification,
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
| /kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/ |
| H A D | los_dispatch.S | 5 ; Redistribution and use in source and binary forms, with or without modification,
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
| /kernel/liteos_m/arch/arm/cortex-m7/iar/ |
| H A D | los_dispatch.S | 5 ; Redistribution and use in source and binary forms, with or without modification,
11 ; 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
| /third_party/glslang/SPIRV/ |
| H A D | SpvTools.cpp | 7 // Redistribution and use in source and binary forms, with or without 14 // Redistributions in binary form must reproduce the above 153 spv_const_binary_t binary = { spirv.data(), spirv.size() }; in SpirvToolsValidate() local 160 spvValidateWithOptions(context, options, &binary, &diagnostic); in SpirvToolsValidate()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | glspirv.c | 72 const void* binary, size_t length) in _mesa_spirv_shader_binary() 85 memcpy(&module->Binary[0], binary, length); in _mesa_spirv_shader_binary() 70 _mesa_spirv_shader_binary(struct gl_context *ctx, unsigned n, struct gl_shader **shaders, const void* binary, size_t length) _mesa_spirv_shader_binary() argument
|
| /third_party/protobuf/editors/ |
| H A D | proto.vim | 5 " Redistribution and use in source and binary forms, with or without 11 " * Redistributions in binary form must reproduce the above
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | MemoryProgramCache.cpp | 130 // Include the status of FrameCapture, which adds source strings to the binary in ComputeHash() 157 ERR() << "Error decompressing binary data."; in getProgram() 174 WARN() << "Failed to load binary from cache."; in getProgram() 224 ERR() << "Error compressing binary data."; in putProgram() 248 const uint8_t *binary, in putBinary() 251 // Copy the binary. in putBinary() 257 memcpy(newEntry.data(), binary, length); in putBinary() 259 // Store the binary. in putBinary() 247 putBinary(const egl::BlobCache::Key &programHash, const uint8_t *binary, size_t length) putBinary() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | ir_builder.cpp | 41 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 42 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| H A D | lcssa.cpp | 36 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 37 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_egl_ext_autogen.h | 88 void *binary, 93 const void *binary,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | ir_builder.cpp | 41 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 42 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|