Searched refs:source (Results 1 – 6 of 6) sorted by relevance
/DragonOS-0.1.8/kernel/src/libs/ |
D | lz4.c | 904 …int LZ4_compress_forceExtDict(LZ4_stream_t *LZ4_dict, const char *source, char *dest, int srcSize); 906 int LZ4_decompress_safe_forceExtDict(const char *source, char *dest, 1144 const char *const source, in LZ4_compress_generic_validated() argument 1156 const BYTE *ip = (const BYTE *)source; in LZ4_compress_generic_validated() 1159 const BYTE *base = (const BYTE *)source - startIndex; in LZ4_compress_generic_validated() 1172 const BYTE *anchor = (const BYTE *)source; in LZ4_compress_generic_validated() 1204 lowLimit = (const BYTE *)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic_validated() 1294 lowLimit = (const BYTE *)source; in LZ4_compress_generic_validated() 1309 lowLimit = (const BYTE *)source; in LZ4_compress_generic_validated() 1379 … (int)(anchor - (const BYTE *)source), litLength, (int)(ip - (const BYTE *)source)); in LZ4_compress_generic_validated() [all …]
|
/DragonOS-0.1.8/kernel/src/common/ |
D | lz4.h | 687 … LZ4LIB_API int LZ4_compress_withState(void *state, const char *source, char *dest, int inputSize); 689 …LZ4LIB_API int LZ4_compress_limitedOutput_withState(void *state, const char *source, char *dest, i… 691 …LZ4LIB_API int LZ4_compress_continue(LZ4_stream_t *LZ4_streamPtr, const char *source, char *dest, … 693 …compress_limitedOutput_continue(LZ4_stream_t *LZ4_streamPtr, const char *source, char *dest, int i… 697 LZ4LIB_API int LZ4_uncompress(const char *source, char *dest, int outputSize); 699 …LZ4LIB_API int LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, int max…
|
/DragonOS-0.1.8/ |
D | README_EN.md | 61   DragonOS is an open source public welfare project, but its development cannot be separa… 92 ## Open source statement 94 …pts GPLv2 LICENSE for open source. You are welcome to use the code of this project on the basis of… 98 …source license. Including but not limited to: plagiarizing the code of the project as your graduat… 100 … find any violation of the open source license, we welcome you to send email feedback! Let's build…
|
D | LICENSE | 24 this service if you wish), that you receive source code or can get it 36 source code. And you must show them these terms so they know their 80 source code as you receive it, in any medium, provided that you 139 source code, which must be distributed under the terms of Sections 144 cost of physically performing source distribution, a complete 145 machine-readable copy of the corresponding source code, to be 150 to distribute corresponding source code. (This alternative is 155 The source code for a work means the preferred form of the work for 156 making modifications to it. For an executable work, complete source 157 code means all the source code for all modules it contains, plus any [all …]
|
/DragonOS-0.1.8/docs/introduction/ |
D | build_system.md | 137 source ~/.cargo/env 138 source "$HOME/.cargo/env" 142 echo -e "[source.crates-io] \n \ 146 [source.dragonos-gitee] \n \
|
/DragonOS-0.1.8/tools/ |
D | Dockerfile | 29 bash -c "source $HOME/.cargo/env && \
|