| /netbsd-src/sys/external/bsd/drm2/include/linux/ |
| H A D | interval_tree_generic.h | 46 const KT __astart = START(__na), __alast = LAST(__na); \ 47 const KT __bstart = START(__nb), __blast = LAST(__nb); \ 65 const KT __nstart = START(__n), __nlast = LAST(__n); \ 130 KASSERT(LAST(__next) >= __start); \
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | varmod-assign.exp | 19 Global: .MAKEOVERRIDES = FIRST LAST LAST LAST APPENDED RAN RAN RAN IT1 THEN1 IE2 ELSE2 CMD_CMD_VAR CMD_CMD_VAR 36 Global: .MAKEOVERRIDES = FIRST LAST LAST LAST APPENDED RAN RAN RAN IT1 THEN1 IE2 ELSE2 CMD_CMD_VAR CMD_CMD_VAR CMD_NEW_VAR
|
| H A D | cond-short.mk | 95 .if 0 && ${1 2 3:L:@i@${LAST::=$i}@} 101 .if defined(FIRST) || defined(LAST) || defined(APPENDED) || defined(RAN) 102 . warning first=${FIRST} last=${LAST} appended=${APPENDED} ran=${RAN}
|
| H A D | varmod-assign.mk | 22 # operator '=' overwrites the previous value, therefore the variable LAST ends 24 .if "${1 2 3:L:@i@${LAST::=$i}@} last=${LAST}" != " last=3" 45 .if "${FIRST}, ${LAST}, ${APPENDED}, ${RAN}" != "1, 3, 1 2 3, <3>"
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | bits.h | 120 #define _LSMASKn(WIDTH, FIRST, LAST) _MASKn (WIDTH, \ argument 122 _LSB_POS (WIDTH, LAST)) 124 #define LSMASK64(FIRST, LAST) _LSMASKn (64, (FIRST), (LAST)) argument
|
| /netbsd-src/external/gpl2/gmake/dist/tests/scripts/variables/ |
| H A D | special | 20 @echo LAST = $(sort $(filter FOO BAR,$(.VARIABLES))) 36 # @echo LAST = $(sort $(.TARGETS))
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Cuda.h | 91 LAST, enumerator 99 return A >= CudaArch::GFX600 && A < CudaArch::LAST; in IsAMDGpuArch()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | ia64-opc-b.c | 193 {"cover", B0, OpX6 (0, 0x02), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL}, 194 {"clrrrb", B0, OpX6 (0, 0x04), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL}, 195 {"clrrrb.pr", B0, OpX6 (0, 0x05), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL}, 196 {"rfi", B0, OpX6 (0, 0x08), {0, }, NO_PRED | LAST | PRIV | MOD_RRBS, 0, NULL}, 197 {"bsw.0", B0, OpX6 (0, 0x0c), {0, }, NO_PRED | LAST | PRIV, 0, NULL}, 198 {"bsw.1", B0, OpX6 (0, 0x0d), {0, }, NO_PRED | LAST | PRIV, 0, NULL},
|
| H A D | ia64-opc.h | 35 #define LAST IA64_OPCODE_LAST macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | ia64-opc-b.c | 193 {"cover", B0, OpX6 (0, 0x02), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL}, 194 {"clrrrb", B0, OpX6 (0, 0x04), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL}, 195 {"clrrrb.pr", B0, OpX6 (0, 0x05), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL}, 196 {"rfi", B0, OpX6 (0, 0x08), {0, }, NO_PRED | LAST | PRIV | MOD_RRBS, 0, NULL}, 197 {"bsw.0", B0, OpX6 (0, 0x0c), {0, }, NO_PRED | LAST | PRIV, 0, NULL}, 198 {"bsw.1", B0, OpX6 (0, 0x0d), {0, }, NO_PRED | LAST | PRIV, 0, NULL},
|
| H A D | ia64-opc.h | 35 #define LAST IA64_OPCODE_LAST macro
|
| /netbsd-src/external/bsd/flex/dist/examples/manual/ |
| H A D | front.lex | 27 ALL|FIRST|LAST copy_and_return(CONDITIONAL)
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Comment.h | 189 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument 190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, 191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument 192 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | pic.y | 97 %token LAST 231 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST 1275 LAST 1277 | ordinal LAST 1368 | ORDINAL LAST object_type relative_path 1374 | LAST object_type relative_path
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_mm.c | 158 #define LAST(node) ((node)->start + (node)->size - 1) macro 163 START, LAST, static inline, drm_mm_interval_tree) in INTERVAL_TREE_DEFINE() argument 173 if (start <= LAST(node) && START(node) <= last) in INTERVAL_TREE_DEFINE() 193 node->__subtree_last = LAST(node); in drm_mm_interval_tree_add_node()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
| H A D | NVPTX.h | 124 i < static_cast<int>(CudaArch::LAST); ++i) in fillValidCPUList()
|
| H A D | NVPTX.cpp | 215 case CudaArch::LAST: in getTargetDefines()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | AtomicOrdering.h | 65 LAST = SequentiallyConsistent enumerator
|
| /netbsd-src/sys/arch/i386/stand/misc/ |
| H A D | rawrite.c | 34 #define LAST 1 macro
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/demos/bio/ |
| H A D | descrip.mms | 19 .LAST :
|
| /netbsd-src/crypto/external/bsd/openssl/dist/demos/bio/ |
| H A D | descrip.mms | 19 .LAST :
|
| /netbsd-src/sys/net/ |
| H A D | bsd-comp.c | 174 #define LAST 255 macro 407 i = LAST+1; in bsd_init() 983 while (finchar > LAST) { in bsd_decompress()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.h | 44 mutable std::bitset<(int)CudaArch::LAST> ArchsWithBadVersion;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| H A D | internals.inl | 125 // Record that this use is the first in the list and that the last use is LAST. 247 // definition is LAST. 511 // a subsequence of debug instructions that ends with LAST.
|
| /netbsd-src/sys/arch/m68k/060sp/dist/ |
| H A D | changes | 38 CHANGES SINCE LAST RELEASE:
|