Lines Matching +full:conditional +full:- +full:select
1 /* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
6 * This source code is licensed under both the BSD-style license (found in the
9 * You may select, at your option, one of the above-listed licenses.
26 * Compiler-specific
31 /*-****************************************
38 /*-****************************************
43 #define ZSTD_ERROR(name) ((size_t)-PREFIX(name))
47 …tErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (ERR_enum) (0-code); } in ERR_getErrorCode()
59 /*-****************************************
73 * This is a helper function to help force C99-correctness during compilation.
103 * In order to do that (particularly, printing the conditional that failed),