Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 61) sorted by relevance

123

/third_party/lib/acpica/generate/lint/
A Dfiles.lnt4 ..\..\source\components\debugger\*.c
5 ..\..\source\components\disassembler\*.c
6 ..\..\source\components\dispatcher\*.c
7 ..\..\source\components\events\*.c
8 ..\..\source\components\executer\*.c
9 ..\..\source\components\hardware\*.c
10 ..\..\source\components\namespace\*.c
11 ..\..\source\components\parser\*.c
12 ..\..\source\components\resources\*.c
13 ..\..\source\components\tables\*.c
[all …]
/third_party/ulib/lz4/include/lz4/
A Dlz4.h73 int LZ4_compress_default(const char* source, char* dest, int sourceSize, int maxDestSize);
74 int LZ4_decompress_safe (const char* source, char* dest, int compressedSize, int maxDecompressedSiz…
128 int LZ4_compress_fast (const char* source, char* dest, int sourceSize, int maxDestSize, int acceler…
153 int LZ4_compress_destSize (const char* source, char* dest, int* sourceSizePtr, int targetDestSize);
167 int LZ4_decompress_fast (const char* source, char* dest, int originalSize);
289 int LZ4_decompress_fast_continue (LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* d…
330 int LZ4_compress (const char* source, char* dest, int sourceSize);
331 int LZ4_compress_limitedOutput (const char* source, char* dest, int sourceSize, int maxOutputSize);
332 int LZ4_compress_withState (void* state, const char* source, char* dest, int inputSiz…
333 int LZ4_compress_limitedOutput_withState (void* state, const char* source, char* dest, int inputSiz…
[all …]
A Dlz4hc.h166 int LZ4_compressHC (const char* source, char* dest, int inputSize);
167 int LZ4_compressHC_limitedOutput (const char* source, char* dest, int inputSize, int maxOutputSize…
168 int LZ4_compressHC2 (const char* source, char* dest, int inputSize, int compressionLe…
169 int LZ4_compressHC2_limitedOutput (const char* source, char* dest, int inputSize, int maxOutputSize…
170 int LZ4_compressHC_withStateHC (void* state, const char* source, char* dest, int inpu…
171 int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* source, char* dest, int inpu…
172 int LZ4_compressHC2_withStateHC (void* state, const char* source, char* dest, int inpu…
173 int LZ4_compressHC2_limitedOutput_withStateHC(void* state, const char* source, char* dest, int inpu…
174 int LZ4_compressHC_continue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* source, cha…
175 int LZ4_compressHC_limitedOutput_continue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* source, cha…
[all …]
/third_party/lib/acpica/
A DREADME.fuchsia9 - Added LICENSE containing copy of source license banner
10 - Added source/include/platform/aczircon.h
11 - Added source/include/platform/acfuchsia.h
12 - Modified source/include/platform/acenv.h to use aczircon.h/acfuchsia.h
13 - Added source/os_specific/service_layers/oszircon.c
14 - Added source/os_specific/service_layers/osfuchsia.c
15 - Moved everything in source/include into source/include/acpica
16 - Wrapped source/include/acpica/acpi.h with __BEGIN_CDECLS/__END_CDECLS
17 - Modified source/components/tables/tbxfload.c to check AcpiGbl_DsdtIndex
A DLICENSE4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
/third_party/ulib/lz4/
A Dlz4.c439 const char* const source, in LZ4_compress_generic() argument
451 const BYTE* ip = (const BYTE*) source; in LZ4_compress_generic()
458 const BYTE* anchor = (const BYTE*) source; in LZ4_compress_generic()
475 base = (const BYTE*)source; in LZ4_compress_generic()
476 lowLimit = (const BYTE*)source; in LZ4_compress_generic()
484 lowLimit = (const BYTE*)source; in LZ4_compress_generic()
612 if (match<(const BYTE*)source) in LZ4_compress_generic()
1043 if (dictEnd == (const BYTE*)source) in LZ4_compress_fast_continue()
1079 if (smallest > (const BYTE*) source) smallest = (const BYTE*) source; in LZ4_compress_forceExtDict()
1120 const char* const source, in LZ4_decompress_generic() argument
[all …]
A Dlz4hc.c336 const char* source, in LZ4HC_compress_generic() argument
345 const BYTE* ip = (const BYTE*) source; in LZ4HC_compress_generic()
605 const char* source, char* dest, in LZ4_compressHC_continue_generic() argument
610 LZ4HC_init (ctxPtr, (const BYTE*) source); in LZ4_compressHC_continue_generic()
622 if ((const BYTE*)source != ctxPtr->end) in LZ4_compressHC_continue_generic()
623 LZ4HC_setExternalDict(ctxPtr, (const BYTE*)source); in LZ4_compressHC_continue_generic()
627 const BYTE* sourceEnd = (const BYTE*) source + inputSize; in LZ4_compressHC_continue_generic()
630 if ((sourceEnd > dictBegin) && ((const BYTE*)source < dictEnd)) in LZ4_compressHC_continue_generic()
638 …return LZ4HC_compress_generic (ctxPtr, source, dest, inputSize, maxOutputSize, ctxPtr->compression… in LZ4_compressHC_continue_generic()
716 int LZ4_compressHC2_continue (void* LZ4HC_Data, const char* source, char* dest, int inputSize, int … in LZ4_compressHC2_continue() argument
[all …]
A DLICENSE5 Redistribution and use in source and binary forms, with or without modification,
8 * Redistributions of source code must retain the above copyright notice, this
/third_party/lib/acpica/source/compiler/
A Dreadme.txt7 1) Generating iASL from source
10 Generation of the ASL compiler from source code requires these items:
12 1) The ACPICA source code tree.
17 There are three major ACPICA source code components that are required to
18 generate the compiler (Basically, the entire ACPICA source tree should
21 1) The ASL compiler source.
22 2) The ACPICA Core Subsystem source. In particular, the Namespace
26 3) The "common" source directory that is used for all ACPI components.
90 to compile ASL source files. The output is sent to the VC output
119 the output window and the source file and source line will be
[all …]
/third_party/lib/acpica/generate/unix/
A Dreadme.txt51 ACPICA_SRC = ../../../source /* Location of acpica source tree */
58 subdirectory corresponding to each utility, not in the source code
60 the same source modules with different options.
101 5) acpisrc, a source code conversion tool
103 acpisrc converts the standard form of the acpica source release (included
106 to the code. It can also be used to clean the acpica source and generate
/third_party/dev/ethernet/e1000/
A DREADME.fuchsia5 source was obtained here:
12 This port contains the complete source of the FreeBSD driver, with a few
24 - New source file, adapted from the files listed above. This file
A DLICENSE6 Redistribution and use in source and binary forms, with or without
9 1. Redistributions of source code must retain the above copyright notice,
/third_party/ulib/jemalloc/
A DCOPYING1 Unless otherwise specified, files in the jemalloc source distribution are
9 Redistribution and use in source and binary forms, with or without
11 1. Redistributions of source code must retain the above copyright notice(s),
/third_party/ulib/cksum/
A DLICENSE17 2. Altered source versions must be plainly marked as such, and must not be
19 3. This notice may not be removed or altered from any source distribution.
/third_party/lib/cortex-strings/
A DLICENSE7 Redistribution and use in source and binary forms, with or without
9 * Redistributions of source code must retain the above copyright
34 Redistribution and use in source and binary forms, with or without
36 * Redistributions of source code must retain the above copyright
/third_party/ulib/musl/include/netinet/
A Dudp.h11 #define uh_sport source
/third_party/uapp/kilo/
A DLICENSE5 Redistribution and use in source and binary forms, with or without
8 * Redistributions of source code must retain the above copyright notice,
/third_party/ulib/backtrace/
A DREADME.md12 See the source files for the exact license text.
20 See the source file backtrace-supported.h.in for the macros that it
A DLICENSE3 # Redistribution and use in source and binary forms, with or without
7 # (1) Redistributions of source code must retain the above copyright
/third_party/uapp/dash/
A DREADME.fuchsia9 - Ran gen-sources.sh to generate source files.
A DLICENSE10 Redistribution and use in source and binary forms, with or without
13 1. Redistributions of source code must retain the above copyright
/third_party/ulib/linenoise/
A DLICENSE6 Redistribution and use in source and binary forms, with or without
9 * Redistributions of source code must retain the above copyright notice,
/third_party/lib/jitterentropy/
A DCOPYING.bsd1 Redistribution and use in source and binary forms, with or without
4 1. Redistributions of source code must retain the above copyright
/third_party/ulib/uboringssl/
A DLICENSE3 // Redistribution and use in source and binary forms, with or without
7 // * Redistributions of source code must retain the above copyright
/third_party/ulib/chromiumos-platform-ec/
A DLICENSE3 // Redistribution and use in source and binary forms, with or without
7 // * Redistributions of source code must retain the above copyright

Completed in 32 milliseconds

123