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

1234

/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_plat.h406 #define ATOMIC32_SET(I32_PTR, VAL) atomic_store_rel_int(I32_PTR, VAL)
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h625 #define D(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL,
626 #define N(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL,
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-11-stable/contrib/gcc/cp/
H A Dcp-tree.h250 #define SET_IDENTIFIER_GLOBAL_VALUE(NODE, VAL) \
251 set_namespace_binding ((NODE), global_namespace, (VAL))
254 #define SET_IDENTIFIER_NAMESPACE_VALUE(NODE, VAL) \
255 set_namespace_binding ((NODE), current_namespace, (VAL))
890 /* Set IS_AGGR_TYPE for T to VAL. T must be a class, struct, or
892 #define SET_IS_AGGR_TYPE(T, VAL) \
893 (TYPE_LANG_FLAG_5 (T) = (VAL))
2084 #define SET_DECL_SHADOWED_FOR_VAR(NODE, VAL) \
2085 (decl_shadowed_for_var_insert (NODE, VAL))
2163 UNION_TYPE to VAL
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1937 #define ASM_WEAKEN_DECL(FILE, DECL, NAME, VAL) \
1951 if (VAL) \
1953 ASM_OUTPUT_DEF ((FILE), (NAME), (VAL)); \
1960 RS6000_OUTPUT_BASENAME ((FILE), (VAL)); \
/freebsd-11-stable/contrib/gcc/
H A Dtree.h1402 value of each element (stored within VAL). IX must be a scratch variable
1404 #define FOR_EACH_CONSTRUCTOR_VALUE(V, IX, VAL) \
1407 : ((VAL = VEC_index (constructor_elt, V, IX)->value), \
1412 the value of each element (stored within VAL) and its index (stored
1414 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \
1417 : ((VAL = VEC_index (constructor_elt, V, IX)->value), \
1422 /* Append a new constructor element to V, with the specified INDEX and VAL. */
2663 #define SET_DECL_VALUE_EXPR(NODE, VAL) \
2664 (decl_value_expr_insert (DECL_WRTL_CHECK (NODE), VAL))
2847 #define SET_DECL_RESTRICT_BASE(NODE, VAL) \
[all...]
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)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dm2-exp.c78 VAL = 280, enumerator in enum:yytokentype
126 #define VAL 280 macro
515 "MAX_FUNC", "FLOAT_FUNC", "VAL", "CHR", "ODD", "TRUNC", "INC", "DEC",
2299 {"VAL", VAL },
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_print.c59 #define DEF(NAME, VAL, STR) [UNIAPI_##NAME] = STR,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1510 #define X86_FEATURE_COMPAT(VAL, ENUM, STR) .Case(STR, true)
1517 #define X86_FEATURE_COMPAT(VAL, ENUM, STR) .Case(STR, llvm::X86::ENUM)
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c248 #define EN_WRAPADD(START, STOP, CUR, VAL) do { \
249 (CUR) = (CUR) + (VAL); \
256 #define SETQ_END(SC, VAL) ((SC)->is_adaptec ? \
257 ((VAL) | (MID_DMA_END >> 4)) : \
258 ((VAL) | (MID_DMA_END)))
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_piv.c449 #define P4_PCPU_SET_FLAGS(PC,RI,MASK,VAL) do { \
453 _tmp |= (VAL) & (MASK); \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h65 V.U.VAL = 0;
71 V.U.VAL = 1;
/freebsd-11-stable/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.c5198 #define add_dynamic_entry(TAG, VAL) \
5199 _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)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1405 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:clang::APNumericStorage::__anon51
1416 APNumericStorage() : VAL(0), BitWidth(0) { }
1423 return llvm::APInt(BitWidth, VAL);

Completed in 407 milliseconds

1234