HomeSort by: relevance | last modified time | path
    Searched defs:scan (Results 1 - 25 of 75) sorted by relevancy

1 2 3

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_evict.c 61 mark_free(struct drm_mm_scan *scan,
70 return drm_mm_scan_add_block(scan, &vma->node);
103 struct drm_mm_scan scan; local in function:i915_gem_evict_something
130 drm_mm_scan_init_with_range(&scan, &vm->mm,
144 * scan to the end. The assumption is that the working set
148 * Given that assumption, the MRU order of the scan list is
149 * fairly static, and keeping it in least-recently scan order
172 if (mark_free(&scan, vma, flags, &eviction_list))
178 ret = drm_mm_scan_remove_block(&scan, &vma->node);
224 if (drm_mm_scan_remove_block(&scan, &vma->node)
    [all...]
i915_gem_evict.c 61 mark_free(struct drm_mm_scan *scan,
70 return drm_mm_scan_add_block(scan, &vma->node);
103 struct drm_mm_scan scan; local in function:i915_gem_evict_something
130 drm_mm_scan_init_with_range(&scan, &vm->mm,
144 * scan to the end. The assumption is that the working set
148 * Given that assumption, the MRU order of the scan list is
149 * fairly static, and keeping it in least-recently scan order
172 if (mark_free(&scan, vma, flags, &eviction_list))
178 ret = drm_mm_scan_remove_block(&scan, &vma->node);
224 if (drm_mm_scan_remove_block(&scan, &vma->node)
    [all...]
i915_gem_evict.c 61 mark_free(struct drm_mm_scan *scan,
70 return drm_mm_scan_add_block(scan, &vma->node);
103 struct drm_mm_scan scan; local in function:i915_gem_evict_something
130 drm_mm_scan_init_with_range(&scan, &vm->mm,
144 * scan to the end. The assumption is that the working set
148 * Given that assumption, the MRU order of the scan list is
149 * fairly static, and keeping it in least-recently scan order
172 if (mark_free(&scan, vma, flags, &eviction_list))
178 ret = drm_mm_scan_remove_block(&scan, &vma->node);
224 if (drm_mm_scan_remove_block(&scan, &vma->node)
    [all...]
  /src/games/hunt/huntd/
execute.c 47 static void scan(PLAYER *);
177 scan(pp);
527 * scan:
528 * Turn on or increase length of a scan
531 scan(PLAYER *pp) function in typeref:typename:void
execute.c 47 static void scan(PLAYER *);
177 scan(pp);
527 * scan:
528 * Turn on or increase length of a scan
531 scan(PLAYER *pp) function in typeref:typename:void
execute.c 47 static void scan(PLAYER *);
177 scan(pp);
527 * scan:
528 * Turn on or increase length of a scan
531 scan(PLAYER *pp) function in typeref:typename:void
  /src/tools/lex/
Makefile 17 scan.c: __BUILD
21 scan.c: parse.h
24 CLEANFILES+=scan.c parse.c parse.h
Makefile 17 scan.c: __BUILD
21 scan.c: parse.h
24 CLEANFILES+=scan.c parse.c parse.h
Makefile 17 scan.c: __BUILD
21 scan.c: parse.h
24 CLEANFILES+=scan.c parse.c parse.h
  /src/usr.bin/rpcgen/
rpc_scan.c 74 * scan expecting 1 given token
77 scan(tok_kind expect, token *tokp) function in typeref:typename:void
85 * scan expecting any of the 2 given tokens
96 * scan expecting any of the 3 given token
108 * scan expecting a constant, possibly symbolic
131 * Peek at the next token and scan it if it matches what you expect
rpc_scan.c 74 * scan expecting 1 given token
77 scan(tok_kind expect, token *tokp) function in typeref:typename:void
85 * scan expecting any of the 2 given tokens
96 * scan expecting any of the 3 given token
108 * scan expecting a constant, possibly symbolic
131 * Peek at the next token and scan it if it matches what you expect
rpc_scan.c 74 * scan expecting 1 given token
77 scan(tok_kind expect, token *tokp) function in typeref:typename:void
85 * scan expecting any of the 2 given tokens
96 * scan expecting any of the 3 given token
108 * scan expecting a constant, possibly symbolic
131 * Peek at the next token and scan it if it matches what you expect
  /src/sys/arch/ews4800mips/stand/common/
console.h 72 int (*scan)(void); member in struct:cons
console.h 72 int (*scan)(void); member in struct:cons
console.h 72 int (*scan)(void); member in struct:cons
  /src/sys/arch/hpcsh/dev/
pfckbd.c 33 * Matrix scan keyboard connected to SH7709, SH7709A PFC module.
215 * Called by platform specific scan routines to report key events to hpckbd
242 * Platform dependent scan routines.
273 * Pull the n'th scan line in D low.
290 } scan[] = { local in function:pfckbd_callout_hp
309 /* disable output to all lines except the one we scan */
310 _reg_write_2(SH7709_PDCR, dc | scan[column].dc);
311 _reg_write_2(SH7709_PECR, ec | scan[column].ec);
314 /* pull the scan line low */
315 _reg_write_1(SH7709_PDDR, scan[column].d)
389 } scan[] = { local in function:pfckbd_callout_hitachi
    [all...]
pfckbd.c 33 * Matrix scan keyboard connected to SH7709, SH7709A PFC module.
215 * Called by platform specific scan routines to report key events to hpckbd
242 * Platform dependent scan routines.
273 * Pull the n'th scan line in D low.
290 } scan[] = { local in function:pfckbd_callout_hp
309 /* disable output to all lines except the one we scan */
310 _reg_write_2(SH7709_PDCR, dc | scan[column].dc);
311 _reg_write_2(SH7709_PECR, ec | scan[column].ec);
314 /* pull the scan line low */
315 _reg_write_1(SH7709_PDDR, scan[column].d)
389 } scan[] = { local in function:pfckbd_callout_hitachi
    [all...]
pfckbd.c 33 * Matrix scan keyboard connected to SH7709, SH7709A PFC module.
215 * Called by platform specific scan routines to report key events to hpckbd
242 * Platform dependent scan routines.
273 * Pull the n'th scan line in D low.
290 } scan[] = { local in function:pfckbd_callout_hp
309 /* disable output to all lines except the one we scan */
310 _reg_write_2(SH7709_PDCR, dc | scan[column].dc);
311 _reg_write_2(SH7709_PECR, ec | scan[column].ec);
314 /* pull the scan line low */
315 _reg_write_1(SH7709_PDDR, scan[column].d)
389 } scan[] = { local in function:pfckbd_callout_hitachi
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_display.c 116 struct nv04_disp_scanoutpos_v0 scan; member in struct:nouveau_display_scanoutpos_head::__anon84cb02490108
131 if (args.scan.vline) {
139 *hpos = args.scan.hline;
140 *vpos = calc(args.scan.vblanks, args.scan.vblanke,
141 args.scan.vtotal, args.scan.vline);
142 if (stime) *stime = ns_to_ktime(args.scan.time[0]);
143 if (etime) *etime = ns_to_ktime(args.scan.time[1]);
nouveau_display.c 116 struct nv04_disp_scanoutpos_v0 scan; member in struct:nouveau_display_scanoutpos_head::__anon84cb02490108
131 if (args.scan.vline) {
139 *hpos = args.scan.hline;
140 *vpos = calc(args.scan.vblanks, args.scan.vblanke,
141 args.scan.vtotal, args.scan.vline);
142 if (stime) *stime = ns_to_ktime(args.scan.time[0]);
143 if (etime) *etime = ns_to_ktime(args.scan.time[1]);
nouveau_display.c 116 struct nv04_disp_scanoutpos_v0 scan; member in struct:nouveau_display_scanoutpos_head::__anon84cb02490108
131 if (args.scan.vline) {
139 *hpos = args.scan.hline;
140 *vpos = calc(args.scan.vblanks, args.scan.vblanke,
141 args.scan.vtotal, args.scan.vline);
142 if (stime) *stime = ns_to_ktime(args.scan.time[0]);
143 if (etime) *etime = ns_to_ktime(args.scan.time[1]);
  /src/sys/netcan/
can.c 482 struct sockaddr_can *scan = (struct sockaddr_can *)nam; local in function:can_bind
487 return can_pcbbind(canp, scan, l);
can.c 482 struct sockaddr_can *scan = (struct sockaddr_can *)nam; local in function:can_bind
487 return can_pcbbind(canp, scan, l);
can.c 482 struct sockaddr_can *scan = (struct sockaddr_can *)nam; local in function:can_bind
487 return can_pcbbind(canp, scan, l);
  /src/lib/libcompat/regexp/
regexp.c 167 static char *regparse; /* Input-scan pointer. */
213 char *scan; local in function:__compat_regcomp
259 scan = r->program+1; /* First BRANCH. */
260 if (OP(regnext(scan)) == END) { /* Only one top-level choice. */
261 scan = OPERAND(scan);
264 if (OP(scan) == EXACTLY)
265 r->regstart = *OPERAND(scan);
266 else if (OP(scan) == BOL)
280 for (; scan != NULL; scan = regnext(scan)
728 char *scan; local in function:regtail
903 char *scan; \/* Current node. *\/ local in function:regmatch
1103 char *scan; local in function:regrepeat
    [all...]

Completed in 39 milliseconds

1 2 3