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

  /src/usr.bin/seq/
seq.c 456 * decimal_places - count decimal places in a number (string)
461 int places = 0; local in function:decimal_places
469 places++;
471 return (places);
486 int precision, width1, width2, places; local in function:generate_format
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/games/atc/
struct.h 75 enum places { enum
88 enum places orig_type;
90 enum places dest_type;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_object.c 136 struct ttm_place *places = abo->placements; local in function:amdgpu_bo_placement_from_domain
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 13 milliseconds