OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXTAGS
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Tools/mangleme/
tags.h
12
#define
MAXTAGS
80
15
static char* tags[
MAXTAGS
][MAXPARS] = {
mangle.cgi.c
71
do tn = R(
MAXTAGS
); while (!tags[tn][0]);
remangle.cgi.c
70
do tn = R(
MAXTAGS
); while (!tags[tn][0]);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c
179
#define
MAXTAGS
8
186
struct ps2_packet packet[1 +
MAXTAGS
* 2];
488
sizeof(head_tags) + ((2 *
MAXTAGS
) * 16);
539
((caddr_t)image_tags_mem + ((2*
MAXTAGS
)*16));
Completed in 51 milliseconds