| /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/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/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/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 "$$"
|
| directive-for.mk | 91 # directives or inserting '$' characters in random places, thereby changing
|
| directive-include-guard.mk | 190 # on the left side of a variable assignment. There are enough places in make
|
| /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/sys/arch/mac68k/mac68k/ |
| macromasm.s | 396 * believe that the system uses %D0 in most places to hold the function's
|
| /src/sys/external/bsd/drm2/dist/drm/ttm/ |
| ttm_bo.c | 1213 static bool ttm_bo_places_compat(const struct ttm_place *places, 1221 const struct ttm_place *heap = &places[i];
|
| /src/sys/arch/m68k/060sp/dist/ |
| fpsp.s | 21077 # stack. The rest should still be in their original places. # 21171 # while the rest are in their initial places. # 21232 # while the rest are in their initial places. # 21293 # while the rest are in their initial places. # 21355 # in their original places. # 21419 # in their original places. # 22333 bfffo %d0{&0:&32}, %d2 # how many places to shift? 22354 bfffo %d1{&0:&32}, %d2 # how many places to shift? 23516 # of decimal places needed to insure LEN integer digits # 23786 # of decimal places needed to insure LEN integer digit [all...] |
| fplsp.s | 10852 bfffo %d0{&0:&32}, %d2 # how many places to shift? 10873 bfffo %d1{&0:&32}, %d2 # how many places to shift?
|
| pfpsp.s | 6456 bfffo %d0{&0:&32}, %d2 # how many places to shift? 6477 bfffo %d1{&0:&32}, %d2 # how many places to shift? 12294 # stack. The rest should still be in their original places. # 12388 # while the rest are in their initial places. # 12449 # while the rest are in their initial places. # 12510 # while the rest are in their initial places. # 12572 # in their original places. # 12636 # in their original places. # 13477 # of decimal places needed to insure LEN integer digits # 13747 # of decimal places needed to insure LEN integer digit [all...] |