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

123

/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.DefineNameWithCPP.d.ksh43 $dtrace -C -D VALUE=40 -s /dev/stdin <<EOF
48 printf("Value of VALUE: %d\n", VALUE);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dax-gdb.h100 struct axs_value *VALUE);
/freebsd-10.2-release/sys/tools/
H A Dacpi_quirks2h.awk105 VALUE = $4;
111 TABLE, OPERAND, VALUE) > OUTPUT;
120 VALUE = $4;
126 TABLE, OPERAND, VALUE) > OUTPUT;
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Daout.h217 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \
218 asm_fprintf (STREAM, "\t.word\t%LL%d\n", VALUE)
220 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
224 asm_fprintf (STREAM, "\tb\t%LL%d\n", VALUE); \
226 asm_fprintf (STREAM, "\t.word\t%LL%d-%LL%d\n", VALUE, REL); \
H A Daof.h262 #define ASM_OUTPUT_ADDR_DIFF_ELT(STREAM, BODY, VALUE, REL) \
266 fprintf ((STREAM), "\tb\t|L..%d|\n", (VALUE)); \
268 fprintf ((STREAM), "\tDCD\t|L..%d| - |L..%d|\n", (VALUE), (REL)); \
272 #define ASM_OUTPUT_ADDR_VEC_ELT(STREAM, VALUE) \
273 fprintf ((STREAM), "\tDCD\t|L..%d|\n", (VALUE))
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DCC1AsOptions.cpp19 #define PREFIX(NAME, VALUE) static const char *const NAME[] = VALUE;
H A DDriverOptions.cpp19 #define PREFIX(NAME, VALUE) static const char *const NAME[] = VALUE;
/freebsd-10.2-release/contrib/ntp/sntp/libopts/autoopts/
H A Dproject.h67 # define VALUE(s) = s macro
70 # define VALUE(s) macro
/freebsd-10.2-release/tools/build/make_check/
H A DMakefile134 VALUE= 0 macro
135 .if (${VALUE} < 0)||(${VALUE}>0)
148 VALUE= foo "" macro
150 .if ${VALUE:S/$//} != ${VALUE}
/freebsd-10.2-release/contrib/gcc/config/ia64/
H A Dia64.h923 #define CONST_OK_FOR_I(VALUE) \
924 ((unsigned HOST_WIDE_INT)(VALUE) + 0x2000 < 0x4000)
926 #define CONST_OK_FOR_J(VALUE) \
927 ((unsigned HOST_WIDE_INT)(VALUE) + 0x200000 < 0x400000)
929 #define CONST_OK_FOR_K(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x80 < 0x100)
931 #define CONST_OK_FOR_L(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) + 0x7F < 0x100)
933 #define CONST_OK_FOR_M(VALUE) ((unsigned HOST_WIDE_INT)(VALUE) <
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_sigqueue.c45 #define VALUE (int)0xc001dad1 macro
77 sv.sival_int = VALUE;
/freebsd-10.2-release/tests/sys/kern/
H A Dkern_descrip_test.c48 #define VALUE "value" macro
153 if (symlink(buf, VALUE) == 1)
154 atf_tc_fail("symlink(%s, %s): %s", buf, VALUE,
163 (void)unlink(VALUE);
172 if ((n = readlink(VALUE, buf, sizeof(buf))) > 0) {
/freebsd-10.2-release/contrib/gcc/
H A Dscan-types.sh50 # VALUE is now the typedef'd definition of $TYPE.
51 eval "VALUE='`${SED} -e 's| *$||' -e '2,$d' <TMP`'"
52 # Unless VALUE contains a blank, look for a typedef for it
54 # Ensure $VALUE is double quoted to protect cases where it
57 if echo "$VALUE" | grep " " >/dev/null ; then true
60 ${SED} -n -e "s|.*typedef[ ][ ]*\(.*[^a-zA-Z0-9_]\)${VALUE}[ ]*;.*|\1|w TMP" <st-dummy.out>/dev/null
62 eval "VALUE='`${SED} -e '2,$d' -e 's|[ ]*$||' <TMP`'"
65 eval "$TYPE='$VALUE'"
H A Ddefaults.h28 #define GET_ENVIRONMENT(VALUE, NAME) do { (VALUE) = getenv (NAME); } while (0)
170 #define ASM_OUTPUT_WEAK_ALIAS(STREAM, NAME, VALUE) \
174 if (VALUE) \
175 ASM_OUTPUT_DEF (STREAM, NAME, VALUE); \
189 #define ASM_OUTPUT_WEAKREF(FILE, DECL, NAME, VALUE) \
195 assemble_name ((FILE), (VALUE)); \
801 #define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0
804 #define CTZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) 0
H A Dgcov-io.h287 #define GCOV_UNSIGNED2STRING(ARRAY,VALUE) \
288 ((ARRAY)[0] = (char)((VALUE) >> 24), \
289 (ARRAY)[1] = (char)((VALUE) >> 16), \
290 (ARRAY)[2] = (char)((VALUE) >> 8), \
291 (ARRAY)[3] = (char)((VALUE) >> 0))
H A Dvmsdbgout.c344 #define ASM_OUTPUT_DEBUG_DATA1(FILE,VALUE) \
345 fprintf ((FILE), "\t%s\t0x%x", ASM_BYTE_OP, (unsigned char) VALUE)
349 #define ASM_OUTPUT_DEBUG_DATA2(FILE,VALUE) \
351 (unsigned short) VALUE)
355 #define ASM_OUTPUT_DEBUG_DATA4(FILE,VALUE) \
356 fprintf ((FILE), "\t%s\t0x%lx", UNALIGNED_INT_ASM_OP, (unsigned long) VALUE)
360 #define ASM_OUTPUT_DEBUG_DATA(FILE,VALUE) \
361 fprintf ((FILE), "\t%s\t0x%lx", UNALIGNED_OFFSET_ASM_OP(VALUE), VALUE)
365 #define ASM_OUTPUT_DEBUG_ADDR_DATA(FILE,VALUE) \
[all...]
H A Doutput.h259 fully aligned and must be printed. VALUE is the value of the integer
261 #define assemble_aligned_integer(SIZE, VALUE) \
262 assemble_integer (VALUE, SIZE, (SIZE) * BITS_PER_UNIT, 1)
287 /* Return nonzero if VALUE is a valid constant-valued expression
293 We assume that VALUE has been folded as much as possible;
H A Dcselib.c270 /* Return true if X contains a VALUE rtx. If ONLY_USELESS is set, we
282 if (GET_CODE (x) == VALUE
423 if (GET_CODE (x) == VALUE && GET_CODE (y) == VALUE)
426 if (GET_CODE (x) == VALUE)
445 if (GET_CODE (y) == VALUE)
561 and return its VALUE element.
736 /* Create a new value structure for VALUE and initialize it. The mode of the
749 precisely when we can have VALUE RTXen (when cselib is active)
751 ??? Why should a VALUE b
[all...]
H A Dintegrate.c51 #define CEIL_ROUND(VALUE,ALIGN) (((VALUE) + (ALIGN) - 1) & ~((ALIGN)- 1))
/freebsd-10.2-release/lib/libutil/
H A Dproperty.c78 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; enumerator in enum:__anon6118
104 * if we were part-way through eg., a VALUE state, when the
153 state = VALUE;
159 case VALUE:
/freebsd-10.2-release/contrib/gcc/config/mips/
H A Dmips.h557 {"arch", "%{!march=*:%{mips16:-march=%(VALUE)}%{!mips*:-march=%(VALUE)}}" }, \
558 {"tune", "%{!mtune=*:-mtune=%(VALUE)}" }, \
559 {"abi", "%{!mabi=*:-mabi=%(VALUE)}" }, \
560 {"float", "%{!msoft-float:%{!mhard-float:-m%(VALUE)-float}}" }, \
561 {"divide", "%{!mdivide-traps:%{!mdivide-breaks:-mdivide-%(VALUE)}}" }
1199 #define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) \
1200 ((VALUE) = GET_MODE_BITSIZE (MODE), true)
1697 /* True if VALUE is an unsigned 6-bit number. */
1699 #define UIMM6_OPERAND(VALUE) \
[all...]
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dsparc.h555 {"cpu", "%{!mcpu=*:-mcpu=%(VALUE)}" }, \
556 {"tune", "%{!mtune=*:-mtune=%(VALUE)}" }, \
557 {"float", "%{!msoft-float:%{!mhard-float:%{!fpu:%{!no-fpu:-m%(VALUE)-float}}}}" }
1209 C is the letter, and VALUE is a constant value.
1210 Return 1 if VALUE is in the range specified by C.
1247 #define CONST_OK_FOR_LETTER_P(VALUE, C) \
1248 ((C) == 'I' ? SPARC_SIMM13_P (VALUE) \
1249 : (C) == 'J' ? (VALUE) == 0 \
1250 : (C) == 'K' ? SPARC_SETHI32_P (VALUE) \
1251 : (C) == 'L' ? SPARC_SIMM11_P (VALUE) \
[all...]
/freebsd-10.2-release/contrib/dialog/
H A Drangebox.c62 } VALUE; typedef in typeref:struct:__anon905
73 digit_of(VALUE * data)
85 set_digit(VALUE * data, int chr)
111 draw_value(VALUE * data, int value)
211 VALUE data;
/freebsd-10.2-release/contrib/gcc/config/s390/
H A Ds390.h113 { "mode", "%{!mesa:%{!mzarch:-m%(VALUE)}}" }, \
114 { "arch", "%{!march=*:-march=%(VALUE)}" }, \
115 { "tune", "%{!mtune=*:-mtune=%(VALUE)}" }
881 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
885 ASM_GENERATE_INTERNAL_LABEL (buf, "L", (VALUE)); \
891 #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, BODY, VALUE, REL) \
895 ASM_GENERATE_INTERNAL_LABEL (buf, "L", (VALUE)); \
927 #define CLZ_DEFINED_VALUE_AT_ZERO(MODE, VALUE) ((VALUE) = 64, 1)
/freebsd-10.2-release/usr.sbin/cron/lib/
H A Denv.c156 #define VALUEI 4 /* First char of VALUE, may be quote */
157 #define VALUE 5 /* Subsequent chars of VALUE */ macro
184 case VALUE:
231 if (state != FINI && !(state == VALUE && !quotechar)) {
237 if (state == VALUE) {

Completed in 426 milliseconds

123