| /openbsd-src/usr.bin/file/magdir/ |
| H A D | c64 | 8 0x16500 belong 0x12014100 D64 Image 9 0x16500 belong 0x12014180 D71 Image 10 0x61800 belong 0x28034400 D81 Image 11 0 string C64\40CARTRIDGE CCS C64 Emultar Cartridge Image 12 0 belong 0x43154164 X64 Image 14 0 string GCR-1541 GCR Image 23 0 string C64Image PC64 Freezer Image 25 0 beshort 0x38CD C64 PCLink Image 30 0 string C64S\x20tape\x20file T64 tape Image 35 0 string C64\x20tape\x20image\x20file\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0 T64 tape Image [all …]
|
| H A D | scientific | 39 0 string R-AXIS4\ \ \ R-Axis Area Detector Image: 47 0 string RAXIS\ \ \ \ \ R-Axis Area Detector Image, Win32: 56 1028 string MMX\000\000\000\000\000\000\000\000\000\000\000\000\000 MAR Area Detector Image,
|
| H A D | images | 51 0 string \117\072 Solitaire Image Recorder format 66 # Tag Image File Format, from Daniel Quinlan (quinlan@yggdrasil.com) 139 # Magick Image File Format 285 # FITS is the Flexible Image Transport System, the de facto standard for 404 0 string 8BPS Adobe Photoshop Image 414 # GEM Image: Version 1, Headerlen 8 (Wolfram Kleff) 415 0 belong 0x00010008 GEM Image data 456 0 string Paint\ Shop\ Pro\ Image\ File Paint Shop Pro Image File 533 54 leshort 12345 Bio-Rad .PIC Image File 546 0 string AT&TFORM DjVu Image file [all …]
|
| H A D | sgi | 70 8 string CIMG Alias Maya Image File 71 8 string DEEP Alias Maya Image File
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | OffloadEmitter.cpp | 23 object::OffloadBinary::OffloadingImage Image{}; in yaml2offload() local 25 Image.TheImageKind = *Member.ImageKind; in yaml2offload() 27 Image.TheOffloadKind = *Member.OffloadKind; in yaml2offload() 29 Image.Flags = *Member.Flags; in yaml2offload() 31 StringMap<StringRef> &StringData = Image.StringData; in yaml2offload() 42 Image.Image = MemoryBuffer::getMemBufferCopy(OS.str()); in yaml2offload() 44 std::unique_ptr<MemoryBuffer> Binary = object::OffloadBinary::write(Image); in yaml2offload()
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | more.mapping | 37 .bw Raw 'GKON' 'SGI ' "GraphicConverter - SGI Image" 49 .cut Raw 'GKON' 'Halo' "GraphicConverter - Dr Halo Image" 67 .fit Raw 'GKON' 'FITS' "GraphicConverter - Flexible Image Transport (image/x-fits)" 72 .fts Raw 'GKON' 'FITS' "GraphicConverter - Flexible Image Transport" 76 .grp Raw 'GKON' 'GRPp' "GraphicConverter - GRP Image" 87 .ic1 Raw 'GKON' 'IMAG' "GraphicConverter - Atari Image" 88 .ic2 Raw 'GKON' 'IMAG' "GraphicConverter - Atari Image" 89 .ic3 Raw 'GKON' 'IMAG' "GraphicConverter - Atari Image" 93 .iff Raw 'GKON' 'ILBM' "GraphicConverter - Amiga IFF Image" 94 .ilbm Raw 'GKON' 'ILBM' "GraphicConverter - Amiga ILBM Image" [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/clang-offload-packager/ |
| H A D | ClangOffloadPackager.cpp | 58 static DenseMap<StringRef, StringRef> getImageArguments(StringRef Image, in getImageArguments() argument 61 for (StringRef Arg : llvm::split(Image, ",")) { in getImageArguments() 75 for (StringRef Image : DeviceImages) { in bundleImages() local 78 DenseMap<StringRef, StringRef> Args = getImageArguments(Image, Saver); in bundleImages() 100 ImageBinary.Image = std::move(*ObjectOrErr); in bundleImages() 143 for (StringRef Image : DeviceImages) { in unbundleImages() local 146 auto Args = getImageArguments(Image, Saver); in unbundleImages()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
| H A D | OffloadWrapper.cpp | 184 auto *Image = new GlobalVariable(M, Data->getType(), /*isConstant*/ true, in createBinDesc() local 187 Image->setUnnamedAddr(GlobalValue::UnnamedAddr::Global); in createBinDesc() 188 Image->setSection(".llvm.offloading"); in createBinDesc() 189 Image->setAlignment(Align(object::OffloadBinary::getAlignment())); in createBinDesc() 195 ConstantExpr::getGetElementPtr(Image->getValueType(), Image, ZeroZero); in createBinDesc() 197 ConstantExpr::getGetElementPtr(Image->getValueType(), Image, ZeroSize); in createBinDesc() 295 GlobalVariable *createFatbinDesc(Module &M, ArrayRef<char> Image, bool IsHIP) { in createFatbinDesc() argument 304 auto *Data = ConstantDataArray::get(C, Image); in createFatbinDesc() 604 Error wrapCudaBinary(Module &M, ArrayRef<char> Image) { in wrapCudaBinary() argument 605 GlobalVariable *Desc = createFatbinDesc(M, Image, /* IsHIP */ false); in wrapCudaBinary() [all …]
|
| H A D | ClangLinkerWrapper.cpp | 185 OffloadingImage Image{}; in getInputBitcodeLibrary() local 186 Image.TheImageKind = IMG_Bitcode; in getInputBitcodeLibrary() 187 Image.TheOffloadKind = getOffloadKind(Kind); in getInputBitcodeLibrary() 188 Image.StringData = {{"triple", Triple}, {"arch", Arch}}; in getInputBitcodeLibrary() 189 Image.Image = std::move(*ImageOrError); in getInputBitcodeLibrary() 191 std::unique_ptr<MemoryBuffer> Binary = OffloadBinary::write(Image); in getInputBitcodeLibrary() 877 for (const OffloadingImage &Image : Images) in bundleOpenMP() local 878 Buffers.emplace_back(OffloadBinary::write(Image)); in bundleOpenMP() 886 for (const OffloadingImage &Image : Images) in bundleCuda() local 887 InputFiles.emplace_back(std::make_pair(Image.Image->getBufferIdentifier(), in bundleCuda() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 980408-1.c | 81 } Image; typedef 82 Image *MinifyImage(Image *image) in MinifyImage() 84 Image in MinifyImage()
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx7_vaddr_887f26.rst | 13 Image address which includes from one to four dimensional coordinates and other data used to locate… 17 …Note. Image format and dimensions are encoded in the image resource constant, but not in the instr…
|
| H A D | gfx8_vaddr_887f26.rst | 13 Image address which includes from one to four dimensional coordinates and other data used to locate… 17 …Note. Image format and dimensions are encoded in the image resource constant, but not in the instr…
|
| H A D | gfx90a_vaddr_cc213c.rst | 13 Image address which includes from one to four dimensional coordinates and other data used to locate… 17 …Note. Image format and dimensions are encoded in the image resource constant, but not in the instr…
|
| H A D | gfx9_vaddr_cc213c.rst | 13 Image address which includes from one to four dimensional coordinates and other data used to locate… 17 …Note. Image format and dimensions are encoded in the image resource constant, but not in the instr…
|
| H A D | gfx11_vdst_9041ac.rst | 13 Image data to be loaded by an image instruction.
|
| H A D | gfx1030_vdst_9041ac.rst | 13 Image data to be loaded by an image instruction.
|
| H A D | gfx1013_vdst_9041ac.rst | 13 Image data to be loaded by an image instruction.
|
| H A D | gfx11_srsrc_5dafbc.rst | 13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
|
| H A D | gfx1030_srsrc_5dafbc.rst | 13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
|
| H A D | gfx9_srsrc_79ffcd.rst | 13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
|
| H A D | gfx90a_srsrc_79ffcd.rst | 13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
|
| H A D | gfx1013_srsrc_5dafbc.rst | 13 Image resource constant which defines the location of the image buffer in memory, its dimensions, t…
|
| H A D | gfx8_vdata_c08393.rst | 13 Image data to store by an *image_store* instruction.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 119 .Case("image1d_t", ValueKind::Image) in getValueKind() 120 .Case("image1d_array_t", ValueKind::Image) in getValueKind() 121 .Case("image1d_buffer_t", ValueKind::Image) in getValueKind() 122 .Case("image2d_t", ValueKind::Image) in getValueKind() 123 .Case("image2d_array_t", ValueKind::Image) in getValueKind() 124 .Case("image2d_array_depth_t", ValueKind::Image) in getValueKind() 125 .Case("image2d_array_msaa_t", ValueKind::Image) in getValueKind() 126 .Case("image2d_array_msaa_depth_t", ValueKind::Image) in getValueKind() 127 .Case("image2d_depth_t", ValueKind::Image) in getValueKind() 128 .Case("image2d_msaa_t", ValueKind::Image) in getValueKind() [all …]
|
| /openbsd-src/distrib/notes/riscv64/ |
| H A D | xfer | 5 Image files
|