Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 7 of 7) sorted by relevance

/minix3/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCompiler.h41 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
45 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
48 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DDeveloperPolicy.rst74 .. _patch: target
/minix3/external/public-domain/xz/dist/src/xz/
H A Dlist.c127 unsigned int patch = ver / 10U; in xz_ver_to_str() local
/minix3/sys/sys/
H A Dcdio.h211 u_char patch[4]; /* one for each channel */ member
/minix3/external/bsd/libevent/dist/test/
H A Dregress.c1936 int major, minor, patch, n; in test_version() local
/minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py175 def patch(self, f, relocs): member in ElfSection