Searched refs:TYPE (Results 1 - 25 of 232) sorted by relevance

12345678910

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_type_test.cpp19 #define CHECK_TYPE_SIZE_FITS(TYPE) \
20 COMPILER_CHECK(sizeof(__hw_##TYPE) <= sizeof(TYPE))
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-partmanager/
H A Dcreate-part.sh52 TYPE="${3}"
57 # If no TYPE specified, default to MBR
58 if [ -z "$TYPE" ] ; then TYPE="mbr" ; fi
61 case $TYPE in
68 *) echo "Error: Unknown gpart type: $TYPE" ; exit 1 ;;
90 if [ "${TYPE}" = "mbr" -o "${TYPE}" = "MBR" ] ; then
91 flags="-s ${TYPE} -f active"
93 flags="-s ${TYPE}"
[all...]
/freebsd-12-stable/contrib/gdb/gdb/config/i386/
H A Dnm-i386sol2.h30 #define TARGET_CAN_USE_HARDWARE_WATCHPOINT(TYPE, CNT, OT) 1
56 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
57 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 1)
58 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
/freebsd-12-stable/contrib/gdb/gdb/config/sparc/
H A Dnm-sol2.h54 /* Use these macros for watchpoint insertion/deletion. TYPE can be 0
58 #define target_insert_watchpoint(ADDR, LEN, TYPE) \
59 procfs_set_watchpoint (inferior_ptid, ADDR, LEN, TYPE, 1)
60 #define target_remove_watchpoint(ADDR, LEN, TYPE) \
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DXCore.cpp22 #define BUILTIN(ID, TYPE, ATTRS) \
23 {#ID, TYPE, ATTRS, nullptr, ALL_LANGUAGES, nullptr},
24 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER) \
25 {#ID, TYPE, ATTRS, HEADER, ALL_LANGUAGES, nullptr},
H A DLe64.cpp23 #define BUILTIN(ID, TYPE, ATTRS) \
24 {#ID, TYPE, ATTRS, nullptr, ALL_LANGUAGES, nullptr},
/freebsd-12-stable/contrib/gcc/
H A Dc-lang.c53 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE,
66 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH,
77 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME,
H A Dflags.h335 #define TYPE_OVERFLOW_WRAPS(TYPE) \
336 (TYPE_UNSIGNED (TYPE) || flag_wrapv)
346 #define TYPE_OVERFLOW_UNDEFINED(TYPE) \
347 (!TYPE_UNSIGNED (TYPE) && !flag_wrapv && !flag_trapv && flag_strict_overflow)
351 #define TYPE_OVERFLOW_TRAPS(TYPE) \
352 (!TYPE_UNSIGNED (TYPE) && flag_trapv)
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-10.h109 #define RETURN_IN_MEMORY(TYPE) \
111 ? ix86_return_in_memory (TYPE) \
112 : (TYPE_MODE (TYPE) == BLKmode \
113 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) \
114 && int_size_in_bytes (TYPE) == 8)))
H A Dptx4-i.h32 #define RETURN_IN_MEMORY(TYPE) \
33 (TYPE_MODE (TYPE) == BLKmode \
34 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
H A Di386elf.h39 #define RETURN_IN_MEMORY(TYPE) \
40 (TYPE_MODE (TYPE) == BLKmode \
41 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
H A Dsysv4.h30 #define RETURN_IN_MEMORY(TYPE) \
31 (TYPE_MODE (TYPE) == BLKmode \
32 || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebug.h64 #define DEBUG_WITH_TYPE(TYPE, X) \
65 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false)
/freebsd-12-stable/sys/amd64/include/
H A Datomic.h100 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \
101 void atomic_##NAME##_##TYPE(volatile u_##TYPE *p, u_##TYPE v); \
102 void atomic_##NAME##_barr_##TYPE(volatile u_##TYPE *p, u_##TYPE v)
124 #define ATOMIC_LOAD(TYPE) \
125 u_##TYPE atomic_load_acq_##TYPE(volatil
[all...]
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dlist-components.sh46 TYPE="`grep 'type:' ${i}/component.cfg | cut -d ':' -f 2`"
50 echo "type:${TYPE}"
/freebsd-12-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_debug.h60 #define AL_UDMA_PRINT_REG(UDMA, PREFIX, POSTFIX, TYPE, GROUP, REG) \
62 &(UDMA->udma_regs->TYPE.GROUP.REG)))
65 UDMA, PREFIX, POSTFIX, FMT, TYPE, GROUP, REG, LBL, FIELD) \
67 &(UDMA->udma_regs->TYPE.GROUP.REG)) \
71 UDMA, PREFIX, POSTFIX, TYPE, GROUP, REG, LBL, FIELD) \
73 &(UDMA->udma_regs->TYPE.GROUP.REG)) \
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h27 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
38 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
49 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
79 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
89 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
99 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
103 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
156 #define BUILTIN(ID, TYPE, ATTR
[all...]
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-access-native.h292 #define CVMX_BUILD_WRITE64(TYPE, ST) \
293 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \
295 *CASTPTR(volatile TYPE##_t, addr) = val; \
303 #define CVMX_BUILD_WRITE64(TYPE, ST) \
304 static inline void cvmx_write64_##TYPE(uint64_t addr, TYPE##_t val) \
312 #define CVMX_BUILD_WRITE64(TYPE, LT) extern void cvmx_write64_##TYPE(uint64_t csr_addr, TYPE##_
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp824 #define TYPE(str, type) if (s == str) return type; macro
831 TYPE("GR32", TYPE_R32)
836 TYPE("GR16", TYPE_Rv)
840 TYPE("GR32", TYPE_Rv)
842 TYPE("i16mem", TYPE_M)
843 TYPE("i16imm", TYPE_IMM)
844 TYPE("i16i8imm", TYPE_IMM)
845 TYPE("GR16", TYPE_R16)
846 TYPE("i32mem", TYPE_M)
847 TYPE("i32im
958 #undef TYPE macro
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h29 TYPE(ArrayInitializerLSquare) \
30 TYPE(ArraySubscriptLSquare) \
31 TYPE(AttributeColon) \
32 TYPE(AttributeParen) \
33 TYPE(AttributeSquare) \
34 TYPE(BinaryOperator) \
35 TYPE(BitFieldColon) \
36 TYPE(BlockComment) \
37 TYPE(CastRParen) \
38 TYPE(ConditionalExp
109 #define TYPE macro
111 #undef TYPE macro
[all...]
/freebsd-12-stable/sys/contrib/edk2/Include/
H A DBase.h44 @param TYPE The date type to determine the size of.
45 @param Size The expected size for the TYPE.
48 #define VERIFY_SIZE_OF(TYPE, Size) extern UINT8 _VerifySizeof##TYPE[(sizeof(TYPE) == (Size)) / (sizeof(TYPE) == (Size))]
623 #define VA_ARG(Marker, TYPE) __va_arg(Marker, TYPE)
652 #define VA_ARG(Marker, TYPE) ((sizeof (TYPE) < sizeo
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Dsyslex.l71 "int" { yylval.s = "INT"; return TYPE;}
72 "barray" { yylval.s = "BARRAY"; return TYPE;}
73 "chars" { yylval.s = "CHARS"; return TYPE;}
/freebsd-12-stable/contrib/libedit/
H A Dhistory.c45 * hist.c: TYPE(History) access functions
63 #define TYPE(type) type macro
81 #define TYPE(type) type ## W macro
94 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *);
95 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *);
96 typedef void (*history_vfun_t)(void *, TYPE(HistEvent) *);
97 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int);
99 struct TYPE(history) { function
136 static int history_setsize(TYPE(History) *, TYPE(HistEven
605 TYPE(History) * function
653 history_setsize(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
673 history_getsize(TYPE(History) *h, TYPE(HistEvent) *ev) function
692 history_setunique(TYPE(History) *h, TYPE(HistEvent) *ev, int uni) function
708 history_getunique(TYPE(History) *h, TYPE(HistEvent) *ev) function
723 history_set_fun(TYPE(History) *h, TYPE(History) *nh) function
770 history_load(TYPE(History) *h, const char *fname) function
834 history_save_fp(TYPE(History) *h, size_t nelem, FILE *fp) function
889 history_save(TYPE(History) *h, const char *fname) function
908 history_prev_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
922 history_next_evdata(TYPE(History) *h, TYPE(HistEvent) *ev, int num, void **d) function
942 history_next_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
959 history_prev_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) function
977 history_next_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) function
995 FUNW(history)(TYPE(History) *h, TYPE(HistEvent) *ev, int fun, ...) function
[all...]
/freebsd-12-stable/contrib/gcc/cp/
H A Dcp-lang.c61 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE,
76 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH,
89 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME,
/freebsd-12-stable/sys/contrib/ngatm/netnatm/
H A Dunimsg.h74 #define uni_msg_rptr(MSG, TYPE) ((TYPE)(void *)(MSG)->b_rptr)
75 #define uni_msg_wptr(MSG, TYPE) ((TYPE)(void *)(MSG)->b_wptr)

Completed in 328 milliseconds

12345678910