Searched refs:VALUE (Results 51 - 73 of 73) sorted by relevance

123

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Drs6000.h268 {"cpu", "%{!mcpu=*:-mcpu=%(VALUE)}" }, \
269 {"tune", "%{!mtune=*:-mtune=%(VALUE)}" }, \
270 {"float", "%{!msoft-float:%{!mhard-float:-m%(VALUE)-float}}" }
1838 #define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) \
1839 ((VALUE) = ((MODE) == SImode ? 32 : 64))
1842 #define CTZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) ((VALUE) = -1)
1969 #define ASM_OUTPUT_WEAKREF(FILE, DECL, NAME, VALUE) \
1975 RS6000_OUTPUT_BASENAME ((FILE), (VALUE)); \
1982 RS6000_OUTPUT_BASENAME ((FILE), (VALUE)); \
[all...]
/freebsd-10.2-release/sys/contrib/ngatm/netnatm/sig/
H A Dunidef.h296 #define DEF(NAME, VALUE, STR) NAME = VALUE,
H A Dsig_print.c243 #define DEF(NAME, VALUE, STR) { STR, VALUE },
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Darm.h219 {"arch", "%{!march=*:%{!mcpu=*:-march=%(VALUE)}}" }, \
220 {"cpu", "%{!march=*:%{!mcpu=*:-mcpu=%(VALUE)}}" }, \
221 {"tune", "%{!mcpu=*:%{!mtune=*:-mtune=%(VALUE)}}" }, \
223 "%{!msoft-float:%{!mhard-float:%{!mfloat-abi=*:-mfloat-abi=%(VALUE)}}}" }, \
224 {"fpu", "%{!mfpu=*:-mfpu=%(VALUE)}"}, \
225 {"abi", "%{!mabi=*:-mabi=%(VALUE)}"}, \
226 {"mode", "%{!marm:%{!mthumb:-m%(VALUE)}}"},
1733 #define TEST_REGNO(R, TEST, VALUE) \
1734 ((R TEST VALUE) || ((unsigned) reg_renumber[R] TEST VALUE))
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dsystem.h249 /* A macro to determine whether a VALUE lies inclusively within a
250 certain range without evaluating the VALUE more than once. This
251 macro won't warn if the VALUE is unsigned and the LOWER bound is
252 zero, as it would e.g. with "VALUE >= 0 && ...". Note the LOWER
256 #define IN_RANGE(VALUE, LOWER, UPPER) \
257 ((unsigned HOST_WIDE_INT)((VALUE) - (LOWER)) <= ((UPPER) - (LOWER)))
H A Dalias.c1236 case VALUE:
1404 case VALUE:
1579 if (GET_CODE (x) != VALUE)
1655 if (GET_CODE (x) == VALUE)
1657 if (GET_CODE (y) == VALUE)
H A Dc-common.c1599 So, we try to reduce the VALUE to a constant that way. */
2013 /* Return the minimum number of bits needed to represent VALUE in a
3044 /* VALUE will have an integer type with TYPE_IS_SIZETYPE set.
3107 #define DEF_ATTR_INT(ENUM, VALUE) ENUM,
3109 #define DEF_ATTR_TREE_LIST(ENUM, PURPOSE, VALUE, CHAIN) ENUM,
3124 #define DEF_PRIMITIVE_TYPE(NAME, VALUE) NAME,
3213 #define DEF_PRIMITIVE_TYPE(ENUM, VALUE) \
3214 builtin_types[ENUM] = VALUE;
4184 #define DEF_ATTR_INT(ENUM, VALUE) \
4185 built_in_attributes[(int) ENUM] = build_int_cst (NULL_TREE, VALUE);
[all...]
H A Dtree.h576 #define TREE_SET_CODE(NODE, VALUE) ((NODE)->common.code = (VALUE))
1423 #define CONSTRUCTOR_APPEND_ELT(V, INDEX, VALUE) \
1427 _ce___->value = VALUE; \
1430 /* A single element of a CONSTRUCTOR. VALUE holds the actual value of the
1431 element. INDEX can optionally design the position of VALUE: in arrays,
1432 it is the index where VALUE has to be placed; in structures, it is the
4040 /* Make a new TREE_LIST node from specified PURPOSE, VALUE and CHAIN. */
H A Dfunction.c91 #define FLOOR_ROUND(VALUE,ALIGN) ((VALUE) & ~((ALIGN) - 1))
95 #define CEIL_ROUND(VALUE,ALIGN) (((VALUE) + (ALIGN) - 1) & ~((ALIGN)- 1))
H A Dgcc.c4567 while ((p = strstr (p, "%(VALUE)")) != NULL)
4573 /* Replace each %(VALUE) by the specified value. */
4575 + value_count * (value_len - strlen ("%(VALUE)")));
4578 while ((p = strstr (q, "%(VALUE)")) != NULL)
4584 q = p + strlen ("%(VALUE)");
H A Dc-typeck.c167 VALUE is the expression that was used (or 0 if that isn't known)
3815 /* Reset VALUE's overflow flags, ensuring constant sharing. */
4624 /* Convert VALUE for assignment into inlined parameter PARM. ARGNUM
4636 the function call was seen, so check that the VALUE actually matches
4656 /* If VALUE is a compound expr all of whose expressions are constant, then
4772 /* Push an element on the spelling stack with type KIND and assign VALUE
4775 #define PUSH_SPELLING(KIND, VALUE, MEMBER) \
4788 spelling->MEMBER = (VALUE); \
6110 VALUE is the value of that index or field. */
6507 If VALUE i
[all...]
H A Dgengtype.c595 else if (i == VALUE && aindex == 0)
/freebsd-10.2-release/sys/sys/
H A Dpmc.h256 * __PMC_CAPS(NAME, VALUE, DESCRIPTION)
276 #define __PMC_CAP(NAME, VALUE, DESCR) PMC_CAP_##NAME = (1 << VALUE) ,
465 uint32_t pm_flags; /* PMC_F_{OLD,NEW}VALUE*/
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf-bfd.h2037 #define bfd_elf_add_proc_attr_int(BFD, TAG, VALUE) \
2038 bfd_elf_add_obj_attr_int ((BFD), OBJ_ATTR_PROC, (TAG), (VALUE))
2040 #define bfd_elf_add_proc_attr_string(BFD, TAG, VALUE) \
2041 bfd_elf_add_obj_attr_string ((BFD), OBJ_ATTR_PROC, (TAG), (VALUE))
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Di386.h300 {"tune", "%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}" }, \
301 {"cpu", "%{!mtune=*:%{!mcpu=*:%{!march=*:-mtune=%(VALUE)}}}" }, \
302 {"arch", "%{!march=*:-march=%(VALUE)}"}
2072 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
2073 ix86_output_addr_vec_elt ((FILE), (VALUE))
2077 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
2078 ix86_output_addr_diff_elt ((FILE), (VALUE), (REL))
/freebsd-10.2-release/contrib/binutils/binutils/
H A Drcparse.y133 %token VALUE
1472 | verblocks BLOCKVARFILEINFO BEG VALUE res_unicode_string_concat vertrans END
1483 | vervals VALUE res_unicode_string_concat ',' res_unicode_string_concat
H A Drclex.c105 K(VALUE), { "VERSION", VERSIONK }, K(VERSIONINFO),
/freebsd-10.2-release/contrib/gcc/cp/
H A Dcp-tree.h386 VALUE field is a DECL for the associated declaration. Thus,
405 #define SET_IDENTIFIER_LABEL_VALUE(NODE, VALUE) \
406 IDENTIFIER_LABEL_VALUE (NODE) = (VALUE)
1369 #define SET_CLASSTYPE_READONLY_FIELDS_NEED_INIT(NODE, VALUE) \
1370 (LANG_TYPE_CLASS_CHECK (NODE)->h.const_needs_init = (VALUE))
1377 #define SET_CLASSTYPE_REF_FIELDS_NEED_INIT(NODE, VALUE) \
1378 (LANG_TYPE_CLASS_CHECK (NODE)->h.ref_needs_init = (VALUE))
1451 function. The VALUE is the index into the virtual table where the
2646 #define TYPE_SET_PTRMEMFUNC_TYPE(NODE, VALUE) \
2654 TYPE_LANG_SPECIFIC (NODE)->u.ptrmem.record = (VALUE); \
[all...]
/freebsd-10.2-release/crypto/openssl/util/
H A Dpod2man.pl123 =item RETURN VALUE
/freebsd-10.2-release/contrib/gcc/config/mips/
H A Dmips.c519 A = VALUE[0]
520 A = A CODE[1] VALUE[1]
521 A = A CODE[2] VALUE[2]
525 and each VALUE[i] is a constant integer. */
1927 /* Copy VALUE to a register and return that register. If new psuedos
2186 /* Shift VALUE right until its lowest bit is set. Shift arithmetically
2214 form a negative number. If we subtract that number from VALUE,
2230 /* Fill CODES with a sequence of rtl operations to load VALUE.
2280 /* Load VALUE into DEST, using TEMP as a temporary register if need be. */
6610 #define BITSET_P(VALUE, BI
[all...]
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-mips.c944 VALUE << SHIFT. VALUE is evaluated exactly once. */
945 #define INSERT_BITS(STRUCT, VALUE, MASK, SHIFT) \
947 | (((VALUE) & (MASK)) << (SHIFT)))
954 /* Change INSN's opcode so that the operand given by FIELD has value VALUE.
955 INSN is a mips_cl_insn structure and VALUE is evaluated exactly once.
960 #define INSERT_OPERAND(FIELD, INSN, VALUE) \
961 INSERT_BITS ((INSN).insn_opcode, VALUE, OP_MASK_##FIELD, OP_SH_##FIELD)
962 #define MIPS16_INSERT_OPERAND(FIELD, INSN, VALUE) \
963 INSERT_BITS ((INSN).insn_opcode, VALUE, \
[all...]
/freebsd-10.2-release/contrib/ntp/
H A Dconfigure378 # as_fn_append VAR VALUE
380 # Append the text in VALUE to the end of the definition contained in VAR. Take
1623 Usage: $0 [OPTION]... [VAR=VALUE]...
1626 VAR=VALUE. See below for descriptions of some of the useful variables.
1813 --enable-tick=VALUE s force a value for 'tick'
1814 --enable-tickadj=VALUE s force a value for 'tickadj'
37800 # as_fn_append VAR VALUE
37802 # Append the text in VALUE to the end of the definition contained in VAR. Take
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp2666 #define VALUE(type, base) macro

Completed in 604 milliseconds

123