Home
last modified time | relevance | path

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

12

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Daccessor.c48 #define S(FIELD, VAL) .FIELD = VAL in krb5int_accessor() argument
54 #define S(FIELD, VAL) internals_temp.FIELD = VAL in krb5int_accessor()
60 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() argument
62 #define SC(FIELD, VAL) S(FIELD, 0) in krb5int_accessor()
69 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() argument
71 #define SC(FIELD, VAL) S(FIELD, 0) in krb5int_accessor()
78 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() argument
80 #define SC(FIELD, VAL) S(FIELD, 0) in krb5int_accessor()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h114 U.VAL = val; in BitWidth()
153 explicit APInt() { U.VAL = 0; } in APInt()
158 U.VAL = that.U.VAL; in APInt()
355 return U.VAL == WORDTYPE_MAX >> (APINT_BITS_PER_WORD - BitWidth); in isAllOnes()
362 return U.VAL == 0; in isZero()
371 return U.VAL == 1; in isOne()
388 return U.VAL == ((WordType(1) << (BitWidth - 1)) - 1); in isMaxSignedValue()
406 return U.VAL == (WordType(1) << (BitWidth - 1)); in isMinSignedValue()
423 return isPowerOf2_64(U.VAL); in isPowerOf2()
472 return U.VAL == (WORDTYPE_MAX >> (APINT_BITS_PER_WORD - numBits)); in isMask()
[all …]
/freebsd/lib/libc/string/
H A Dmemset.c48 #define VAL 0 macro
59 #define VAL c0 in bzero()
91 *dst++ = VAL; in bzero()
113 *dst++ = VAL; in bzero()
128 *dst++ = VAL; in bzero()
/freebsd/sys/contrib/ck/include/
H A Dck_pr.h180 #define CK_PR_STORE_SAFE(DST, VAL, TYPE) \ argument
182 ((void)sizeof(*(DST) = (VAL)), (DST)), \
183 (VAL))
185 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr) argument
186 #define ck_pr_store_char(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), char) argument
188 #define ck_pr_store_double(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), double) argument
190 #define ck_pr_store_uint(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), uint) argument
191 #define ck_pr_store_int(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), int) argument
192 #define ck_pr_store_32(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 32) argument
193 #define ck_pr_store_16(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 16) argument
[all …]
/freebsd/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs_006_pos.ksh77 VAL=$($ZPOOL get bootfs $POOL | $TAIL -1 | $AWK '{print $3}' )
78 if [ $VAL != "$POOL/$FS" ]
81 log_fail "set/get failed on $POOL - expected $VAL == $POOL/$FS"
90 VAL=$($ZPOOL get bootfs $POOL | $TAIL -1 | $AWK '{print $3}' )
91 if [ $VAL == "$POOL/$FS" ]
94 log_fail "set/get unexpectedly failed $VAL != $POOL/$FS"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh58 VAL=$(zpool get bootfs $POOL | awk 'END {print $3}' )
59 if [ $VAL != "$POOL/$TESTFS" ]
63 "set/get failed on $POOL - expected $VAL == $POOL/$TESTFS"
72 VAL=$(zpool get bootfs $POOL | awk 'END {print $3}' )
73 if [ $VAL == "$POOL/$TESTFS" ]
76 log_fail "set/get unexpectedly failed $VAL != $POOL/$TESTFS"
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp93 U.VAL = bigVal[0]; in initFromArray()
149 U.VAL = RHS.U.VAL; in assignSlowCase()
159 ID.AddInteger(U.VAL); in Profile()
179 ++U.VAL; in operator ++()
188 --U.VAL; in operator --()
200 U.VAL += RHS.U.VAL; in operator +=()
208 U.VAL += RHS; in operator +=()
220 U.VAL -= RHS.U.VAL; in operator -=()
228 U.VAL -= RHS; in operator -=()
237 return APInt(BitWidth, U.VAL * RHS.U.VAL); in operator *()
[all …]
/freebsd/sbin/fsdb/
H A Dfsdb.c1193 #define VAL() ((*p++) - '0') in dotime() macro
1194 t.tm_year = VAL(); in dotime()
1195 t.tm_year = VAL() + t.tm_year * 10; in dotime()
1196 t.tm_year = VAL() + t.tm_year * 10; in dotime()
1197 t.tm_year = VAL() + t.tm_year * 10 - 1900; in dotime()
1198 t.tm_mon = VAL(); in dotime()
1199 t.tm_mon = VAL() + t.tm_mon * 10 - 1; in dotime()
1200 t.tm_mday = VAL(); in dotime()
1201 t.tm_mday = VAL() + t.tm_mday * 10; in dotime()
1202 t.tm_hour = VAL(); in dotime()
[all …]
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_round.c45 #define VAL 0x0.7ffffffffffffcp0 macro
63 double a = VAL, b, c; in ATF_TC_BODY()
/freebsd/contrib/libyaml/tests/
H A DReadMe.md14 =VAL :foo
15 =VAL :bar
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_deltat.c36 #define GOOD(STR,VAL) { STR, VAL, 0 } in main() argument
/freebsd/crypto/krb5/src/include/
H A Dk5-platform.h515 # define PUT(SIZE,PTR,VAL) (((struct { uint##SIZE##_t i; } __attribute__((packed)) *)(PTR))->i… argument
517 # define PUTSWAPPED(SIZE,PTR,VAL) PUT(SIZE,PTR,SWAP##SIZE(VAL)) argument
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dmath.shlib50 # within_tolerance VAL TAR TOL && $action
52 # within_tolerance VAL TAR TOL || $action
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h49 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
51 auto local = VAL; \
/freebsd/crypto/openssl/crypto/aria/
H A Daria.c46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument
48 ((uint8_t *)(DEST))[IDX * 4 ] = GET_U8_BE(VAL, 0); \
49 ((uint8_t *)(DEST))[IDX * 4 + 1] = GET_U8_BE(VAL, 1); \
50 ((uint8_t *)(DEST))[IDX * 4 + 2] = GET_U8_BE(VAL, 2); \
51 ((uint8_t *)(DEST))[IDX * 4 + 3] = GET_U8_BE(VAL, 3); \
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh40 read VAL
41 if [ "-z" "$VAL" ]; then
42 VAL=YES
44 case ${VAL} in
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.h297 #define DEFINT_IMMEDIATE(DESCNAME, VAL, ERR) \ argument
300 VAL, ERR \
H A Dasn1_encode.c429 #define STOREPTR(PTR, TYPE, VAL) (*(void **)(VAL) = (PTR)) argument
433 #define STOREPTR(PTR, PTRINFO, VAL) \ argument
434 (assert((PTRINFO)->storeptr != NULL), (PTRINFO)->storeptr(PTR, VAL))
/freebsd/sys/contrib/ena-com/
H A Dena_plat.h444 #define ATOMIC32_SET(I32_PTR, VAL) atomic_store_rel_int(I32_PTR, VAL) argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateBase.h134 uint64_t VAL;
369 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon_incl.td76 // The syntax is (cast MOD* VAL). The last argument is the value to
78 // starts off as the type of VAL, and is modified by MOD in sequence.
100 // The VAL argument is saved to a temporary so it can be used
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp916 #define SET(ID, TYPE, VAL) \ in extractFeatures() argument
918 Runner->getTensor<TYPE>(FeatureIDs::ID)[Pos] = static_cast<TYPE>(VAL); \ in extractFeatures()
921 std::max(Largest[FeatureIDs::ID], static_cast<float>(VAL)); \ in extractFeatures()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp195 Integer.VAL = Value.getZExtValue(); in initFromIntegral()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1833 multiclass ZXATMLDm<SDPatternOperator from, int VAL,
1836 def : Pat<(i64 (and (anyext (from ADDRrri:$addr)), VAL)),
1838 def : Pat<(i64 (and (anyext (from ADDRrii:$addr)), VAL)),
1840 def : Pat<(i64 (and (anyext (from ADDRzri:$addr)), VAL)),
1842 def : Pat<(i64 (and (anyext (from ADDRzii:$addr)), VAL)),

12