HomeSort by: relevance | last modified time | path
    Searched defs:LAST (Results 1 - 4 of 4) 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/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/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/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 in function:amdgpu_vm_bo_split_mapping
    [all...]

Completed in 13 milliseconds