Home
last modified time | relevance | path

Searched refs:VAL (Results 1 – 25 of 32) 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.h133 U.VAL = val; in BitWidth()
173 explicit APInt() { U.VAL = 0; } in APInt()
178 U.VAL = that.U.VAL; in APInt()
375 return U.VAL == WORDTYPE_MAX >> (APINT_BITS_PER_WORD - BitWidth); in isAllOnes()
382 return U.VAL == 0; in isZero()
391 return U.VAL == 1; in isOne()
408 return U.VAL == ((WordType(1) << (BitWidth - 1)) - 1); in isMaxSignedValue()
426 return U.VAL == (WordType(1) << (BitWidth - 1)); in isMinSignedValue()
443 return isPowerOf2_64(U.VAL); in isPowerOf2()
492 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/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/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/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp94 U.VAL = bigVal[0]; in initFromArray()
150 U.VAL = RHS.U.VAL; in assignSlowCase()
160 ID.AddInteger(U.VAL); in Profile()
180 ++U.VAL; in operator ++()
189 --U.VAL; in operator --()
201 U.VAL += RHS.U.VAL; in operator +=()
209 U.VAL += RHS; in operator +=()
221 U.VAL -= RHS.U.VAL; in operator -=()
229 U.VAL -= RHS; in operator -=()
238 return APInt(BitWidth, U.VAL * RHS.U.VAL, /*isSigned=*/false, 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/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp199 #define KEY_VAL(KEY, VAL) {#KEY, VAL} in getSegInstLog2SEW() argument
200 #define KEY_VAL_ALL_W_POLICY(KEY, VAL) \ in getSegInstLog2SEW() argument
201 KEY_VAL(KEY, VAL), \ in getSegInstLog2SEW()
202 KEY_VAL(KEY ## _tu, VAL), \ in getSegInstLog2SEW()
203 KEY_VAL(KEY ## _tum, VAL), \ in getSegInstLog2SEW()
204 KEY_VAL(KEY ## _tumu, VAL), \ in getSegInstLog2SEW()
205 KEY_VAL(KEY ## _mu, VAL) in getSegInstLog2SEW()
/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.c42 #define PUT_U32_BE(DEST, IDX, VAL) \ argument
44 ((uint8_t *)(DEST))[IDX * 4] = GET_U8_BE(VAL, 0); \
45 ((uint8_t *)(DEST))[IDX * 4 + 1] = GET_U8_BE(VAL, 1); \
46 ((uint8_t *)(DEST))[IDX * 4 + 2] = GET_U8_BE(VAL, 2); \
47 ((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/tests/sys/posixshm/
H A Dposixshm_test.c1910 #define VAL 0xdeadfacec0debeef macro
2029 *addr64 = VAL; in ATF_TC_BODY()
2035 ATF_REQUIRE(try_write(addr64, VAL)); in ATF_TC_BODY()
2037 ATF_REQUIRE(val == VAL); in ATF_TC_BODY()
2041 ATF_REQUIRE(val == VAL); in ATF_TC_BODY()
2042 ATF_REQUIRE(!try_write(addr64, VAL)); in ATF_TC_BODY()
2048 ATF_REQUIRE(!try_write(addr64, VAL)); in ATF_TC_BODY()
2077 ATF_REQUIRE(!try_write((volatile uint64_t *)(void *)addr, VAL)); in ATF_TC_BODY()
/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;
370 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon_incl.td78 // The syntax is (cast MOD* VAL). The last argument is the value to
80 // starts off as the type of VAL, and is modified by MOD in sequence.
102 // 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.cpp1006 #define SET(ID, TYPE, VAL) \ in extractFeatures() argument
1008 Runner->getTensor<TYPE>(FeatureIDs::ID)[Pos] = static_cast<TYPE>(VAL); \ in extractFeatures()
1011 std::max(Largest[FeatureIDs::ID], static_cast<float>(VAL)); \ in extractFeatures()

12