Searched refs:VAL (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/lib/libc/string/
H A Dmemset.c48 #define VAL 0 macro
59 #define VAL c0
91 *dst++ = VAL;
113 *dst++ = VAL;
128 *dst++ = VAL;
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DAPNumericStorage.h28 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member in union:clang::APNumericStorage::__anon5
39 APNumericStorage() : VAL(0), BitWidth(0) {}
46 return llvm::APInt(BitWidth, VAL);
H A DTemplateBase.h134 uint64_t VAL; member in union:clang::TemplateArgument::I::__anon71
369 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h112 U.VAL = val;
151 explicit APInt() { U.VAL = 0; }
156 U.VAL = that.U.VAL;
353 return U.VAL == WORDTYPE_MAX >> (APINT_BITS_PER_WORD - BitWidth);
360 return U.VAL == 0;
369 return U.VAL == 1;
386 return U.VAL == ((WordType(1) << (BitWidth - 1)) - 1);
404 return U.VAL == (WordType(1) << (BitWidth - 1));
421 return isPowerOf2_64(U.VAL);
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_006_pos.ksh57 VAL=$(zpool get bootfs $POOL | awk 'END {print $3}' )
58 if [ $VAL != "$POOL/$TESTFS" ]
62 "set/get failed on $POOL - expected $VAL == $POOL/$TESTFS"
71 VAL=$(zpool get bootfs $POOL | awk 'END {print $3}' )
72 if [ $VAL == "$POOL/$TESTFS" ]
75 log_fail "set/get unexpectedly failed $VAL != $POOL/$TESTFS"
/freebsd-current/share/examples/drivers/
H A Dmake_pseudo_driver.sh40 read VAL
41 if [ "-z" "$VAL" ]; then
42 VAL=YES
44 case ${VAL} in
397 read VAL
398 if [ "-z" "$VAL" ]; then
399 VAL=YES
401 case ${VAL} in
412 read VAL
413 if [ "-z" "$VAL" ]; the
[all...]
H A Dmake_device_driver.sh40 read VAL
41 if [ "-z" "$VAL" ]; then
42 VAL=YES
44 case ${VAL} in
967 read VAL
968 if [ "-z" "$VAL" ]; then
969 VAL=YES
971 case ${VAL} in
982 read VAL
983 if [ "-z" "$VAL" ]; the
[all...]
/freebsd-current/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-current/contrib/netbsd-tests/lib/libm/
H A Dt_round.c45 #define VAL 0x0.7ffffffffffffcp0 macro
63 double a = VAL, b, c;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp93 U.VAL = bigVal[0];
149 U.VAL = RHS.U.VAL;
159 ID.AddInteger(U.VAL);
179 ++U.VAL;
188 --U.VAL;
200 U.VAL += RHS.U.VAL;
208 U.VAL += RHS;
220 U.VAL
[all...]
/freebsd-current/sys/contrib/ck/include/
H A Dck_pr.h180 #define CK_PR_STORE_SAFE(DST, VAL, TYPE) \
182 ((void)sizeof(*(DST) = (VAL)), (DST)), \
183 (VAL))
185 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr)
186 #define ck_pr_store_char(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), char)
188 #define ck_pr_store_double(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), double)
190 #define ck_pr_store_uint(DST, VAL) CK_PR_STORE_SAF
[all...]
/freebsd-current/sbin/fsdb/
H A Dfsdb.c1193 #define VAL() ((*p++) - '0') macro
1194 t.tm_year = VAL();
1195 t.tm_year = VAL() + t.tm_year * 10;
1196 t.tm_year = VAL() + t.tm_year * 10;
1197 t.tm_year = VAL() + t.tm_year * 10 - 1900;
1198 t.tm_mon = VAL();
1199 t.tm_mon = VAL() + t.tm_mon * 10 - 1;
1200 t.tm_mday = VAL();
1201 t.tm_mday = VAL() + t.tm_mday * 10;
1202 t.tm_hour = VAL();
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h49 #define AMDHSA_BITS_SET(DST, MSK, VAL) \
51 DST |= ((VAL << MSK ## _SHIFT) & MSK)
/freebsd-current/sys/contrib/ena-com/
H A Dena_plat.h443 #define ATOMIC32_SET(I32_PTR, VAL) atomic_store_rel_int(I32_PTR, VAL)
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp913 #define SET(ID, TYPE, VAL) \
915 Runner->getTensor<TYPE>(FeatureIDs::ID)[Pos] = static_cast<TYPE>(VAL); \
918 std::max(Largest[FeatureIDs::ID], static_cast<float>(VAL)); \
/freebsd-current/crypto/openssl/crypto/aria/
H A Daria.c46 #define PUT_U32_BE(DEST, IDX, VAL) \
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-current/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp195 Integer.VAL = Value.getZExtValue();
H A DExpr.cpp931 VAL = Words[0];
933 VAL = 0;
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h3176 #define __vec_strmb(PTR, CNT, VAL) \
3177 vec_xst_len_r((VAL), (unsigned char *)(PTR), (CNT))
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c13992 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED)
13996 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL))
[all...]

Completed in 1006 milliseconds