Searched refs:TYP (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/top/
H A Dgetans13 TYP=$2
18 if [ ${TYP} = "yesno" ]; then
39 case "$TYP" in
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc163 #define INLINE_DEF_SYMBOL1(TYP, SYM) \
164 extern "C" TYP inline_##SYM(TYP _X) { return SYM(_X); }
165 #define INLINE_DEF_SYMBOL2(TYP, SYM) \
166 extern "C" TYP inline_##SYM(TYP _X, TYP _Y) { return SYM(_X, _Y); }
186 #define INLINE_DEF_SYMBOL1(TYP, SYM) \
189 #define INLINE_DEF_SYMBOL2(TYP, SYM) INLINE_DEF_SYMBOL1(TYP, SY
[all...]
/freebsd-11-stable/sys/arm/include/
H A Dbus.h281 #define __generate_inline_bs_rs(IFN, MBR, TYP) \
282 static inline TYP \
287 return (*(volatile TYP *)(h + o)); \
292 #define __generate_inline_bs_ws(IFN, MBR, TYP) \
294 IFN(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o, TYP v)\
298 *(volatile TYP *)(h + o) = v; \

Completed in 78 milliseconds