| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/ref/ref_1.0/ |
| H A D | ia_css_ref.host.h | 30 int ia_css_ref_configure(const struct ia_css_binary *binary,
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/ |
| H A D | ia_css_vf.host.h | 41 const struct ia_css_binary *binary,
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvBinary.hpp | 28 SpirvBinary(const uint32_t *binary, uint32_t wordCount); 32 // Assigns an identifier derived from the unoptimized SPIR-V binary, to avoid recompiles.
|
| /third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/ |
| H A D | linter.hpp | 40 bool Run(const uint32_t* binary, size_t binary_size);
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | spirv_endian.h | 28 // Gets the endianness of the SPIR-V module given in the binary parameter. 31 spv_result_t spvBinaryEndianness(const spv_const_binary binary,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
| H A D | linter.hpp | 40 bool Run(const uint32_t* binary, size_t binary_size);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | spirv_endian.h | 28 // Gets the endianness of the SPIR-V module given in the binary parameter. 31 spv_result_t spvBinaryEndianness(const spv_const_binary binary,
|
| /third_party/spirv-tools/include/spirv-tools/ |
| H A D | linter.hpp | 40 bool Run(const uint32_t* binary, size_t binary_size);
|
| /third_party/spirv-tools/source/ |
| H A D | binary.h | 25 // Grabs the header from the SPIR-V module given in the binary parameter. The 26 // endian parameter specifies the endianness of the binary module. On success, 28 spv_result_t spvBinaryHeaderGet(const spv_const_binary binary,
|
| H A D | spirv_endian.h | 28 // Gets the endianness of the SPIR-V module given in the binary parameter. 31 spv_result_t spvBinaryEndianness(const spv_const_binary binary,
|
| /third_party/node/tools/gyp/pylib/gyp/generator/ |
| H A D | ninja.py | 108 3) link generates a binary (library/executable) 137 self.binary = None 163 # For bundles, the .TOC should be produced for the binary, not for 185 return self.bundle or self.binary or self.actions_stamp 483 # a single arch if a fat binary is being built. 910 ("binary", isBinary), 1008 variables=[("env", env), ("keys", keys), ("binary", isBinary)], 1308 """Write out a link step. Fills out target.binary. """ 1352 """Write out a link step. Fills out target.binary. """ 1396 solibs.add(target.binary) [all...] |
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
| H A D | ninja.py | 108 3) link generates a binary (library/executable) 137 self.binary = None 163 # For bundles, the .TOC should be produced for the binary, not for 185 return self.bundle or self.binary or self.actions_stamp 483 # a single arch if a fat binary is being built. 910 ("binary", isBinary), 1008 variables=[("env", env), ("keys", keys), ("binary", isBinary)], 1308 """Write out a link step. Fills out target.binary. """ 1352 """Write out a link step. Fills out target.binary. """ 1396 solibs.add(target.binary) [all...] |
| /third_party/jinja2/ |
| H A D | filters.py | 677 def do_filesizeformat(value: t.Union[str, float, int], binary: bool = False) -> str: 680 Giga, etc.), if the second parameter is set to `True` the binary 684 base = 1024 if binary else 1000 686 ("KiB" if binary else "kB"), 687 ("MiB" if binary else "MB"), 688 ("GiB" if binary else "GB"), 689 ("TiB" if binary else "TB"), 690 ("PiB" if binary else "PB"), 691 ("EiB" if binary else "EB"), 692 ("ZiB" if binary els [all...] |
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_isp_states.h | 70 const struct ia_css_binary *binary);
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ |
| H A D | ia_css_sc.host.h | 50 * @param[in] binary The binary, which has the shading correction. 64 const struct ia_css_binary *binary,
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ |
| H A D | ia_css_tnr.host.h | 50 const struct ia_css_binary *binary,
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_isp_states.h | 70 const struct ia_css_binary *binary);
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ |
| H A D | ia_css_tnr.host.h | 46 int ia_css_tnr_configure(const struct ia_css_binary *binary,
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslOpMap.h | 6 // Redistribution and use in source and binary forms, with or without 13 // Redistributions in binary form must reproduce the above 61 static TOperator binary(EHlslTokenClass op);
|
| /third_party/json/docs/examples/ |
| H A D | binary.cpp | 8 // create a binary vector in main() 11 // create a binary JSON value with subtype 42 in main() 12 json j = json::binary(vec, 42); in main()
|
| H A D | get_binary.cpp | 8 // create a binary vector in main() 11 // create a binary JSON value with subtype 42 in main() 12 json j = json::binary(vec, 42); in main()
|
| /base/security/selinux_adapter/test/unittest/common/ |
| H A D | test_common.cpp | 113 std::ifstream fin(src, std::ifstream::in || std::ifstream::binary); in CopyFile() 117 std::ofstream fout(des, std::ofstream::out || std::ofstream::binary); in CopyFile()
|
| /foundation/CastEngine/castengine_wifi_display/tests/demo/codec/ |
| H A D | codec_demo.cpp | 171 std::fstream infile(gInFile, std::ios::in | std::ios_base::binary); in main() 177 std::fstream outfile(gOutFile, std::ios::out | std::ios_base::binary); in main()
|
| /foundation/multimedia/av_session/utils/include/ |
| H A D | avsession_utils.h | 57 std::ofstream ofile(filePath.c_str(), std::ios::binary | std::ios::out | std::ios::trunc); in WriteImageToFile() 84 std::ifstream ifile(filePath.c_str(), std::ios::binary | std::ios::in); in ReadImageFromFile()
|
| /kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
| H A D | Makefile | 50 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S 107 cmd_eficopy = $(OBJCOPY) $(OBJCOPYFLAGS) -O binary -R .comment -S $@ $@
|