OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:places
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/tradcpp/dist/
place.h
35
enum
places
{
enum
42
enum
places
type;
files.c
179
struct lineplace
places
;
local
186
place_setfilestart(&
places
.current, pf);
187
places
.nextline =
places
.current;
190
debuglog(&
places
.current, "Reading file %s", name);
192
debuglog(&
places
.current, "Reading standard input");
218
complain(&
places
.current,
243
ptmp =
places
.current;
270
place_addlines(&
places
.nextline, 1);
297
place_addlines(&
places
.nextline
[
all
...]
/src/games/atc/
struct.h
75
enum
places
{
enum
88
enum
places
orig_type;
90
enum
places
dest_type;
/src/usr.bin/seq/
seq.c
456
* decimal_places - count decimal
places
in a number (string)
461
int
places
= 0;
local
469
places
++;
471
return (
places
);
486
int precision, width1, width2,
places
;
local
505
if ((
places
= decimal_places(buf)))
506
width1 -= (
places
+ strlen(decimal_point));
508
precision = MAX(
places
, precision);
513
if ((
places
= decimal_places(buf)))
514
width2 -= (
places
+ strlen(decimal_point))
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_object.c
136
struct ttm_place *
places
= abo->placements;
local
143
places
[c].fpfn = 0;
144
places
[c].lpfn = 0;
145
places
[c].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED |
149
places
[c].lpfn = visible_pfn;
151
places
[c].flags |= TTM_PL_FLAG_TOPDOWN;
154
places
[c].flags |= TTM_PL_FLAG_CONTIGUOUS;
159
places
[c].fpfn = 0;
160
places
[c].lpfn = 0;
161
places
[c].flags = TTM_PL_FLAG_TT
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026