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

123456789

/freebsd-9.3-release/lib/libcompiler_rt/
H A D__sync_val_compare_and_swap_n.h33 TYPE
34 NAME(volatile TYPE *ptr, TYPE oldval, TYPE newval)
36 TYPE t;
H A D__sync_fetch_and_op_n.h33 TYPE
34 NAME(volatile TYPE *ptr, TYPE value)
36 TYPE t;
H A D__sync_lock_test_and_set_4.c3 #define TYPE uint32_t macro
H A D__sync_lock_test_and_set_8.c3 #define TYPE uint64_t macro
H A D__sync_val_compare_and_swap_4.c3 #define TYPE uint32_t macro
H A D__sync_val_compare_and_swap_8.c3 #define TYPE uint64_t macro
H A D__sync_fetch_and_add_4.c3 #define TYPE uint32_t macro
H A D__sync_fetch_and_add_8.c3 #define TYPE uint64_t macro
H A D__sync_fetch_and_and_4.c3 #define TYPE uint32_t macro
H A D__sync_fetch_and_and_8.c3 #define TYPE uint64_t macro
H A D__sync_fetch_and_or_4.c3 #define TYPE uint32_t macro
H A D__sync_fetch_and_or_8.c3 #define TYPE uint64_t macro
H A D__sync_fetch_and_sub_4.c3 #define TYPE uint32_t macro
H A D__sync_fetch_and_sub_8.c3 #define TYPE uint64_t macro
H A D__sync_fetch_and_xor_4.c3 #define TYPE uint32_t macro
H A D__sync_fetch_and_xor_8.c3 #define TYPE uint64_t macro
/freebsd-9.3-release/crypto/openssl/bugs/
H A Dalpha.c72 #define TYPE unsigned int macro
75 TYPE *a;
76 TYPE b;
83 TYPE data[5] = { 1L, 2L, 3L, 4L, 5L };
84 TYPE *p;
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-partmanager/
H A Dcreate-part.sh50 TYPE="${3}"
55 # If no TYPE specified, default to MBR
56 if [ -z "$TYPE" ] ; then TYPE="mbr" ; fi
59 case $TYPE in
67 *) echo "Error: Unknown gpart type: $TYPE" ; exit 1 ;;
89 if [ "${TYPE}" = "mbr" -o "${TYPE}" = "MBR" ] ; then
90 flags="-s ${TYPE} -f active"
92 flags="-s ${TYPE}"
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/llvm/include/llvm/Support/
H A DDebug.h67 #define DEBUG_WITH_TYPE(TYPE, X) \
68 do { if (::llvm::DebugFlag && ::llvm::isCurrentDebugType(TYPE)) { X; } \
74 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (0)
/freebsd-9.3-release/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,
/freebsd-9.3-release/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))
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Dlist-components.sh44 TYPE="`grep 'type:' ${i}/component.cfg | cut -d ':' -f 2`"
48 echo "type:${TYPE}"

Completed in 96 milliseconds

123456789