Home
last modified time | relevance | path

Searched refs:places (Results 1 – 25 of 102) sorted by relevance

12345

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_object.c154 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
155 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
170 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
185 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
186 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
197 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
198 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
204 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
205 places[c].lpfn = 0; in amdgpu_bo_placement_from_domain()
211 places[c].fpfn = 0; in amdgpu_bo_placement_from_domain()
[all …]
/dragonfly/usr.bin/seq/
H A Dseq.c386 int places = 0; in decimal_places() local
394 places++; in decimal_places()
396 return(places); in decimal_places()
410 int precision, width1, width2, places; in generate_format() local
429 if ((places = decimal_places(buf))) in generate_format()
430 width1 -= (places + strlen(decimal_point)); in generate_format()
432 precision = MAX(places, precision); in generate_format()
437 if ((places = decimal_places(buf))) in generate_format()
438 width2 -= (places + strlen(decimal_point)); in generate_format()
/dragonfly/usr.bin/window/
H A Dcompress.c534 places[i] = -1; in cc_sweep()
535 p->places = i; in cc_sweep()
564 places[i] = -1; in cc_sweep()
565 p->places = i; in cc_sweep()
585 places[i] = p->places; in cc_sweep()
586 p->places = i; in cc_sweep()
607 places[i] = p->places; in cc_sweep()
608 p->places = i; in cc_sweep()
637 t = p->places; in cc_sweep_reverse()
644 p->places = back; in cc_sweep_reverse()
[all …]
/dragonfly/share/examples/drivers/
H A DREADME32 They will use this given name in many places within the driver,
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-tree.def54 places:
/dragonfly/contrib/gcc-8.0/gcc/objc/
H A Dobjc-tree.def53 places:
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-m32r.texi189 places the lower 16-bits of the result into the immediate-field of the
200 places the upper 16-bits of the result into the immediate-field of the
211 directive. It also computes the value of its expression and places
H A Dc-lm32.texi180 This modifier places a symbol in the GOT and creates a 16-bit
/dragonfly/contrib/gcc-4.7/libobjc/
H A DREADME27 places when it becomes available.
/dragonfly/sbin/init/
H A DNOTES4 POSIX.1 does not define 'init' but it mentions it in a few places.
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddbgcnt.def44 and add call(s) to dbg_cnt(your-counter-name) in appropriate places.
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddbgcnt.def44 and add call(s) to dbg_cnt(your-counter-name) in appropriate places.
/dragonfly/contrib/gdb-7/include/gdb/
H A Dsignals.def19 /* Used some places (e.g. stop_signal) to record the concept that
/dragonfly/doc/
H A Dporting_drivers.txt42 However, there are places where FreeBSD unlocks giant around some code and
/dragonfly/usr.bin/telnet/
H A DREADME47 If you can't find it at one of these places, at some point in the
361 In the client, there were a few places were switch()
368 don't think there are any more places were a telnet
/dragonfly/contrib/ee/
H A Dee.i18n.guide85 110 string which places message for spell checking at top of
/dragonfly/games/hack/
H A DMakequest74 # [Ww]izard, (ii) identifiers may coincide in the first six places:
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c1041 static bool ttm_bo_places_compat(const struct ttm_place *places, in ttm_bo_places_compat() argument
1049 const struct ttm_place *heap = &places[i]; in ttm_bo_places_compat()
/dragonfly/contrib/awk/
H A DFIXES.1e585 to catch places where it might overrun. the RE code is still fragile.
695 gawk and mawk. there are still places where it doesn't work
824 /=/ and similar constructs more sensibly in more places.
980 fixed awful bug in new field splitting; didn't get all the places
1010 instances of unsigned char have been removed; the handful of places
/dragonfly/usr.bin/calendar/calendars/
H A Dcalendar.holiday165 05/01 Labor Day in many places
166 05/01 May Day in many places
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dimplement-c.texi593 @cite{The places that are searched for an included @samp{<>} delimited
594 header, and how the places are specified or the header is
H A Dgcov.texi94 places only one statement on each line. If you use complicated macros
535 If the function is inlined in several places, the block structure in
/dragonfly/contrib/dialog/
H A DCHANGES420 + CF_WITH_LIBTOOL fix a few places in configure/build scripts where
601 + add comma in a few places before "and" in a list
603 + replace "-" with en-dash in a few places
857 + fix some places where checks for "\Z" were done without also checking
916 + correct a few places where "--version" or "--help" options went
1056 rpath option to libraries found in unusual places.
1400 dlg_print_line(). Fix a few places where strlen() was used instead
2027 + use DLG_EXIT_ESC constant rather than -1's in several places. This
2465 + eliminate several places where repeated options are treated as
/dragonfly/contrib/nvi2/cl/
H A DREADME.signal43 like an interrupt) and it's easy to get into places where we won't see
/dragonfly/contrib/gdb-7/gdb/
H A Dstd-operator.def93 /* This is the "colon operator" used various places in (the

12345