Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_random.h41 #define I915_RND_STATE(name__) \ argument
42 struct rnd_state name__ = I915_RND_STATE_INITIALIZER(i915_selftest.random_seed)
44 #define I915_RND_SUBSTATE(name__, parent__) \ argument
45 struct rnd_state name__ = I915_RND_STATE_INITIALIZER(prandom_u32_state(&(parent__)))
/netbsd-src/sys/external/bsd/drm2/dist/drm/lib/
H A Ddrm_random.h19 #define DRM_RND_STATE(name__, seed__) \ argument
20 struct rnd_state name__ = DRM_RND_STATE_INITIALIZER(seed__)
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_selftest.h129 #define IGT_TIMEOUT(name__) \ argument
130 unsigned long name__ = jiffies + i915_selftest.timeout_jiffies
H A Dintel_uncore.h364 #define __uncore_read(name__, x__, s__, trace__) \ argument
365 static inline u##x__ intel_uncore_##name__(struct intel_uncore *uncore, \
371 #define __uncore_write(name__, x__, s__, trace__) \ argument
372 static inline void intel_uncore_##name__(struct intel_uncore *uncore, \
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Di915_drm.h1716 #define I915_DEFINE_CONTEXT_ENGINES_LOAD_BALANCE(name__, N__) struct { \ argument
1723 } __attribute__((packed)) name__
1754 #define I915_DEFINE_CONTEXT_ENGINES_BOND(name__, N__) struct { \ argument
1762 } __attribute__((packed)) name__
1771 #define I915_DEFINE_CONTEXT_PARAM_ENGINES(name__, N__) struct { \ argument
1774 } __attribute__((packed)) name__
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.h71 #define DEFTIMEVAR(identifier__, name__) \ argument
H A Dtimevar.c268 #define DEFTIMEVAR(identifier__, name__) \ in timer() argument
269 m_timevars[identifier__].name = name__; in timer()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtimevar.h71 #define DEFTIMEVAR(identifier__, name__) \ argument
H A Dtimevar.cc266 #define DEFTIMEVAR(identifier__, name__) \ in timer() argument
267 m_timevars[identifier__].name = name__; in timer()