Searched +full:zstd +full:- +full:win +full:- +full:binary +full:- (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/zstd/ |
H A D | appveyor.yml | 4 - 8 - release 9 - master 10 - /appveyor*/ 11 - /visual*/ 14 - COMPILER: "gcc" 17 SCRIPT: "make allzstd MOREFLAGS=-static" 20 - COMPILER: "gcc" 23 SCRIPT: "make allzstd MOREFLAGS=-static" 27 - COMPILER: "clang-cl" [all …]
|
/freebsd/sys/contrib/openzfs/module/zstd/ |
H A D | zfs_zstd.c | 1 // SPDX-License-Identifier: BSD-3-Clause 3 * BSD 3-Clause New License (https://spdx.org/licenses/BSD-3-Clause.html) 5 * Redistribution and use in source and binary forms, with or without 11 * 2. Redistributions in binary form must reproduce the above copyright notice, 33 * Copyright (c) 2016-2018, Klara Inc. 34 * Copyright (c) 2016-2018, Allan Jude 35 * Copyright (c) 2018-2020, Sebastian Gottschall 36 * Copyright (c) 2019-2020, Michael Niewöhner 48 #include <sys/zstd/zstd.h> 51 #include "lib/zstd.h" [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Driver.cpp | 1 //===- Driver.cpp ---------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 // be harmful when you are doing cross-linking. Therefore, in LLD, we 23 //===----------------------------------------------------------------------===// 53 #include "llvm/Config/llvm-config.h" 88 if (config->noinhibitExec) in errorOrWarn() 130 // This driver-specific context will be freed later by unsafeLldMain(). in link() 133 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link() 134 ctx->e.cleanupCallback = []() { in link() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | filesystems | 1 #------------------------------------------------------------------------------ 7 >0 ubyte 0x01 12-bit FAT 10 >0 ubyte 0x04 16-bit FAT, less than 32M 12 >0 ubyte 0x06 16-bit FAT, more than 32M 17 >0 ubyte 0x0b 32-bit FAT 18 >0 ubyte 0x0c 32-bit FAT, LBA-mapped 19 >0 ubyte 0x0d 7XXX, LBA-mapped 20 >0 ubyte 0x0e 16-bit FAT, LBA-mapped 21 >0 ubyte 0x0f extended partition, LBA-mapped 23 >0 ubyte 0x11 OS/2 DOS 12-bit FAT [all …]
|