OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUILD_BUG_ON_ZERO
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/common/include/linux/
build_bug.h
44
#define
BUILD_BUG_ON_ZERO
(EXPR) ((int)(0*sizeof(int[(EXPR) ? -1 : 1])))
compiler.h
62
BUILD_BUG_ON_ZERO
(__same_type((X), &(X)[0]))
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.h
1418
BUILD_BUG_ON_ZERO
(!__builtin_constant_p(s)) + \
1419
BUILD_BUG_ON_ZERO
(!__builtin_constant_p(e)) + \
1427
(
BUILD_BUG_ON_ZERO
(!__builtin_constant_p(n)) + \
i915_reg.h
132
BUILD_BUG_ON_ZERO
(__is_constexpr(__n) && \
146
BUILD_BUG_ON_ZERO
(__is_constexpr(__high) && \
167
BUILD_BUG_ON_ZERO
(!__is_constexpr(__mask)) + \
168
BUILD_BUG_ON_ZERO
((__mask) == 0 || (__mask) > U32_MAX) + \
169
BUILD_BUG_ON_ZERO
(!IS_POWER_OF_2((__mask) + (1ULL << __bf_shf(__mask)))) + \
170
BUILD_BUG_ON_ZERO
(__builtin_choose_expr(__is_constexpr(__val), (~((__mask) >> __bf_shf(__mask)) & (__val)), 0))))
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c
550
#define LRI(count, flags) ((flags) << 6 | (count) |
BUILD_BUG_ON_ZERO
(count >= BIT(6)))
552
#define REG(x) (((x) >> 2) |
BUILD_BUG_ON_ZERO
(x >= 0x200))
554
(((x) >> 9) | BIT(7) |
BUILD_BUG_ON_ZERO
(x >= 0x10000)), \
Completed in 38 milliseconds
Indexes created Sat Oct 25 07:10:08 GMT 2025