Searched refs:VAL (Results 51 - 72 of 72) sorted by relevance

123

/freebsd-10.3-release/contrib/gcc/
H A Drtl.h1078 #define SUBREG_PROMOTED_UNSIGNED_SET(RTX, VAL) \
1081 if ((VAL) < 0) \
1085 _rtx->unchanging = (VAL); \
1144 /* If VAL is nonzero, set MEM_IN_STRUCT_P and clear MEM_SCALAR_P in
1147 scalar. VAL is evaluated only once. */
1148 #define MEM_SET_IN_STRUCT_P(RTX, VAL) \
1150 if (VAL) \
H A Dtree-ssa-operands.c374 /* Initializes immediate use at USE_PTR to value VAL, and links it to the list
377 #define INITIALIZE_USE(USE_PTR, VAL, STMT) \
380 (USE_PTR)->use = (VAL); \
381 link_imm_use_stmt ((USE_PTR), *(VAL), (STMT)); \
H A Dpredict.c103 #define HITRATE(VAL) ((int) ((VAL) * REG_BR_PROB_BASE + 50) / 100)
H A Dc-parser.c76 #define OBJC_NEED_RAW_IDENTIFIER(VAL) \
79 objc_need_raw_identifier = VAL; \
H A Dtree.c3334 /* Produce good hash value combining VAL and VAL2. */
3363 /* Produce good hash value combining VAL and VAL2. */
6373 #define DEFTREESTRUCT(VAL, NAME) NAME,
/freebsd-10.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_print.c59 #define DEF(NAME, VAL, STR) [UNIAPI_##NAME] = STR,
/freebsd-10.3-release/sys/dev/en/
H A Dmidway.c247 #define EN_WRAPADD(START, STOP, CUR, VAL) do { \
248 (CUR) = (CUR) + (VAL); \
255 #define SETQ_END(SC, VAL) ((SC)->is_adaptec ? \
256 ((VAL) | (MID_DMA_END >> 4)) : \
257 ((VAL) | (MID_DMA_END)))
/freebsd-10.3-release/sys/dev/hwpmc/
H A Dhwpmc_piv.c449 #define P4_PCPU_SET_FLAGS(PC,RI,MASK,VAL) do { \
453 _tmp |= (VAL) & (MASK); \
/freebsd-10.3-release/contrib/binutils/bfd/
H A Delfxx-mips.c642 #define STUB_LUI(VAL) (0x3c180000 + (VAL)) /* lui t8,VAL */
644 #define STUB_ORI(VAL) (0x37180000 + (VAL)) /* ori t8,t8,VAL */
645 #define STUB_LI16U(VAL) (0x34180000 + (VAL)) /* ori t8,zero,VAL unsigned */
646 #define STUB_LI16S(abfd, VAL) \
[all...]
H A Delf32-i386.c2060 #define add_dynamic_entry(TAG, VAL) \
2061 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
H A Delf32-s390.c2152 #define add_dynamic_entry(TAG, VAL) \
2153 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
H A Delf64-alpha.c2841 #define add_dynamic_entry(TAG, VAL) \
2842 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
H A Delf64-s390.c2126 #define add_dynamic_entry(TAG, VAL) \
2127 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
H A Delf64-x86-64.c1915 #define add_dynamic_entry(TAG, VAL) \
1916 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
H A Delfxx-sparc.c2308 #define add_dynamic_entry(TAG, VAL) \
2309 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
H A Delf32-ppc.c5062 #define add_dynamic_entry(TAG, VAL) \
5063 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
H A Delfxx-ia64.c3826 #define add_dynamic_entry(TAG, VAL) \
3827 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
H A Delf32-arm.c8706 #define add_dynamic_entry(TAG, VAL) \
8707 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
H A Delf64-ppc.c8070 #define add_dynamic_entry(TAG, VAL) \
8071 _bfd_elf_add_dynamic_entry (info, TAG, VAL)
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1204 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:clang::APNumericStorage::__anon2914
1215 APNumericStorage() : VAL(0), BitWidth(0) { }
1222 return llvm::APInt(BitWidth, VAL);
/freebsd-10.3-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c849 #define D(NAME,VAL,DIAG,STD,STR) [UNI_CAUSE_##NAME] = { STR, UNI_DIAG_##DIAG },
850 #define N(NAME,VAL,DIAG,STD,STR)
859 #define D(NAME,VAL,DIAG,STD,STR)
860 #define N(NAME,VAL,DIAG,STD,STR) [UNI_CAUSE_##NAME] = { STR, UNI_DIAG_##DIAG },
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp686 VAL = Words[0];
688 VAL = 0;

Completed in 340 milliseconds

123