path stringlengths 14 112 | content stringlengths 0 6.32M | size int64 0 6.32M | max_lines int64 1 100k | repo_name stringclasses 2
values | autogenerated bool 1
class |
|---|---|---|---|---|---|
cosmopolitan/third_party/intel/rtmintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <rtmintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _RTMINTRIN_H_INCLUDED
#define _RTMINTRIN_H_INCLUDED
#ifndef __RTM__
#pragma GCC push_options
#pragma GCC target("rtm")
#define __DISABLE_RTM__
#endif /* __RTM__ */
#define _XBEGIN_STARTED (~0u)
#de... | 1,018 | 45 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512dqintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx512dqintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512DQINTRIN_H_INCLUDED
#define _AVX512DQINTRIN_H_INCLUDED
#ifndef __AVX512DQ__
#pragma GCC push_options
#pragma GCC target("avx512dq")
#define __DISABLE_AVX512DQ__
#endif /* __AVX512DQ__ */
... | 70,186 | 1,648 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx5124vnniwintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error \
"Never use <avx5124vnniwintrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _AVX5124VNNIWINTRIN_H_INCLUDED
#define _AVX5124VNNIWINTRIN_H_INCLUDED
#ifndef __AVX5124VNNIW__
#pragma GCC push_options
#pragma GCC target("avx5124vnniw")
#define __DISABLE_AVX512... | 3,114 | 70 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/popcntintrin.internal.h | #ifndef _POPCNTINTRIN_H_INCLUDED
#define _POPCNTINTRIN_H_INCLUDED
#ifdef __x86_64__
#ifndef __POPCNT__
#pragma GCC push_options
#pragma GCC target("popcnt")
#define __DISABLE_POPCNT__
#endif /* __POPCNT__ */
__funline int _mm_popcnt_u32(unsigned int __X) {
return __builtin_popcount(__X);
}
#ifdef __x86_64__
__funl... | 592 | 28 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/rdseedintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <rdseedintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _RDSEEDINTRIN_H_INCLUDED
#define _RDSEEDINTRIN_H_INCLUDED
#ifndef __RDSEED__
#pragma GCC push_options
#pragma GCC target("rdseed")
#define __DISABLE_RDSEED__
#endif /* __RDSEED__ */
__funlin... | 786 | 34 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512ifmavlintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error \
"Never use <avx512ifmavlintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512IFMAVLINTRIN_H_INCLUDED
#define _AVX512IFMAVLINTRIN_H_INCLUDED
#if !defined(__AVX512VL__) || !defined(__AVX512IFMA__)
#pragma GCC push_options
#pragma GCC target("avx512ifma,avx... | 3,609 | 89 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/mmintrin.internal.h | #ifndef _MMINTRIN_H_INCLUDED
#define _MMINTRIN_H_INCLUDED
#ifdef __x86_64__
#if defined __x86_64__ && !defined __SSE__ || !defined __MMX__
#pragma GCC push_options
#ifdef __x86_64__
#pragma GCC target("sse,mmx")
#else
#pragma GCC target("mmx")
#endif
#define __DISABLE_MMX__
#endif /* __MMX__ */
typedef int __m64 __at... | 15,229 | 577 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/wbnoinvdintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <wbnoinvdintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _WBNOINVDINTRIN_H_INCLUDED
#define _WBNOINVDINTRIN_H_INCLUDED
#ifndef __WBNOINVD__
#pragma GCC push_options
#pragma GCC target("wbnoinvd")
#define __DISABLE_WBNOINVD__
#endif /* __WBNOINVD__ */
... | 541 | 24 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/gfniintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <gfniintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _GFNIINTRIN_H_INCLUDED
#define _GFNIINTRIN_H_INCLUDED
#if !defined(__GFNI__) || !defined(__SSE2__)
#pragma GCC push_options
#pragma GCC target("gfni,sse2")
#define __DISABLE_GFNI__
#endif /* __GFNI_... | 13,838 | 312 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/fma4intrin.internal.h | #ifndef _X86INTRIN_H_INCLUDED
#error "Never use <fma4intrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _FMA4INTRIN_H_INCLUDED
#define _FMA4INTRIN_H_INCLUDED
#include "third_party/intel/ammintrin.internal.h"
#ifndef __FMA4__
#pragma GCC push_options
#pragma GCC target("fma4")
#define __DISABLE_FMA4__... | 6,893 | 185 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/cldemoteintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <cldemoteintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _CLDEMOTE_H_INCLUDED
#define _CLDEMOTE_H_INCLUDED
#ifndef __CLDEMOTE__
#pragma GCC push_options
#pragma GCC target("cldemote")
#define __DISABLE_CLDEMOTE__
#endif /* __CLDEMOTE__ */
__funli... | 534 | 22 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512pfintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx512pfintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512PFINTRIN_H_INCLUDED
#define _AVX512PFINTRIN_H_INCLUDED
#ifndef __AVX512PF__
#pragma GCC push_options
#pragma GCC target("avx512pf")
#define __DISABLE_AVX512PF__
#endif /* __AVX512PF__ */
... | 8,953 | 191 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/pconfigintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <pconfigintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _PCONFIGINTRIN_H_INCLUDED
#define _PCONFIGINTRIN_H_INCLUDED
#ifndef __PCONFIG__
#pragma GCC push_options
#pragma GCC target("pconfig")
#define __DISABLE_PCONFIG__
#endif /* __PCONFIG__ */
#defin... | 1,490 | 53 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/wmmintrin.internal.h | #ifndef _WMMINTRIN_H_INCLUDED
#define _WMMINTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/emmintrin.internal.h"
#if !defined(__AES__) || !defined(__SSE2__)
#pragma GCC push_options
#pragma GCC target("aes,sse2")
#define __DISABLE_AES__
#endif /* __AES__ */
__funline __m128i _mm_aesdec_si128(__m128i __... | 2,070 | 69 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/lzcntintrin.internal.h | #if !defined _X86INTRIN_H_INCLUDED && !defined _IMMINTRIN_H_INCLUDED
#error "Never use <lzcntintrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _LZCNTINTRIN_H_INCLUDED
#define _LZCNTINTRIN_H_INCLUDED
#ifndef __LZCNT__
#pragma GCC push_options
#pragma GCC target("lzcnt")
#define __DISABLE_LZCNT__
#endi... | 1,017 | 42 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/xtestintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <xtestintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _XTESTINTRIN_H_INCLUDED
#define _XTESTINTRIN_H_INCLUDED
#ifndef __RTM__
#pragma GCC push_options
#pragma GCC target("rtm")
#define __DISABLE_RTM__
#endif /* __RTM__ */
__funline int _xtest(void) {... | 494 | 24 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/ammintrin.internal.h | #ifndef _AMMINTRIN_H_INCLUDED
#define _AMMINTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/pmmintrin.internal.h"
#ifndef __SSE4A__
#pragma GCC push_options
#pragma GCC target("sse4a")
#define __DISABLE_SSE4A__
#endif /* __SSE4A__ */
__funline void _mm_stream_sd(double* __P, __m128d __Y) {
__builtin_i... | 1,913 | 59 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/sgxintrin.internal.h | #ifndef _SGXINTRIN_H_INCLUDED
#define _SGXINTRIN_H_INCLUDED
#ifdef __x86_64__
#ifndef __SGX__
#pragma GCC push_options
#pragma GCC target("sgx")
#define __DISABLE_SGX__
#endif /* __SGX__ */
#define __encls_bc(leaf, b, c, retval) \
__asm__ __volatile__("encls\n\t" \
... | 6,809 | 216 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/cpuid.internal.h | #ifndef COSMOPOLITAN_THIRD_PARTY_INTEL_CPUID_INTERNAL_H_
#define COSMOPOLITAN_THIRD_PARTY_INTEL_CPUID_INTERNAL_H_
#ifdef __x86_64__
#if !(__ASSEMBLER__ + __LINKER__ + 0)
#define bit_SSE3 (1 << 0)
#define bit_PCLMUL (1 << 1)
#define bit_LZCNT (1 << 5)
#define bit_SSSE3 (1 << 9)
#define bit_FMA ... | 7,638 | 238 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512vbmi2vlintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error \
"Never use <avx512vbmi2vlintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512VBMI2VLINTRIN_H_INCLUDED
#define _AVX512VBMI2VLINTRIN_H_INCLUDED
#if !defined(__AVX512VL__) || !defined(__AVX512VBMI2__)
#pragma GCC push_options
#pragma GCC target("avx512vbmi... | 33,620 | 717 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx5124fmapsintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error \
"Never use <avx5124fmapsintrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _AVX5124FMAPSINTRIN_H_INCLUDED
#define _AVX5124FMAPSINTRIN_H_INCLUDED
#ifndef __AVX5124FMAPS__
#pragma GCC push_options
#pragma GCC target("avx5124fmaps")
#define __DISABLE_AVX512... | 5,069 | 113 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512bitalgintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error \
"Never use <avx512bitalgintrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _AVX512BITALGINTRIN_H_INCLUDED
#define _AVX512BITALGINTRIN_H_INCLUDED
#ifndef __AVX512BITALG__
#pragma GCC push_options
#pragma GCC target("avx512bitalg")
#define __DISABLE_AVX512... | 6,162 | 173 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx2intrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx2intrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX2INTRIN_H_INCLUDED
#define _AVX2INTRIN_H_INCLUDED
#ifndef __AVX2__
#pragma GCC push_options
#pragma GCC target("avx2")
#define __DISABLE_AVX2__
#endif /* __AVX2__ */
#ifdef __OPTIMIZE__
__funli... | 44,864 | 1,141 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512vnniintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx512vnniintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef __AVX512VNNIINTRIN_H_INCLUDED
#define __AVX512VNNIINTRIN_H_INCLUDED
#if !defined(__AVX512VNNI__)
#pragma GCC push_options
#pragma GCC target("avx512vnni")
#define __DISABLE_AVX512VNNI__
#endif... | 3,517 | 88 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/waitpkgintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <waitpkgintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _WAITPKG_H_INCLUDED
#define _WAITPKG_H_INCLUDED
#ifndef __WAITPKG__
#pragma GCC push_options
#pragma GCC target("waitpkg")
#define __DISABLE_WAITPKG__
#endif /* __WAITPKG__ */
__funline voi... | 769 | 32 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512vpopcntdqintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error \
"Never use <avx512vpopcntdqintrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _AVX512VPOPCNTDQINTRIN_H_INCLUDED
#define _AVX512VPOPCNTDQINTRIN_H_INCLUDED
#ifndef __AVX512VPOPCNTDQ__
#pragma GCC push_options
#pragma GCC target("avx512vpopcntdq")
#define _... | 1,721 | 51 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/xmmintrin.internal.h | #ifndef _XMMINTRIN_H_INCLUDED
#define _XMMINTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/mm_malloc.internal.h"
#include "third_party/intel/mmintrin.internal.h"
enum _mm_hint {
_MM_HINT_ET0 = 7,
_MM_HINT_ET1 = 6,
_MM_HINT_T0 = 3,
_MM_HINT_T1 = 2,
_MM_HINT_T2 = 1,
_MM_HINT_NTA = 0
};
#ifdef... | 22,311 | 784 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/clwbintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <clwbintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _CLWBINTRIN_H_INCLUDED
#define _CLWBINTRIN_H_INCLUDED
#ifndef __CLWB__
#pragma GCC push_options
#pragma GCC target("clwb")
#define __DISABLE_CLWB__
#endif /* __CLWB__ */
__funline void _mm_clw... | 505 | 24 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/mwaitxintrin.internal.h | #ifndef _MWAITXINTRIN_H_INCLUDED
#define _MWAITXINTRIN_H_INCLUDED
#ifdef __x86_64__
#ifndef __MWAITX__
#pragma GCC push_options
#pragma GCC target("mwaitx")
#define __DISABLE_MWAITX__
#endif /* __MWAITX__ */
__funline void _mm_monitorx(void const* __P, unsigned int __E, unsigned int __H) {
__builtin_ia32_monitorx(_... | 634 | 26 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512vnnivlintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error \
"Never use <avx512vnnivlintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512VNNIVLINTRIN_H_INCLUDED
#define _AVX512VNNIVLINTRIN_H_INCLUDED
#if !defined(__AVX512VL__) || !defined(__AVX512VNNI__)
#pragma GCC push_options
#pragma GCC target("avx512vnni,avx... | 6,559 | 155 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512vbmivlintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error \
"Never use <avx512vbmivlintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512VBMIVLINTRIN_H_INCLUDED
#define _AVX512VBMIVLINTRIN_H_INCLUDED
#if !defined(__AVX512VL__) || !defined(__AVX512VBMI__)
#pragma GCC push_options
#pragma GCC target("avx512vbmi,avx... | 6,303 | 160 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avxintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avxintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVXINTRIN_H_INCLUDED
#define _AVXINTRIN_H_INCLUDED
#ifndef __AVX__
#pragma GCC push_options
#pragma GCC target("avx")
#define __DISABLE_AVX__
#endif /* __AVX__ */
typedef double __v4df __attribute_... | 35,804 | 1,034 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512cdintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx512cdintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512CDINTRIN_H_INCLUDED
#define _AVX512CDINTRIN_H_INCLUDED
#ifndef __AVX512CD__
#pragma GCC push_options
#pragma GCC target("avx512cd")
#define __DISABLE_AVX512CD__
#endif /* __AVX512CD__ */
... | 3,636 | 101 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/x86intrin.internal.h | #ifndef _X86INTRIN_H_INCLUDED
#define _X86INTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/ia32intrin.internal.h"
#ifndef __iamcu__
/* clang-format off */
#include "third_party/intel/immintrin.internal.h"
#include "third_party/intel/mm3dnow.internal.h"
#include "third_party/intel/fma4intrin.internal.h"
... | 734 | 22 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512vlbwintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx512vlbwintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512VLBWINTRIN_H_INCLUDED
#define _AVX512VLBWINTRIN_H_INCLUDED
#if !defined(__AVX512VL__) || !defined(__AVX512BW__)
#pragma GCC push_options
#pragma GCC target("avx512vl,avx512bw")
#define ... | 122,253 | 2,741 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/xopintrin.internal.h | #ifndef _X86INTRIN_H_INCLUDED
#error "Never use <xopintrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _XOPMMINTRIN_H_INCLUDED
#define _XOPMMINTRIN_H_INCLUDED
#include "third_party/intel/fma4intrin.internal.h"
#ifndef __XOP__
#pragma GCC push_options
#pragma GCC target("xop")
#define __DISABLE_XOP__
... | 19,147 | 559 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/smmintrin.internal.h | #ifndef _SMMINTRIN_H_INCLUDED
#define _SMMINTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/tmmintrin.internal.h"
#ifndef __SSE4_1__
#pragma GCC push_options
#pragma GCC target("sse4.1")
#define __DISABLE_SSE4_1__
#endif /* __SSE4_1__ */
#define _MM_FROUND_TO_NEAREST_INT 0x00
#define _MM_FROUND_TO_NEG_I... | 21,055 | 578 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/tbmintrin.internal.h | #ifndef _X86INTRIN_H_INCLUDED
#error "Never use <tbmintrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _TBMINTRIN_H_INCLUDED
#define _TBMINTRIN_H_INCLUDED
#ifndef __TBM__
#pragma GCC push_options
#pragma GCC target("tbm")
#define __DISABLE_TBM__
#endif /* __TBM__ */
#ifdef __OPTIMIZE__
__funline unsi... | 2,933 | 116 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512fintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx512fintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512FINTRIN_H_INCLUDED
#define _AVX512FINTRIN_H_INCLUDED
#ifndef __AVX512F__
#pragma GCC push_options
#pragma GCC target("avx512f")
#define __DISABLE_AVX512F__
#endif /* __AVX512F__ */
typede... | 442,762 | 10,327 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/immintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#define _IMMINTRIN_H_INCLUDED
#ifdef __x86_64__
/* clang-format off */
#include "third_party/intel/mmintrin.internal.h"
#include "third_party/intel/xmmintrin.internal.h"
#include "third_party/intel/emmintrin.internal.h"
#include "third_party/intel/pmmintrin.internal.h"
#include "third_par... | 5,981 | 182 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/tmmintrin.internal.h | #ifndef _TMMINTRIN_H_INCLUDED
#define _TMMINTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/pmmintrin.internal.h"
#ifndef __SSSE3__
#pragma GCC push_options
#pragma GCC target("ssse3")
#define __DISABLE_SSSE3__
#endif /* __SSSE3__ */
__funline __m128i _mm_hadd_epi16(__m128i __X, __m128i __Y) {
return ... | 4,862 | 156 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/pkuintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <pkuintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _PKUINTRIN_H_INCLUDED
#define _PKUINTRIN_H_INCLUDED
#ifndef __PKU__
#pragma GCC push_options
#pragma GCC target("pku")
#define __DISABLE_PKU__
#endif /* __PKU__ */
__funline unsigned int _rdpkr... | 586 | 28 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/cetintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <cetintrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _CETINTRIN_H_INCLUDED
#define _CETINTRIN_H_INCLUDED
#ifndef __SHSTK__
#pragma GCC push_options
#pragma GCC target("shstk")
#define __DISABLE_SHSTK__
#endif /* __SHSTK__ */
#ifdef __x86_64__
__f... | 1,500 | 74 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/fmaintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <fmaintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _FMAINTRIN_H_INCLUDED
#define _FMAINTRIN_H_INCLUDED
#ifndef __FMA__
#pragma GCC push_options
#pragma GCC target("fma")
#define __DISABLE_FMA__
#endif /* __FMA__ */
__funline __m128d _mm_fmadd_pd(__m... | 6,819 | 178 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/vpclmulqdqintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <vpclmulqdqintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _VPCLMULQDQINTRIN_H_INCLUDED
#define _VPCLMULQDQINTRIN_H_INCLUDED
#if !defined(__VPCLMULQDQ__) || !defined(__AVX512F__)
#pragma GCC push_options
#pragma GCC target("vpclmulqdq,avx512f")
#defin... | 1,743 | 53 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/mm_malloc.internal.h | #ifndef _MM_MALLOC_H_INCLUDED
#define _MM_MALLOC_H_INCLUDED
#ifdef __x86_64__
#include "libc/mem/mem.h"
#ifndef __cplusplus
extern int _mm_posix_memalign(void **, size_t, size_t)
#else
extern "C" int _mm_posix_memalign(void **, size_t, size_t) throw()
#endif
__asm__("posix_memalign");
static __inline void *_mm_ma... | 754 | 30 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/vaesintrin.internal.h | #ifndef __VAESINTRIN_H_INCLUDED
#define __VAESINTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/x86intrin.internal.h"
#if !defined(__VAES__) || !defined(__AVX__)
#pragma GCC push_options
#pragma GCC target("vaes,avx")
#define __DISABLE_VAES__
#endif /* __VAES__ */
__funline __m256i _mm256_aesdec_epi128(... | 1,907 | 62 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/prfchwintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED && !defined _MM3DNOW_H_INCLUDED
#error \
"Never use <prfchwintrin.h> directly; include <immintrin.h> or <mm3dnow.h> instead."
#endif
#ifndef _PRFCHWINTRIN_H_INCLUDED
#define _PRFCHWINTRIN_H_INCLUDED
__funline void _m_prefetchw(void *__P) {
__builtin_prefetch(__P, 1, 3 /* _MM_H... | 373 | 14 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/ia32intrin.internal.h | #ifndef _X86INTRIN_H_INCLUDED
#error "Never use <ia32intrin.h> directly; include <x86intrin.h> instead."
#endif
__funline int __bsfd(int __X) {
return __builtin_ctz(__X);
}
__funline int __bsrd(int __X) {
return __builtin_ia32_bsrsi(__X);
}
__funline int __bswapd(int __X) {
return __builtin_bswap32(__X);
}
#i... | 4,203 | 185 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512bwintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx512bwintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512BWINTRIN_H_INCLUDED
#define _AVX512BWINTRIN_H_INCLUDED
#ifndef __AVX512BW__
#pragma GCC push_options
#pragma GCC target("avx512bw")
#define __DISABLE_AVX512BW__
#endif /* __AVX512BW__ */
... | 84,729 | 1,955 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/nmmintrin.internal.h | #ifndef _NMMINTRIN_H_INCLUDED
#define _NMMINTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/smmintrin.internal.h"
#endif /* __x86_64__ */
#endif /* _NMMINTRIN_H_INCLUDED */
| 187 | 7 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512vbmiintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx512vbmiintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512VBMIINTRIN_H_INCLUDED
#define _AVX512VBMIINTRIN_H_INCLUDED
#ifndef __AVX512VBMI__
#pragma GCC push_options
#pragma GCC target("avx512vbmi")
#define __DISABLE_AVX512VBMI__
#endif /* __AV... | 3,426 | 91 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/movdirintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <movdirintrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _MOVDIRINTRIN_H_INCLUDED
#define _MOVDIRINTRIN_H_INCLUDED
#ifndef __MOVDIRI__
#pragma GCC push_options
#pragma GCC target("movdiri")
#define __DISABLE_MOVDIRI__
#endif /* __MOVDIRI__ */
__fu... | 1,111 | 43 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/xsavesintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <xsavesintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _XSAVESINTRIN_H_INCLUDED
#define _XSAVESINTRIN_H_INCLUDED
#ifndef __XSAVES__
#pragma GCC push_options
#pragma GCC target("xsaves")
#define __DISABLE_XSAVES__
#endif /* __XSAVES__ */
__funlin... | 852 | 38 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/xsaveintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <xsaveintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _XSAVEINTRIN_H_INCLUDED
#define _XSAVEINTRIN_H_INCLUDED
#ifndef __XSAVE__
#pragma GCC push_options
#pragma GCC target("xsave")
#define __DISABLE_XSAVE__
#endif /* __XSAVE__ */
__funline void ... | 1,017 | 46 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/clzerointrin.internal.h | #ifndef _CLZEROINTRIN_H_INCLUDED
#define _CLZEROINTRIN_H_INCLUDED
#ifdef __x86_64__
#ifndef __CLZERO__
#pragma GCC push_options
#pragma GCC target("clzero")
#define __DISABLE_CLZERO__
#endif /* __CLZERO__ */
__funline void _mm_clzero(void* __I) {
__builtin_ia32_clzero(__I);
}
#ifdef __DISABLE_CLZERO__
#undef __DIS... | 453 | 22 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/bmi2intrin.internal.h | #if !defined _X86INTRIN_H_INCLUDED && !defined _IMMINTRIN_H_INCLUDED
#error "Never use <bmi2intrin.h> directly; include <x86intrin.h> instead."
#endif
#ifndef _BMI2INTRIN_H_INCLUDED
#define _BMI2INTRIN_H_INCLUDED
#ifndef __BMI2__
#pragma GCC push_options
#pragma GCC target("bmi2")
#define __DISABLE_BMI2__
#endif /* _... | 1,990 | 68 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512ifmaintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx512ifmaintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512IFMAINTRIN_H_INCLUDED
#define _AVX512IFMAINTRIN_H_INCLUDED
#ifndef __AVX512IFMA__
#pragma GCC push_options
#pragma GCC target("avx512ifma")
#define __DISABLE_AVX512IFMA__
#endif /* __AV... | 2,036 | 54 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/pmmintrin.internal.h | #ifndef _PMMINTRIN_H_INCLUDED
#define _PMMINTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/emmintrin.internal.h"
#ifndef __SSE3__
#pragma GCC push_options
#pragma GCC target("sse3")
#define __DISABLE_SSE3__
#endif /* __SSE3__ */
#define _MM_DENORMALS_ZERO_MASK 0x0040
#define _MM_DENORMALS_ZERO_ON 0x0... | 2,224 | 79 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/f16cintrin.internal.h | #if !defined _X86INTRIN_H_INCLUDED && !defined _IMMINTRIN_H_INCLUDED
#error \
"Never use <f16intrin.h> directly; include <x86intrin.h> or <immintrin.h> instead."
#endif
#ifndef _F16CINTRIN_H_INCLUDED
#define _F16CINTRIN_H_INCLUDED
#ifndef __F16C__
#pragma GCC push_options
#pragma GCC target("f16c")
#define __DISA... | 2,312 | 76 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/clflushoptintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <clflushoptintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _CLFLUSHOPTINTRIN_H_INCLUDED
#define _CLFLUSHOPTINTRIN_H_INCLUDED
#ifndef __CLFLUSHOPT__
#pragma GCC push_options
#pragma GCC target("clflushopt")
#define __DISABLE_CLFLUSHOPT__
#endif /*... | 583 | 24 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/mm3dnow.internal.h | #ifndef _MM3DNOW_H_INCLUDED
#define _MM3DNOW_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/mmintrin.internal.h"
#include "third_party/intel/prfchwintrin.internal.h"
#if defined __x86_64__ && !defined __SSE__ || !defined __3dNOW__
#pragma GCC push_options
#ifdef __x86_64__
#pragma GCC target("sse,3dnow")
#el... | 3,984 | 156 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512vlintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <avx512vlintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512VLINTRIN_H_INCLUDED
#define _AVX512VLINTRIN_H_INCLUDED
#ifndef __AVX512VL__
#pragma GCC push_options
#pragma GCC target("avx512vl")
#define __DISABLE_AVX512VL__
#endif /* __AVX512VL__ */
... | 355,708 | 8,045 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/avx512vpopcntdqvlintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error \
"Never use <avx512vpopcntdqvlintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _AVX512VPOPCNTDQVLINTRIN_H_INCLUDED
#define _AVX512VPOPCNTDQVLINTRIN_H_INCLUDED
#if !defined(__AVX512VPOPCNTDQ__) || !defined(__AVX512VL__)
#pragma GCC push_options
#pragma G... | 2,909 | 79 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/shaintrin.internal.h | #ifndef _IMMINTRIN_H_INCLUDED
#error "Never use <shaintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _SHAINTRIN_H_INCLUDED
#define _SHAINTRIN_H_INCLUDED
#ifndef __SHA__
#pragma GCC push_options
#pragma GCC target("sha")
#define __DISABLE_SHA__
#endif /* __SHA__ */
__funline __m128i _mm_sha1msg1_epu... | 1,726 | 55 | jart/cosmopolitan | false |
cosmopolitan/third_party/intel/xsavecintrin.internal.h | #if !defined _IMMINTRIN_H_INCLUDED
#error "Never use <xsavecintrin.h> directly; include <immintrin.h> instead."
#endif
#ifndef _XSAVECINTRIN_H_INCLUDED
#define _XSAVECINTRIN_H_INCLUDED
#ifndef __XSAVEC__
#pragma GCC push_options
#pragma GCC target("xsavec")
#define __DISABLE_XSAVEC__
#endif /* __XSAVEC__ */
__funlin... | 666 | 30 | jart/cosmopolitan | false |
cosmopolitan/third_party/finger/util.c | /*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Tony Nardo of the Johns Hopkins University/Applied Physics Lab.
*
* Redistribution and use in source and binary forms, with or without
* modification, a... | 10,513 | 417 | jart/cosmopolitan | false |
cosmopolitan/third_party/finger/lprint.c | /*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Tony Nardo of the Johns Hopkins University/Applied Physics Lab.
*
* Redistribution and use in source and binary forms, with or without
* modification, a... | 10,413 | 363 | jart/cosmopolitan | false |
cosmopolitan/third_party/finger/net.c | /*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Tony Nardo of the Johns Hopkins University/Applied Physics Lab.
*
* Redistribution and use in source and binary forms, with or without
* modification, a... | 4,746 | 154 | jart/cosmopolitan | false |
cosmopolitan/third_party/finger/finger.mk | #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-â
#âââvi: set et ft=make ts=8 tw=8 fenc=utf-8 :viââââââââââââââââââââââââ
PKGS += THIRD_PARTY_FINGER
THIRD_PARTY_FINGER_ARTIFACTS += THIRD_PARTY_FINGER_A
THIRD_PARTY_FINGER = $(THIRD_PARTY_FIN... | 2,531 | 68 | jart/cosmopolitan | false |
cosmopolitan/third_party/finger/finger.1 | .\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above co... | 6,071 | 195 | jart/cosmopolitan | false |
cosmopolitan/third_party/finger/finger.c | /*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Tony Nardo of the Johns Hopkins University/Applied Physics Lab.
*
* Redistribution and use in source and binary forms, with or without
* modification, a... | 8,812 | 338 | jart/cosmopolitan | false |
cosmopolitan/third_party/finger/sprint.c | /*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Tony Nardo of the Johns Hopkins University/Applied Physics Lab.
*
* Redistribution and use in source and binary forms, with or without
* modification, a... | 5,638 | 174 | jart/cosmopolitan | false |
cosmopolitan/third_party/finger/finger.h | // clang-format off
/*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Tony Nardo of the Johns Hopkins University/Applied Physics Lab.
*
* Redistribution and use in source and binary forms, with or withou... | 4,541 | 122 | jart/cosmopolitan | false |
cosmopolitan/third_party/finger/display.c | /*
* Copyright (c) 1989 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Tony Nardo of the Johns Hopkins University/Applied Physics Lab.
*
* Redistribution and use in source and binary forms, with or without
* modification, a... | 4,397 | 167 | jart/cosmopolitan | false |
cosmopolitan/third_party/linenoise/LICENSE | Copyright (c) 2010-2014, Salvatore Sanfilippo <antirez at gmail dot com>
Copyright (c) 2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redis... | 1,408 | 26 | jart/cosmopolitan | false |
cosmopolitan/third_party/linenoise/README.cosmo | DESCRIPTION
Cosmopolitan Linenoise is a library for interactive pseudoteletypewriter
command sessions using ANSI Standard X3.64 control sequences.
ORIGIN
https://github.com/antirez/linenoise
97d2850af13c339369093b78abe5265845d78220
Author: antirez <antirez@gmail.com>
Date: Thu Mar 12 15:51:45 2020 +010... | 449 | 21 | jart/cosmopolitan | false |
cosmopolitan/third_party/linenoise/linenoise.h | #ifndef COSMOPOLITAN_THIRD_PARTY_LINENOISE_LINENOISE_H_
#define COSMOPOLITAN_THIRD_PARTY_LINENOISE_LINENOISE_H_
#include "libc/calls/struct/winsize.h"
#include "libc/stdio/stdio.h"
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
struct linenoiseState;
typedef struct linenoiseCompletions {
size_t len;
c... | 2,157 | 56 | jart/cosmopolitan | false |
cosmopolitan/third_party/linenoise/linenoise.mk | #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-â
#âââvi: set et ft=make ts=8 tw=8 fenc=utf-8 :viââââââââââââââââââââââââ
PKGS += THIRD_PARTY_LINENOISE
THIRD_PARTY_LINENOISE_ARTIFACTS += THIRD_PARTY_LINENOISE_A
THIRD_PARTY_LINENOISE = $(THI... | 2,335 | 62 | jart/cosmopolitan | false |
cosmopolitan/third_party/linenoise/linenoise.c | /*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-â
âvi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :viâ
âââââââââââââââââââââââââââââââââââââââââââââââââââ... | 79,975 | 2,658 | jart/cosmopolitan | false |
cosmopolitan/third_party/getopt/README.txt | GETOPT(3) Cosmopolitan Library Functions Manual GETOPT(3)
ðððð
ð´ð²ðð¼ð½ð â get option character from command line argument list
ðððððððð
#ð¶ð»ð°ð¹ðð±ð² <ðð»ð¶ððð±.ðµ>
e̲x̲t̲e̲r̲n̲ c̲h̲a̲r... | 20,918 | 419 | jart/cosmopolitan | false |
cosmopolitan/third_party/getopt/getopt.mk | #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-â
#âââvi: set et ft=make ts=8 tw=8 fenc=utf-8 :viââââââââââââââââââââââââ
PKGS += THIRD_PARTY_GETOPT
THIRD_PARTY_GETOPT_ARTIFACTS += THIRD_PARTY_GETOPT_A
THIRD_PARTY_GETOPT = $(THIRD_PARTY_GET... | 1,887 | 46 | jart/cosmopolitan | false |
cosmopolitan/third_party/getopt/getopt.3 | .\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the a... | 8,608 | 364 | jart/cosmopolitan | false |
cosmopolitan/third_party/getopt/getsubopt.c | /*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-â
âvi: set et ft=c ts=8 tw=8 fenc=utf-8 :viâ
âââââââââââââââââââââââââââââââââââââââââââââââââââ... | 4,283 | 92 | jart/cosmopolitan | false |
cosmopolitan/third_party/getopt/getopt.h | #ifndef COSMOPOLITAN_THIRD_PARTY_GETOPT_GETOPT_H_
#define COSMOPOLITAN_THIRD_PARTY_GETOPT_GETOPT_H_
#define no_argument 0
#define required_argument 1
#define optional_argument 2
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
extern char *optarg;
extern int optind, opterr, optopt, optreset;
int ge... | 799 | 31 | jart/cosmopolitan | false |
cosmopolitan/third_party/getopt/getopt.c | /* $NetBSD: getopt.c,v 1.26 2003/08/07 16:43:40 agc Exp $ */
/*
* Copyright (c) 1987, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are me... | 5,418 | 185 | jart/cosmopolitan | false |
cosmopolitan/third_party/tr/next.c | /* $OpenBSD: str.c,v 1.14 2021/11/02 03:09:15 cheloha Exp $ */
/* $NetBSD: str.c,v 1.7 1995/08/31 22:13:47 jtc Exp $ */
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm... | 7,293 | 340 | jart/cosmopolitan | false |
cosmopolitan/third_party/tr/extern.h | #ifndef COSMOPOLITAN_THIRD_PARTY_TR_EXTERN_H_
#define COSMOPOLITAN_THIRD_PARTY_TR_EXTERN_H_
#include "libc/limits.h"
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
typedef struct {
enum { STRING1, STRING2 } which;
enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state;
int cnt; /* cha... | 790 | 25 | jart/cosmopolitan | false |
cosmopolitan/third_party/tr/tr.c | /* $OpenBSD: tr.c,v 1.21 2022/02/11 16:09:21 cheloha Exp $ */
/* $NetBSD: tr.c,v 1.5 1995/08/31 22:13:48 jtc Exp $ */
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitt... | 6,944 | 241 | jart/cosmopolitan | false |
cosmopolitan/third_party/tr/cmd.h | #ifndef COSMOPOLITAN_THIRD_PARTY_TR_CMD_H_
#define COSMOPOLITAN_THIRD_PARTY_TR_CMD_H_
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_
int _tr(int, char *[]);
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
#endif /* COSMOPOLITAN_THIRD_PARTY_TR_CMD_H_ */
| 287 | 11 | jart/cosmopolitan | false |
cosmopolitan/third_party/tr/cmd.c | /*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-â
âvi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :viâ
âââââââââââââââââââââââââââââââââââââââââââââââââââ... | 1,932 | 24 | jart/cosmopolitan | false |
cosmopolitan/third_party/tr/tr.mk | #-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-â
#âââvi: set et ft=make ts=8 tw=8 fenc=utf-8 :viââââââââââââââââââââââââ
PKGS += THIRD_PARTY_TR
THIRD_PARTY_TR_ARTIFACTS += THIRD_PARTY_TR_A
THIRD_PARTY_TR = $(THIRD_PARTY_TR_DEPS) $(THIRD_PA... | 1,812 | 60 | jart/cosmopolitan | false |
cosmopolitan/third_party/lz4cli/xxhash.c | /* clang-format off */
/*
* xxHash - Fast Hash algorithm
* Copyright (C) 2012-2016, Yann Collet
*
* BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions a... | 29,899 | 894 | jart/cosmopolitan | false |
cosmopolitan/third_party/lz4cli/bench.c | /* clang-format off */
/*
bench.c - Demo program to benchmark open-source compression algorithms
Copyright (C) Yann Collet 2012-2016
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free... | 22,700 | 561 | jart/cosmopolitan | false |
cosmopolitan/third_party/lz4cli/util.h | /* clang-format off */
/*
util.h - utility functions
Copyright (C) 2016-present, Przemyslaw Skibinski, Yann Collet
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2... | 19,556 | 576 | jart/cosmopolitan | false |
cosmopolitan/third_party/lz4cli/datagen.h | /* clang-format off */
/*
datagen.h - compressible data generator header
Copyright (C) Yann Collet 2012-2016
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; ei... | 1,675 | 41 | jart/cosmopolitan | false |
cosmopolitan/third_party/lz4cli/README | LZ4(1) Cosmopolitan User Commands -*-text-*-
ðððð
ð¹ðð° - lz4, unlz4, lz4cat - Compress or decompress .lz4 files
ðððððððð
ð¹ðð° [O̲P̲T̲I̲O̲N̲S̲] [-|INPUT-FILE] O̲U̲T̲P̲U̲T̲-̲F̲I̲L̲E̲
ðð»ð¹ð... | 11,376 | 233 | jart/cosmopolitan | false |
cosmopolitan/third_party/lz4cli/datagen.c | /* clang-format off */
/*
datagen.c - compressible data generator test tool
Copyright (C) Yann Collet 2012-2016
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation;... | 6,080 | 194 | jart/cosmopolitan | false |
cosmopolitan/third_party/lz4cli/lz4io.h | /* clang-format off */
/*
LZ4io.h - LZ4 File/Stream Interface
Copyright (C) Yann Collet 2011-2016
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the Li... | 3,790 | 109 | jart/cosmopolitan | false |
cosmopolitan/third_party/lz4cli/lz4cli.c | /* clang-format off */
/*
LZ4cli - LZ4 Command Line Interface
Copyright (C) Yann Collet 2011-2016
GPL v2 License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the L... | 31,470 | 717 | jart/cosmopolitan | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.