Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 9 of 9) sorted by relevance

/u-boot/lib/zstd/common/
A Derror_private.c24 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString()
25 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
26 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString()
27 case PREFIX(version_unsupported): return "Version not supported"; in ERR_getErrorString()
30 case PREFIX(corruption_detected): return "Corrupted block detected"; in ERR_getErrorString()
32 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString()
34 case PREFIX(init_missing): return "Context should be init first"; in ERR_getErrorString()
42 case PREFIX(dictionary_wrong): return "Dictionary mismatch"; in ERR_getErrorString()
45 case PREFIX(srcSize_wrong): return "Src size is incorrect"; in ERR_getErrorString()
51 case PREFIX(srcBuffer_wrong): return "Source buffer is wrong"; in ERR_getErrorString()
[all …]
A Derror_private.h37 #define PREFIX(name) ZSTD_error_##name macro
45 #define ZSTD_ERROR(name) ((size_t)-PREFIX(name))
/u-boot/test/fs/
A Dfs-test.sh168 PREFIX="fat"
175 PREFIX="ext4"
187 PREFIX=""
197 PREFIX="host "
227 ${PREFIX}ls host${SUFFIX} $6
229 ${PREFIX}ls host${SUFFIX} invalid_d
235 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_SMALL
245 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_BIG
254 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
306 ${PREFIX}load host${SUFFIX} $addr ${FPATH}$FILE_SMALL
[all …]
/u-boot/scripts/
A Devent_dump.py22 PREFIX = '_u_boot_list_2_evspy_info_2_' variable
23 RE_EVTYPE = re.compile('%s(.*)_3_.*' % PREFIX)
91 syms = elf.GetSymbolFileOffset(fname, [PREFIX])
/u-boot/drivers/tpm/
A Dtpm_tis_lpc.c23 #define PREFIX "lpc_tpm: " macro
100 debug(PREFIX "Read reg 0x%4.4x returns 0x%2.2x\n", in tpm_read_byte()
108 debug(PREFIX "Read reg 0x%4.4x returns 0x%8.8x\n", in tpm_read_word()
115 debug(PREFIX "Write reg 0x%4.4x with 0x%2.2x\n", in tpm_write_byte()
123 debug(PREFIX "Write reg 0x%4.4x with 0x%8.8x\n", in tpm_write_word()
/u-boot/scripts/dtc/
A DREADME68 make install [PREFIX=/path/to/install_dir]
/u-boot/tools/binman/
A DREADME.rst404 make NO_PYTHON=1 PREFIX=/ install
413 make NO_PYTHON=1 PREFIX=/ install
424 make NO_PYTHON=1 PREFIX=/ install
A Dbinman.rst404 make NO_PYTHON=1 PREFIX=/ install
413 make NO_PYTHON=1 PREFIX=/ install
424 make NO_PYTHON=1 PREFIX=/ install
/u-boot/doc/develop/package/
A Dbinman.rst404 make NO_PYTHON=1 PREFIX=/ install
413 make NO_PYTHON=1 PREFIX=/ install
424 make NO_PYTHON=1 PREFIX=/ install

Completed in 21 milliseconds