Home
last modified time | relevance | path

Searched refs:VAL (Results 1 – 25 of 176) sorted by relevance

12345678

/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64intrin.h37 #define __sync_lock_test_and_set(PTR,VAL) \ argument
39 ? (__typeof__(*(PTR))) __sync_lock_test_and_set_si((int *)(PTR),(int)(VAL)) \
40 : (__typeof__(*(PTR))) __sync_lock_test_and_set_di((long *)(PTR),(long)(VAL)))
44 #define __sync_fetch_and_add(PTR,VAL) \ argument
46 ? (__typeof__(*(PTR))) __sync_fetch_and_add_si((int *)(PTR),(int)(VAL)) \
47 : (__typeof__(*(PTR))) __sync_fetch_and_add_di((long *)(PTR),(long)(VAL)))
51 #define __sync_fetch_and_sub(PTR,VAL) \ argument
53 ? (__typeof__(*(PTR))) __sync_fetch_and_sub_si((int *)(PTR),(int)(VAL)) \
54 : (__typeof__(*(PTR))) __sync_fetch_and_sub_di((long *)(PTR),(long)(VAL)))
58 #define __sync_fetch_and_and(PTR,VAL) \ argument
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Memoize/t/
H A Dflush.t6 sub VAL { $V }
8 ok eval { memoize('VAL'); 1 }, 'memozing the test function';
10 is VAL(), 100, '... with the expected return value';
12 is VAL(), 100, '... which is expectedly sticky';
14 ok eval { flush_cache('VAL'); 1 }, 'flusing the cache by name works';
16 is VAL(), 200, '... with the expected new return value';
18 is VAL(), 200, '... which is expectedly sticky';
20 ok eval { flush_cache(\&VAL); 1 }, 'flusing the cache by name works';
22 is VAL(), 300, '... with the expected new return value';
24 is VAL(), 300, '... which is expectedly sticky';
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h111 U.VAL = val; in BitWidth()
150 explicit APInt() { U.VAL = 0; } in APInt()
155 U.VAL = that.U.VAL; in APInt()
358 return U.VAL == WORDTYPE_MAX >> (APINT_BITS_PER_WORD - BitWidth); in isAllOnes()
368 return U.VAL == 0; in isZero()
380 return U.VAL == 1; in isOne()
400 return U.VAL == ((WordType(1) << (BitWidth - 1)) - 1); in isMaxSignedValue()
418 return U.VAL == (WordType(1) << (BitWidth - 1)); in isMinSignedValue()
435 return isPowerOf2_64(U.VAL); in isPowerOf2()
480 return U.VAL == (WORDTYPE_MAX >> (APINT_BITS_PER_WORD - numBits)); in isMask()
[all …]
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x.h697 #define IS_INT5_CONST(VAL) (((VAL) <= 15) && ((VAL) >= -16)) /* 'K'. */ argument
699 #define IS_UINT5_CONST(VAL) (((VAL) <= 31) && ((VAL) >= 0)) /* 'R'. */ argument
701 #define IS_INT8_CONST(VAL) (((VAL) <= 127) && ((VAL) >= -128)) /* 'J'. */ argument
703 #define IS_UINT8_CONST(VAL) (((VAL) <= 255) && ((VAL) >= 0)) /* 'M'. */ argument
705 #define IS_INT16_CONST(VAL) (((VAL) <= 32767) && ((VAL) >= -32768)) /* 'I'. */ argument
707 #define IS_UINT16_CONST(VAL) (((VAL) <= 65535) && ((VAL) >= 0)) /* 'L'. */ argument
709 #define IS_NOT_UINT16_CONST(VAL) IS_UINT16_CONST(~(VAL)) /* 'N'. */ argument
711 #define IS_HIGH_CONST(VAL) \ argument
712 (! TARGET_C3X && (((VAL) & 0xffff) == 0)) /* 'O'. */
715 #define IS_DISP1_CONST(VAL) (((VAL) <= 1) && ((VAL) >= -1)) /* 'S'. */ argument
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.h876 #define IS_INT5_CONST(VAL) (((VAL) <= 15) && ((VAL) >= -16)) /* 'K'. */ argument
878 #define IS_UINT5_CONST(VAL) (((VAL) <= 31) && ((VAL) >= 0)) /* 'R'. */ argument
880 #define IS_INT8_CONST(VAL) (((VAL) <= 127) && ((VAL) >= -128)) /* 'J'. */ argument
882 #define IS_UINT8_CONST(VAL) (((VAL) <= 255) && ((VAL) >= 0)) /* 'M'. */ argument
884 #define IS_INT16_CONST(VAL) (((VAL) <= 32767) && ((VAL) >= -32768)) /* 'I'. */ argument
886 #define IS_UINT16_CONST(VAL) (((VAL) <= 65535) && ((VAL) >= 0)) /* 'L'. */ argument
888 #define IS_NOT_UINT16_CONST(VAL) IS_UINT16_CONST(~(VAL)) /* 'N'. */ argument
890 #define IS_HIGH_CONST(VAL) \ argument
891 (! TARGET_C3X && (((VAL) & 0xffff) == 0)) /* 'O'. */
894 #define IS_DISP1_CONST(VAL) (((VAL) <= 1) && ((VAL) >= -1)) /* 'S'. */ argument
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-env/
H A Denv-calls-env.txt10 # RUN: | FileCheck -check-prefix=CHECK-2-VAL %s
12 # CHECK-2-VAL: BAR = 1
13 # CHECK-2-VAL: FOO = 2
22 # RUN: | FileCheck -check-prefix=CHECK-2-U-VAL %s
24 # CHECK-2-U-VAL-NOT: BAR
25 # CHECK-2-U-VAL: FOO = 2
/openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/
H A Dti.h220 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \ argument
221 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC))
224 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \ argument
225 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 2))
228 #define PUT_SCNHDR_FLAGS(ABFD, VAL, LOC) \ argument
229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 4))
233 #define PUT_SCNHDR_PAGE(ABFD, VAL, LOC) \ argument
235 ? H_PUT_16 (ABFD, VAL, LOC) \
236 : H_PUT_8 (ABFD, VAL, (LOC) - 7), H_PUT_8 (ABFD, 0, (LOC) - 8))
/openbsd-src/gnu/usr.bin/binutils/include/coff/
H A Dti.h220 #define PUT_SCNHDR_NRELOC(ABFD, VAL, LOC) \ argument
221 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC))
224 #define PUT_SCNHDR_NLNNO(ABFD, VAL, LOC) \ argument
225 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 2))
228 #define PUT_SCNHDR_FLAGS(ABFD, VAL, LOC) \ argument
229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 4))
233 #define PUT_SCNHDR_PAGE(ABFD, VAL, LOC) \ argument
235 ? H_PUT_16 (ABFD, VAL, LOC) \
236 : H_PUT_8 (ABFD, VAL, (LOC) - 7), H_PUT_8 (ABFD, 0, (LOC) - 8))
/openbsd-src/sys/lib/libkern/
H A Dmemset.c50 #define VAL 0 macro
57 #define VAL c0 in bzero()
86 *dst++ = VAL; in bzero()
108 *dst++ = VAL; in bzero()
123 *dst++ = VAL; in bzero()
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dfptr.c51 #define SIGN_EXTEND(VAL,BITS) \ argument
52 ((int) ((VAL) >> ((BITS) - 1) ? (-1 << (BITS)) | (VAL) : (VAL)))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dfptr.c42 #define SIGN_EXTEND(VAL,BITS) \ argument
43 ((int) ((VAL) >> ((BITS) - 1) ? (-1 << (BITS)) | (VAL) : (VAL)))
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp92 U.VAL = bigVal[0]; in initFromArray()
148 U.VAL = RHS.U.VAL; in assignSlowCase()
158 ID.AddInteger(U.VAL); in Profile()
170 ++U.VAL; in operator ++()
179 --U.VAL; in operator --()
191 U.VAL += RHS.U.VAL; in operator +=()
199 U.VAL += RHS; in operator +=()
211 U.VAL -= RHS.U.VAL; in operator -=()
219 U.VAL -= RHS; in operator -=()
228 return APInt(BitWidth, U.VAL * RHS.U.VAL); in operator *()
[all …]
/openbsd-src/sbin/fsdb/
H A Dfsdb.c885 #define VAL() ((*p++) - '0') in dotime() macro
887 t.tm_year = VAL(); in dotime()
888 t.tm_year = VAL() + t.tm_year * 10; in dotime()
889 t.tm_year = VAL() + t.tm_year * 10; in dotime()
890 t.tm_year = VAL() + t.tm_year * 10 - 1900; in dotime()
891 t.tm_mon = VAL(); in dotime()
892 t.tm_mon = VAL() + t.tm_mon * 10 - 1; in dotime()
893 t.tm_mday = VAL(); in dotime()
894 t.tm_mday = VAL() + t.tm_mday * 10; in dotime()
895 t.tm_hour = VAL(); in dotime()
[all …]
/openbsd-src/games/cribbage/
H A Dsupport.c66 if (l > 1 || VAL(h[j].rank) != i) in cchose()
78 VAL(h[j].rank) != 15 - tv[i]) in cchose()
87 l = s + VAL(h[i].rank); in cchose()
98 l = s + VAL(h[i].rank); in cchose()
296 return (sum + VAL(j) <= 31); in anymove()
309 if (s + VAL(hand[i].rank) == t) in anysumto()
325 if (VAL(h[i].rank) == v) in numofval()
H A Ddeck.h69 #define VAL(c) ( (c) < 9 ? (c)+1 : 10 ) /* val of rank */ macro
H A Dcrib.c497 sum += VAL(crd.rank); in peg()
545 if (sum + VAL(crd.rank) <= 31) in peg()
553 sum += VAL(crd.rank); in peg()
/openbsd-src/gnu/gcc/gcc/
H A Ddf.h438 #define DF_DEFS_SET(DF,ID,VAL) ((DF)->def_info.refs[(ID)]=(VAL)) argument
441 #define DF_USES_SET(DF,ID,VAL) ((DF)->use_info.refs[(ID)]=(VAL)) argument
447 #define DF_REG_DEF_SET(DF, REG, VAL) ((DF)->def_info.regs[(REG)]=(VAL)) argument
450 #define DF_REG_USE_SET(DF, REG, VAL) ((DF)->use_info.regs[(REG)]=(VAL)) argument
464 #define DF_INSN_SET(DF,INSN,VAL) ((DF)->insns[(INSN_UID (INSN))]=(VAL)) argument
H A Dtree-ssa-structalias.h81 #define NUM_REFERENCES_SET(ANN, VAL) (ANN)->common.aux = (void*) ((void *)(VAL)) argument
/openbsd-src/gnu/usr.bin/binutils/gdb/config/i386/
H A Dnm-go32.h27 #define I386_DR_LOW_SET_CONTROL(VAL) go32_set_dr7 (VAL) argument
H A Dnm-cygwin.h27 #define I386_DR_LOW_SET_CONTROL(VAL) cygwin_set_dr7 (VAL) argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D960117-1.c17 typedef struct T_VAL VAL; typedef
19 VAL curval = {0};
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.h1127 #define CONST_OK_FOR_THUMB_LETTER(VAL, C) \ argument
1128 ((C) == 'I' ? (unsigned HOST_WIDE_INT) (VAL) < 256 : \
1129 (C) == 'J' ? (VAL) > -256 && (VAL) < 0 : \
1130 (C) == 'K' ? thumb_shiftable_const (VAL) : \
1131 (C) == 'L' ? (VAL) > -8 && (VAL) < 8 : \
1132 (C) == 'M' ? ((unsigned HOST_WIDE_INT) (VAL) < 1024 \
1133 && ((VAL) & 3) == 0) : \
1134 (C) == 'N' ? ((unsigned HOST_WIDE_INT) (VAL) < 32) : \
1135 (C) == 'O' ? ((VAL) >= -508 && (VAL) <= 508) \
2100 #define THUMB_LEGITIMATE_OFFSET(MODE, VAL) \ argument
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h42 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
44 DST |= ((VAL << MSK ## _SHIFT) & MSK)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m68851.h99 #define VAL (CAL+1) /* 53 */ macro
100 #define SCC (VAL+1) /* 54 */
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68851.h99 #define VAL (CAL+1) /* 53 */ macro
100 #define SCC (VAL+1) /* 54 */

12345678