Home
last modified time | relevance | path

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

12345678

/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64intrin.h37 #define __sync_lock_test_and_set(PTR,VAL) \ argument
44 #define __sync_fetch_and_add(PTR,VAL) \ argument
51 #define __sync_fetch_and_sub(PTR,VAL) \ argument
58 #define __sync_fetch_and_and(PTR,VAL) \ argument
65 #define __sync_fetch_and_or(PTR,VAL) \ argument
72 #define __sync_fetch_and_xor(PTR,VAL) \ argument
86 #define __sync_add_and_fetch(PTR,VAL) \ argument
93 #define __sync_sub_and_fetch(PTR,VAL) \ argument
100 #define __sync_and_and_fetch(PTR,VAL) \ argument
107 #define __sync_or_and_fetch(PTR,VAL) \ argument
[all …]
/openbsd/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/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h111 U.VAL = val; in BitWidth()
155 U.VAL = that.U.VAL; in APInt()
610 U.VAL = RHS.U.VAL;
648 U.VAL = RHS;
665 U.VAL &= RHS.U.VAL;
695 U.VAL |= RHS.U.VAL;
724 U.VAL ^= RHS.U.VAL;
1037 return U.VAL == RHS.U.VAL;
1230 return (U.VAL & RHS.U.VAL) != 0; in intersects()
1238 return (U.VAL & ~RHS.U.VAL) == 0; in isSubsetOf()
[all …]
/openbsd/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
715 #define IS_DISP1_CONST(VAL) (((VAL) <= 1) && ((VAL) >= -1)) /* 'S'. */ argument
717 #define IS_DISP8_CONST(VAL) (((VAL) <= 255) && ((VAL) >= -255)) /* 'Q'. */ argument
719 #define IS_DISP1_OFF_CONST(VAL) (IS_DISP1_CONST (VAL) \ argument
[all …]
/openbsd/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
894 #define IS_DISP1_CONST(VAL) (((VAL) <= 1) && ((VAL) >= -1)) /* 'S'. */ argument
896 #define IS_DISP8_CONST(VAL) (((VAL) <= 255) && ((VAL) >= -255)) /* 'Q'. */ argument
898 #define IS_DISP1_OFF_CONST(VAL) (IS_DISP1_CONST (VAL) \ argument
[all …]
/openbsd/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/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/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/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/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/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/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp148 U.VAL = RHS.U.VAL; in assignSlowCase()
170 ++U.VAL; in operator ++()
191 U.VAL += RHS.U.VAL; in operator +=()
211 U.VAL -= RHS.U.VAL; in operator -=()
228 return APInt(BitWidth, U.VAL * RHS.U.VAL); in operator *()
276 return U.VAL < RHS.U.VAL ? -1 : U.VAL > RHS.U.VAL; in compare()
377 U.VAL |= (subBits.U.VAL << bitPosition); in insertBits()
1577 return APInt(BitWidth, U.VAL / RHS.U.VAL); in udiv()
1668 return APInt(BitWidth, U.VAL % RHS.U.VAL); in urem()
1764 uint64_t QuotVal = LHS.U.VAL / RHS.U.VAL; in udivrem()
[all …]
/openbsd/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()
891 t.tm_mon = VAL(); in dotime()
893 t.tm_mday = VAL(); in dotime()
895 t.tm_hour = VAL(); in dotime()
897 t.tm_min = VAL(); in dotime()
898 t.tm_min = VAL() + t.tm_min * 10; in dotime()
899 t.tm_sec = VAL(); in dotime()
[all …]
/openbsd/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/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/gnu/usr.bin/binutils/gdb/config/i386/
H A Dnm-cygwin.h27 #define I386_DR_LOW_SET_CONTROL(VAL) cygwin_set_dr7 (VAL) argument
H A Dnm-go32.h27 #define I386_DR_LOW_SET_CONTROL(VAL) go32_set_dr7 (VAL) argument
/openbsd/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/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 : \
1133 && ((VAL) & 3) == 0) : \
1135 (C) == 'O' ? ((VAL) >= -508 && (VAL) <= 508) \
2100 #define THUMB_LEGITIMATE_OFFSET(MODE, VAL) \ argument
2103 && ((VAL) & 1) == 0) \
2104 : ((VAL) >= 0 && ((VAL) + GET_MODE_SIZE (MODE)) <= 128 \
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-m68851.h99 #define VAL (CAL+1) /* 53 */ macro
100 #define SCC (VAL+1) /* 54 */
/openbsd/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/gnu/llvm/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h42 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
44 DST |= ((VAL << MSK ## _SHIFT) & MSK)

12345678