HomeSort by: relevance | last modified time | path
    Searched defs:LAST (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/i386/stand/misc/
rawrite.c 16 1.101 - Last beta release. 4/8/91
34 #define LAST 1
67 case 0x06: msg("Disk changed since last operation"); break;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AtomicOrdering.h 65 LAST = SequentiallyConsistent
  /src/sys/external/bsd/drm2/dist/drm/
drm_mm.c 158 #define LAST(node) ((node)->start + (node)->size - 1)
163 START, LAST, static inline, drm_mm_interval_tree)
167 __drm_mm_interval_first(const struct drm_mm *mm_const, u64 start, u64 last)
173 if (start <= LAST(node) && START(node) <= last)
179 start, last) ?: (struct drm_mm_node *)&mm->head_node;
193 node->__subtree_last = LAST(node);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Cuda.h 91 LAST,
99 return A >= CudaArch::GFX600 && A < CudaArch::LAST;
  /src/sys/net/
bsd-comp.c 116 u_char suffix; /* last character of new code */
120 u_char suffix; /* last character of new code */
174 #define LAST 255
407 i = LAST+1;
614 OUTPUT(ent); /* output the last code */
624 * Pad dribble bits of last code with ones.
759 bitno += n_bits; /* output (count) the last code */
860 * Fill in the ppp header, but not the last byte of the protocol
983 while (finchar > LAST) {
  /src/external/gpl3/binutils/dist/opcodes/
ia64-opc.h 35 #define LAST IA64_OPCODE_LAST
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-opc.h 35 #define LAST IA64_OPCODE_LAST
  /src/external/gpl3/gdb/dist/opcodes/
ia64-opc.h 35 #define LAST IA64_OPCODE_LAST
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-opc.h 35 #define LAST IA64_OPCODE_LAST
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vm.c 67 #define LAST(node) ((node)->last)
70 START, LAST, static, amdgpu_vm_it)
73 #undef LAST
1376 * @end: last PTE to handle
1570 * @last: last mapped entry
1576 * Fill in the page table entries between @start and @last.
1584 uint64_t start, uint64_t last,
1617 r = amdgpu_vm_update_ptes(&params, start, last + 1, addr, flags)
1693 uint64_t addr, last; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
internal.h 152 #define LAST(c) ((c)->u.iso.last)
204 union utoken last; member in struct:cpp_context::__anon11643::__anon11644
347 /* Saved value of __TIMESTAMP__ macro - date and time of last modification
  /src/external/gpl3/gcc/dist/libcpp/
internal.h 153 #define LAST(c) ((c)->u.iso.last)
205 union utoken last; member in struct:cpp_context::__anon1620::__anon1621
348 /* Saved value of __TIMESTAMP__ macro - date and time of last modification
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 798 // starts, i.e. (*r1.last < *r2.first || *r2.last < *r1.first).
800 return *r1.last >= *r2.first && *r2.last >= *r1.first;
806 insn_info *last = def->next_def ()->insn ()->prev_nondebug_insn (); local
807 return { def->insn (), last };
857 LAST,
892 case state::LAST:
915 m_state = state::LAST;
941 m_state = state::LAST;
    [all...]

Completed in 54 milliseconds