| /src/tests/lib/libc/atomic/ |
| t_atomic_dec.c | 39 #define VAL (0x1122334455667788UL) 53 volatile TYPE val; \ 55 val = (TYPE)VAL; \ 57 NAME(&val); \ 58 ATF_REQUIRE_MSG(val == exp, \ 59 "val expects " FMT " but " FMT, exp, val); \ 81 volatile TYPE val; \ 84 val = (TYPE)VAL; [all...] |
| t_atomic_inc.c | 39 #define VAL (0x1122334455667788UL) 53 volatile TYPE val; \ 55 val = (TYPE)VAL; \ 57 NAME(&val); \ 58 ATF_REQUIRE_MSG(val == exp, \ 59 "val expects " FMT " but " FMT, exp, val); \ 81 volatile TYPE val; \ 84 val = (TYPE)VAL; [all...] |
| /src/external/mit/isl/dist/ |
| isl_pw_add_constant_templ.c | 12 #undef VAL 13 #define VAL CAT(isl_,VAL_BASE) 18 __isl_take VAL *v) 24 zero = FN(VAL,is_zero)(v); 29 FN(VAL,free)(v); 37 el = FN(FN(EL,add_constant),VAL_BASE)(el, FN(VAL,copy)(v)); 41 FN(VAL,free)(v); 45 FN(VAL,free)(v);
|
| /src/common/lib/libc/string/ |
| memset.c | 69 #define VAL 0 76 #define VAL c0 125 *dst++ = VAL; 147 *dst++ = VAL; 162 *dst++ = VAL;
|
| /src/external/bsd/nvi/dist/clib/ |
| memset.c | 61 #define VAL 0 70 #define VAL c0 100 *dst++ = VAL; 122 *dst++ = VAL; 137 *dst++ = VAL;
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-m68851.h | 33 101 VAL Validate Access Level 47 V VAL register only 72 #define VAL (CAL+1) /* 53 */ 73 #define SCC (VAL+1) /* 54 */ 157 /* TC, CRP, DRP, SRP, CAL, VAL, SCC, AC */
|
| m68k-parse.h | 147 VAL,
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-m68851.h | 33 101 VAL Validate Access Level 47 V VAL register only 72 #define VAL (CAL+1) /* 53 */ 73 #define SCC (VAL+1) /* 54 */ 157 /* TC, CRP, DRP, SRP, CAL, VAL, SCC, AC */
|
| m68k-parse.h | 147 VAL,
|
| /src/external/lgpl3/gmp/dist/tests/ |
| amd64check.c | 48 #define VAL 16 91 CHECK (calling_conventions_values[VAL+i], regname[i], calling_conventions_values[WANT+i]);
|
| x86check.c | 47 #define VAL 12 97 CHECK (calling_conventions_values[VAL+i], regname[i], calling_conventions_values[WANT+i]);
|
| /src/tests/lib/libm/ |
| t_round.c | 44 #define VAL 0x0.7ffffffffffffcp0 62 double a = VAL, b, c;
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| options.c | 45 #define ARG(n) (STR(n)|VAL) /* match, and require an argument */ 46 #define VAL 0x0100 /* arg value is required */ 286 if ((options[i].type & VAL)
|
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| sis.c | 32 #define VAL(x) strtol(x,(char **)NULL,0) 203 freq = VAL(argv[++stat]);
|
| func.c | 33 #define VAL(x) strtoul(x,(char **)NULL,0) 295 disp_regs(sregs, VAL(®[1])); 342 lim = VAL(cmd1); 380 sregs->bpts[sregs->bptnum] = VAL(cmd1) & ~0x3; 387 i = VAL(cmd1) - 1; 407 stat = run_sim(sregs, VAL(cmd1), 0); 413 sis_verbose = VAL(cmd1); 418 daddr = VAL(cmd1); 421 len = VAL(cmd2); 435 errper = VAL(cmd1) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| sis.c | 32 #define VAL(x) strtol(x,(char **)NULL,0) 203 freq = VAL(argv[++stat]);
|
| func.c | 33 #define VAL(x) strtoul(x,(char **)NULL,0) 295 disp_regs(sregs, VAL(®[1])); 342 lim = VAL(cmd1); 380 sregs->bpts[sregs->bptnum] = VAL(cmd1) & ~0x3; 387 i = VAL(cmd1) - 1; 407 stat = run_sim(sregs, VAL(cmd1), 0); 413 sis_verbose = VAL(cmd1); 418 daddr = VAL(cmd1); 421 len = VAL(cmd2); 435 errper = VAL(cmd1) [all...] |
| /src/games/cribbage/ |
| deck.h | 69 #define VAL(c) ( (c) < 9 ? (c)+1 : 10 ) /* val of rank */
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| APInt.h | 92 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal. 94 uint64_t VAL; ///< Used to store the <= 64 bits integer value. 108 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { 109 U.pVal = val; 155 U.VAL &= mask; 164 return isSingleWord() ? U.VAL : U.pVal[whichWord(bitPosition)]; 197 void initSlowCase(uint64_t val, bool isSigned); 268 /// Create a new APInt of numBits width, initialized as val. 270 /// If isSigned is true then val is treated as if it were a signed value 273 /// the range of val are zero filled) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| TemplateBase.h | 121 uint64_t VAL; 319 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned);
|
| Expr.h | 609 /// Val - This is the value the expression can be folded to. 610 APValue Val; 1443 uint64_t VAL; ///< Used to store the <= 64 bits integer value. 1454 APNumericStorage() : VAL(0), BitWidth(0) { } 1461 return llvm::APInt(BitWidth, VAL); 1463 void setIntValue(const ASTContext &C, const llvm::APInt &Val); 1469 void setValue(const ASTContext &C, const llvm::APInt &Val) { 1470 setIntValue(C, Val); 1479 void setValue(const ASTContext &C, const llvm::APFloat &Val) { 1480 setIntValue(C, Val.bitcastToAPInt()) [all...] |
| /src/sbin/fsdb/ |
| fsdb.c | 1036 char *p, *val; local 1051 while ((val = strsep(&p, "/")) != NULL && *val == '\0'); 1052 if (val) { 1053 printf("component `%s': ", val); 1055 if (!dolookup(val)) { 1611 char *p, *val; local 1618 nsec = strtoul(++p, &val, 0); 1619 if (val == p || *val != '\0' || nsec >= 1000000000 || nsec < 0) [all...] |