| /src/games/rogue/ |
| zap.c | 284 short i, ch, new_dir = -1, damage; local 399 new_dir = dir; 403 if (new_dir != -1) { 404 bounce(ball, new_dir, orow, ocol, r);
|
| zap.c | 284 short i, ch, new_dir = -1, damage; local 399 new_dir = dir; 403 if (new_dir != -1) { 404 bounce(ball, new_dir, orow, ocol, r);
|
| /src/games/atc/ |
| struct.h | 94 int new_dir; member in struct:plane
|
| struct.h | 94 int new_dir; member in struct:plane
|
| /src/sys/arch/powerpc/booke/dev/ |
| pq3gpio.c | 135 uint64_t new_dir = (old_dir & (3ULL << (2 * shift))) local 138 if ((uint32_t)old_dir != (uint32_t)new_dir) 140 (uint32_t)new_dir); 141 new_dir >>= 32; 143 if ((uint32_t)old_dir != (uint32_t)new_dir) 145 (uint32_t)new_dir); 176 uint32_t new_dir = old_dir; local 178 case GPIO_PIN_OUTPUT: new_dir |= mask; break; 179 case GPIO_PIN_INPUT: new_dir &= ~mask; break; 182 if (old_dir != new_dir) [all...] |
| pq3gpio.c | 135 uint64_t new_dir = (old_dir & (3ULL << (2 * shift))) local 138 if ((uint32_t)old_dir != (uint32_t)new_dir) 140 (uint32_t)new_dir); 141 new_dir >>= 32; 143 if ((uint32_t)old_dir != (uint32_t)new_dir) 145 (uint32_t)new_dir); 176 uint32_t new_dir = old_dir; local 178 case GPIO_PIN_OUTPUT: new_dir |= mask; break; 179 case GPIO_PIN_INPUT: new_dir &= ~mask; break; 182 if (old_dir != new_dir) [all...] |
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| files.cc | 1827 char *new_dir, *p3; local 1856 new_dir = XNEWVEC (char, len + 2); 1857 p3 = new_dir + dir->len; 1858 memcpy (new_dir, dir->name, dir->len); 1865 new_dir[len] = '\0'; 1867 dir = make_cpp_dir (pfile, new_dir, dir->sysp);
|
| files.cc | 1827 char *new_dir, *p3; local 1856 new_dir = XNEWVEC (char, len + 2); 1857 p3 = new_dir + dir->len; 1858 memcpy (new_dir, dir->name, dir->len); 1865 new_dir[len] = '\0'; 1867 dir = make_cpp_dir (pfile, new_dir, dir->sysp);
|