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

  /src/usr.sbin/gspa/gspa/
gsp_code.h 42 #define START 8
  /src/sys/dev/sun/
cgthree.c 347 cgthreeloadcmap(struct cgthree_softc *sc, int start, int ncolors)
353 ip = &sc->sc_cmap.cm_chip[BT_D4M3(start)]; /* start/4 * 3 */
354 count = BT_D4M3(start + ncolors - 1) - BT_D4M3(start) + 3;
356 bt->bt_addr = BT_D4M4(start);
381 #define START (128*1024 + 128*1024)
390 else if ((u_int)off >= START)
391 off -= START;
  /src/sys/external/bsd/drm2/dist/drm/
drm_mm.c 137 node->start, node->size);
144 node->start, node->size, buf);
157 #define START(node) ((node)->start)
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
1103 u64 start, size; local in function:drm_mm_dump_hole
    [all...]
  /src/sys/arch/hppa/stand/xxboot/
start.S 1 ; $NetBSD: start.S,v 1.1 2014/02/24 07:23:43 skrll Exp $
37 .word top-lifhdr ; start at 4KB (must be 2KB aligned)
41 .word $START$-top ; entry offset
52 .export $START$,entry
53 $START$:
54 b,n start ; 0: entry address
68 start: label
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vm.c 66 #define START(node) ((node)->start)
70 START, LAST, static, amdgpu_vm_it)
72 #undef START
388 * amdgpu_vm_pt_start - start PD/PT walk
392 * @start: start address of the walk
395 * Initialize a amdgpu_vm_pt_cursor to start a walk.
398 struct amdgpu_vm *vm, uint64_t start,
401 cursor->pfn = start;
1662 uint64_t pfn, start = mapping->start; local in function:amdgpu_vm_bo_split_mapping
    [all...]
  /src/sys/net/
zlib.c 429 uInt strstart; /* start of string to insert */
430 uInt match_start; /* start of matching string */
701 local void check_match(deflate_state *s, IPos start, IPos match,
1117 /* Start a new block or continue the current one.
1550 local void check_match(s, start, match, length)
1552 IPos start, match;
1557 s->window + start, length) != EQUAL) {
1558 fprintf(stderr, " start %u, match %u, length %d\n",
1559 start, match, length);
1561 fprintf(stderr, "%c%c", s->window[match++], s->window[start++])
    [all...]

Completed in 18 milliseconds