Home
last modified time | relevance | path

Searched refs:LAST (Results 1 – 25 of 93) sorted by relevance

1234

/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Dinterval_tree_generic.h46 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 Dvarmod-assign.exp19 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 Dcond-short.mk95 .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 Dvarmod-assign.mk22 # 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 Dbits.h120 #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 Dspecial20 @echo LAST = $(sort $(filter FOO BAR,$(.VARIABLES)))
36 # @echo LAST = $(sort $(.TARGETS))
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCuda.h91 LAST, enumerator
99 return A >= CudaArch::GFX600 && A < CudaArch::LAST; in IsAMDGpuArch()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dia64-opc-b.c193 {"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 Dia64-opc.h35 #define LAST IA64_OPCODE_LAST macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-opc-b.c193 {"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 Dia64-opc.h35 #define LAST IA64_OPCODE_LAST macro
/netbsd-src/external/bsd/flex/dist/examples/manual/
H A Dfront.lex27 ALL|FIRST|LAST copy_and_return(CONDITIONAL)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h189 #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 Dpic.y97 %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 Ddrm_mm.c158 #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 DNVPTX.h124 i < static_cast<int>(CudaArch::LAST); ++i) in fillValidCPUList()
H A DNVPTX.cpp215 case CudaArch::LAST: in getTargetDefines()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAtomicOrdering.h65 LAST = SequentiallyConsistent enumerator
/netbsd-src/sys/arch/i386/stand/misc/
H A Drawrite.c34 #define LAST 1 macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/bio/
H A Ddescrip.mms19 .LAST :
/netbsd-src/crypto/external/bsd/openssl/dist/demos/bio/
H A Ddescrip.mms19 .LAST :
/netbsd-src/sys/net/
H A Dbsd-comp.c174 #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 DCuda.h44 mutable std::bitset<(int)CudaArch::LAST> ArchsWithBadVersion;
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dinternals.inl125 // 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 Dchanges38 CHANGES SINCE LAST RELEASE:

1234