HomeSort by: relevance | last modified time | path
    Searched refs:places (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/games/atc/
struct.h 75 enum places { enum
88 enum places orig_type;
90 enum places dest_type;
input.c 217 static enum places dest_type;
  /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/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...]
  /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/external/mpl/bind/dist/doc/misc/
checkgrammar.py 86 def diff_statements(whole_grammar, places):
91 for statement_name, paths in places.items():
153 places = statement2block(grammar, ["_top"])
155 for statementname, groups in diff_statements(grammar, places).items():
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 98 expression_t *places, symbol_ref_t *src, int ret);
1681 format_2_instr(int opcode, symbol_ref_t *dest, expression_t *places,
1704 if (places->value > 8 || places->value <= 0) {
1710 if (places->value == 8)
1713 shift_control = (places->value << 4) | places->value;
1716 if (places->value == 8) {
1719 shift_control = (places->value << 4)
1720 | (8 - places->value
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/fr30/
lib1funcs.S 72 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
  /src/external/gpl3/gcc.old/dist/libgcc/config/fr30/
lib1funcs.S 72 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
  /src/usr.bin/make/unit-tests/
varmod-assign-shell.mk 5 # is different from the other places that capture the output of an external
dollar.mk 3 # Test the various places where a dollar sign can appear and
var-op-append.mk 51 # strange side effects in several other places as well.
char-005c-reverse-solidus.mk 108 # all other places, but instead counts the braces and tries to decode the
cond-token-string.mk 57 # This differs from many other places where whitespace is trimmed.
var-op-default.mk 65 # places where expressions can occur. If in doubt, enable the
directive-include.mk 83 # all other places in the code.
varmod-defined.mk 49 # Like in several other places in expressions, when
varmod-subst.mk 274 # calls Var_Parse to expand the variable. In all other places, the "$$"
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 332 // Ok to use internal_memset, these places are not performance-critical.
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 367 // Ok to use internal_memset, these places are not performance-critical.
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 367 // Ok to use internal_memset, these places are not performance-critical.
  /src/external/lgpl3/gmp/dist/mpn/x86/
sqr_basecase.asm 56 C complexity, but if it's worth doing in the other places then it should be
  /src/sys/arch/mac68k/mac68k/
macromasm.s 396 * believe that the system uses %D0 in most places to hold the function's
  /src/external/historical/nawk/dist/
FIXES.1e 585 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
1368 are evaluated before the function is called. Places

Completed in 146 milliseconds

1 2 3