Symbol: shape
games/tetris/screen.c
299
static const struct shape *lastshape;
games/tetris/shapes.c
100
onoff = onoff ? shape->color : 0;
games/tetris/shapes.c
55
const struct shape shapes[] = {
games/tetris/shapes.c
82
fits_in(const struct shape *shape, int pos)
games/tetris/shapes.c
84
const int *o = shape->off;
games/tetris/shapes.c
97
place(const struct shape *shape, int pos, int onoff)
games/tetris/shapes.c
99
const int *o = shape->off;
games/tetris/tetris.c
289
const struct shape *new = &shapes[curshape->rot];
games/tetris/tetris.c
67
static const struct shape *curshape;
games/tetris/tetris.c
68
const struct shape *nextshape;
games/tetris/tetris.h
132
extern const struct shape shapes[];
games/tetris/tetris.h
135
extern const struct shape *nextshape;
games/tetris/tetris.h
174
int fits_in(const struct shape *, int);
games/tetris/tetris.h
175
void place(const struct shape *, int, int);
sys/arch/arm/broadcom/bcm283x_platform.c
1114
int shape = 0;
sys/arch/arm/broadcom/bcm283x_platform.c
1127
shape = 1;
sys/arch/arm/broadcom/bcm283x_platform.c
1146
shape = 1;
sys/arch/arm/broadcom/bcm283x_platform.c
1155
shape = 1;
sys/arch/arm/broadcom/bcm283x_platform.c
1157
if (shape) {
sys/arch/arm/ti/omap3_dss.c
1172
int shape = 0;
sys/arch/arm/ti/omap3_dss.c
1205
shape = 1;
sys/arch/arm/ti/omap3_dss.c
1211
shape = 1;
sys/arch/arm/ti/omap3_dss.c
1213
if (shape) {
sys/dev/smbios_platform.c
129
platform_add(&smbios, "chassis-type", pchassis->shape);
sys/dev/smbiosvar.h
202
uint8_t shape;
sys/dev/tc/sfbplus.c
103
void (*shape)(void *, struct wsdisplay_curpos *, uint64_t *);
sys/dev/tc/sfbplus.c
281
sc->sc_hwops.shape = bt459shape;
sys/dev/tc/sfbplus.c
288
sc->sc_hwops.shape = sfbpshape;
sys/dev/tc/sfbplus.c
594
(*sc->sc_hwops.shape)(base, &cc->cc_size, cc->cc_image);
sys/stand/efiboot/smbios.h
197
uint8_t shape;