HomeSort by relevance Sort by last modified time
    Searched full:numcommands (Results 1 - 9 of 9) sorted by null

  /external/quake/tools/
dumpms2.py 11 # int32 numcommands
13 # int32 commands[numcommands]
37 numCommands = readInt32(f)
42 f.seek(4 + 4 + 4 * numCommands)
50 while commandIndex < numCommands:
  /external/quake/quake/src/QW/client/
gl_mesh.c 40 int numcommands; variable
212 numcommands = 0;
248 commands[numcommands++] = (bestlen+2);
250 commands[numcommands++] = -(bestlen+2);
266 *(float *)&commands[numcommands++] = s;
267 *(float *)&commands[numcommands++] = t;
271 commands[numcommands++] = 0; // end of list marker
273 Con_DPrintf ("%3i tri %3i vert %3i cmd\n", pheader->numtris, numorder, numcommands);
306 fread (&numcommands, 4, 1, f);
308 fread (&commands, numcommands * sizeof(commands[0]), 1, f);
    [all...]
menu.c 666 #define NUMCOMMANDS (sizeof(bindnames)/sizeof(bindnames[0]))
741 for (i=0 ; i< (int) NUMCOMMANDS ; i++)
808 keys_cursor = NUMCOMMANDS-1;
815 if (keys_cursor >= (int) NUMCOMMANDS)
  /external/quake/quake/src/WinQuake/
gl_mesh.cpp 40 int numcommands; variable
222 numcommands = 0;
258 commands[numcommands++] = (bestlen+2);
260 commands[numcommands++] = -(bestlen+2);
277 commands[numcommands++] = temp.i;
279 commands[numcommands++] = temp.i;
283 commands[numcommands++] = 0; // end of list marker
285 Con_DPrintf ("%3i tri %3i vert %3i cmd\n", pheader->numtris, numorder, numcommands);
321 fread (&numcommands, 4, 1, f);
323 fread (&commands, numcommands * sizeof(commands[0]), 1, f)
    [all...]
menu.cpp 1337 #define NUMCOMMANDS (sizeof(bindnames)/sizeof(bindnames[0]))
1412 for (i=0 ; i< (int) (NUMCOMMANDS) ; i++)
1479 keys_cursor = NUMCOMMANDS-1;
1486 if (keys_cursor >= (int)(NUMCOMMANDS))
    [all...]
  /gdk/samples/quake/jni/
gl_mesh.cpp 40 int numcommands; variable
222 numcommands = 0;
258 commands[numcommands++] = (bestlen+2);
260 commands[numcommands++] = -(bestlen+2);
277 commands[numcommands++] = temp.i;
279 commands[numcommands++] = temp.i;
283 commands[numcommands++] = 0; // end of list marker
285 Con_DPrintf ("%3i tri %3i vert %3i cmd\n", pheader->numtris, numorder, numcommands);
321 fread (&numcommands, 4, 1, f);
323 fread (&commands, numcommands * sizeof(commands[0]), 1, f)
    [all...]
menu.cpp 1337 #define NUMCOMMANDS (sizeof(bindnames)/sizeof(bindnames[0]))
1412 for (i=0 ; i< (int) (NUMCOMMANDS) ; i++)
1479 keys_cursor = NUMCOMMANDS-1;
1486 if (keys_cursor >= (int)(NUMCOMMANDS))
    [all...]
  /system/netd/
BandwidthController.h 116 int runCommands(int numCommands, const char *commands[], RunCmdErrHandling cmdErrHandling);
BandwidthController.cpp 293 int BandwidthController::runCommands(int numCommands, const char *commands[],
300 ALOGV("runCommands(): %d commands", numCommands);
301 for (int cmdNum = 0; cmdNum < numCommands; cmdNum++) {
    [all...]

Completed in 368 milliseconds