Searched refs:PREFIX (Results 1 - 4 of 4) sorted by relevance

/u-boot/lib/zstd/common/
H A Derror_private.c24 case PREFIX(no_error): return "No error detected";
25 case PREFIX(GENERIC): return "Error (generic)";
26 case PREFIX(prefix_unknown): return "Unknown frame descriptor";
27 case PREFIX(version_unsupported): return "Version not supported";
28 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter";
29 case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding";
30 case PREFIX(corruption_detected): return "Corrupted block detected";
31 case PREFIX(checksum_wrong): return "Restored data doesn't match checksum";
32 case PREFIX(parameter_unsupported): return "Unsupported parameter";
33 case PREFIX(parameter_outOfBoun
[all...]
H A Derror_private.h37 #define PREFIX(name) ZSTD_error_##name macro
45 #define ZSTD_ERROR(name) ((size_t)-PREFIX(name))
/u-boot/test/fs/
H 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
231 # We want ${PREFIX}size host 0:0 $3 for host commands and
235 ${PREFIX}size host${SUFFIX} ${FPATH}$FILE_SMALL
239 ${PREFIX}size host${SUFFIX} ${FPATH}SUBDIR/../$FILE_SMALL
245 ${PREFIX}siz
[all...]
/u-boot/drivers/tpm/
H A Dtpm_tis_lpc.c23 #define PREFIX "lpc_tpm: " macro
100 debug(PREFIX "Read reg 0x%4.4x returns 0x%2.2x\n",
108 debug(PREFIX "Read reg 0x%4.4x returns 0x%8.8x\n",
115 debug(PREFIX "Write reg 0x%4.4x with 0x%2.2x\n",
123 debug(PREFIX "Write reg 0x%4.4x with 0x%8.8x\n",

Completed in 112 milliseconds