Symbol: face
games/hunt/hunt/otto.c
137
otto(int y, int x, char face, char *buf, size_t buflen)
games/hunt/hunt/otto.c
145
switch (face) {
games/hunt/huntd/draw.c
185
see(PLAYER *pp, int face)
games/hunt/huntd/draw.c
207
switch (face) {
games/hunt/huntd/execute.c
112
face(pp, LEFTS); /* Face left */
games/hunt/huntd/execute.c
118
face(pp, BELOW); /* Face down */
games/hunt/huntd/execute.c
124
face(pp, ABOVE); /* Face up */
games/hunt/huntd/execute.c
130
face(pp, RIGHT); /* Face right */
games/hunt/huntd/execute.c
44
static void face(PLAYER *, int);
games/hunt/huntd/execute.c
447
add_shot(int type, int y, int x, char face, int charge, PLAYER *owner,
games/hunt/huntd/execute.c
478
bp = create_shot(type, y, x, face, charge, size, owner,
games/hunt/huntd/execute.c
492
create_shot(int type, int y, int x, char face, int charge, int size,
games/hunt/huntd/execute.c
505
bp->b_face = face;
games/hunt/huntd/shots.c
1126
opposite(int face, char dir)
games/hunt/huntd/shots.c
1128
switch (face) {
sys/dev/pci/drm/radeon/r100.c
1594
int i, face;
sys/dev/pci/drm/radeon/r100.c
1913
for (face = 0; face < 4; face++) {
sys/dev/pci/drm/radeon/r100.c
1914
track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf);
sys/dev/pci/drm/radeon/r100.c
1915
track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf);
sys/dev/pci/drm/radeon/r100.c
2161
unsigned face, w, h;
sys/dev/pci/drm/radeon/r100.c
2166
for (face = 0; face < 5; face++) {
sys/dev/pci/drm/radeon/r100.c
2167
cube_robj = track->textures[idx].cube_info[face].robj;
sys/dev/pci/drm/radeon/r100.c
2168
w = track->textures[idx].cube_info[face].width;
sys/dev/pci/drm/radeon/r100.c
2169
h = track->textures[idx].cube_info[face].height;
sys/dev/pci/drm/radeon/r100.c
2177
size += track->textures[idx].cube_info[face].offset;
sys/dev/pci/drm/radeon/r100.c
2411
unsigned i, face;
sys/dev/pci/drm/radeon/r100.c
2477
for (face = 0; face < 5; face++) {
sys/dev/pci/drm/radeon/r100.c
2478
track->textures[i].cube_info[face].robj = NULL;
sys/dev/pci/drm/radeon/r100.c
2479
track->textures[i].cube_info[face].width = 16536;
sys/dev/pci/drm/radeon/r100.c
2480
track->textures[i].cube_info[face].height = 16536;
sys/dev/pci/drm/radeon/r100.c
2481
track->textures[i].cube_info[face].offset = 0;
sys/dev/pci/drm/radeon/r200.c
155
int face;
sys/dev/pci/drm/radeon/r200.c
265
face = (reg - ((i * 24) + R200_PP_TXOFFSET_0)) / 4;
sys/dev/pci/drm/radeon/r200.c
273
track->textures[i].cube_info[face - 1].offset = idx_value;
sys/dev/pci/drm/radeon/r200.c
275
track->textures[i].cube_info[face - 1].robj = reloc->robj;
sys/dev/pci/drm/radeon/r200.c
533
for (face = 0; face < 4; face++) {
sys/dev/pci/drm/radeon/r200.c
534
track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf);
sys/dev/pci/drm/radeon/r200.c
535
track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf);