Searched refs:places (Results 1 - 25 of 61) sorted by relevance

123

/netbsd-current/games/atc/
H A Dstruct.h75 enum places { enum
88 enum places orig_type;
90 enum places dest_type;
H A Dinput.c217 static enum places dest_type;
/netbsd-current/external/bsd/tradcpp/dist/
H A Dplace.h35 enum places { enum
42 enum places type;
H A Dfiles.c179 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
[all...]
/netbsd-current/external/mpl/bind/dist/doc/misc/
H A Dcheckgrammar.py86 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():
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_object.c136 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[
[all...]
/netbsd-current/usr.bin/seq/
H A Dseq.c451 * decimal_places - count decimal places in a number (string)
456 int places = 0; local
464 places++;
466 return (places);
481 int precision, width1, width2, places; local
500 if ((places = decimal_places(buf)))
501 width1 -= (places + strlen(decimal_point));
503 precision = MAX(places, precision);
508 if ((places = decimal_places(buf)))
509 width2 -= (places
[all...]
/netbsd-current/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y98 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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/fr30/
H A Dlib1funcs.S72 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/fr30/
H A Dlib1funcs.S72 ;; Perform an unsiged division of r4 / r5 and places the remainder in r4.
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-assign-shell.mk5 # is different from the other places that capture the output of an external
H A Ddollar.mk3 # Test the various places where a dollar sign can appear and
H A Dvar-op-append.mk51 # strange side effects in several other places as well.
H A Dvar-op-default.mk65 # places where expressions can occur. If in doubt, enable the
H A Dcond-token-string.mk58 # This differs from many other places where whitespace is trimmed.
H A Dvarmod-defined.mk49 # Like in several other places in expressions, when
H A Ddirective-include.mk83 # all other places in the code.
H A Dvarmod-subst.mk261 # calls Var_Parse to expand the variable. In all other places, the "$$"
H A Ddirective-for.mk91 # directives or inserting '$' characters in random places, thereby changing
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc332 // Ok to use internal_memset, these places are not performance-critical.
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc305 // Ok to use internal_memset, these places are not performance-critical.
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_malloc_mac.inc367 // Ok to use internal_memset, these places are not performance-critical.
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/
H A Dsqr_basecase.asm56 C complexity, but if it's worth doing in the other places then it should be
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dmacromasm.s396 * believe that the system uses %D0 in most places to hold the function's
/netbsd-current/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo.c1213 static bool ttm_bo_places_compat(const struct ttm_place *places, argument
1221 const struct ttm_place *heap = &places[i];

Completed in 492 milliseconds

123