Lines Matching +full:- +full:e
1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */
5 * libfdt - Flat Device Tree manipulation
10 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1))
91 * This does essentially no checks. Only the latest device-tree
108 * This assumes that the device tree is sane. i.e. header metadata
114 * device trees (e.g. those only partially loaded) can also cause
125 * functions are called with valid parameters, i.e. not trigger
136 * This disables checks for device-tree version and removes all code
149 * leave the tree in a sub-optimal state.
155 * order, i.e. the memory reservation block first, then the structure
158 * This order is not specified by the device-tree specification,
159 * but is expected by libfdt. The device-tree compiler always created
179 * can_assume_() - check if a particular assumption is enabled