OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxvars
(Results
1 - 1
of
1
) sorted by null
/sdk/emulator/opengl/host/tools/emugen/
ApiGen.cpp
485
size_t
maxvars
= evars.size();
local
492
for (j = 0; j <
maxvars
; j++) {
519
for (j = 0; j <
maxvars
; j++) {
535
while (nvars <
maxvars
||
maxvars
== 0) {
538
for (j = nvars; j <
maxvars
; j++) {
547
if (nvars == 0 && j ==
maxvars
) {
561
for (j = nvars; j <
maxvars
&& !evars[j].isLarge(); j++) {
578
if (
maxvars
== 0)
582
for (j = nvars; j <
maxvars
&& !evars[j].isLarge(); j++)
[
all
...]
Completed in 37 milliseconds