Searched defs:maxcount (Results 1 - 3 of 3) sorted by relevance
/external/libvorbis/vq/ |
H A D | distribution.c | 95 long maxcount=0; local 138 long maxcount=0,i,j; local 140 if(countarray[i]>maxcount)maxcount=countarray[i]; 144 int stars=rint(50./maxcount*countarray[ptr]); 228 long maxcount=0,i,j; local 230 if(countarray[i]>maxcount)maxcount=countarray[i]; 235 int stars=rint(50./maxcount*countarray[i]);
|
/external/e2fsprogs/e2fsck/ |
H A D | dict.c | 60 #define maxcount dict_maxcount macro 255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp) argument 265 new->maxcount = maxcount; 335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) argument 342 dict->maxcount = maxcount; 363 dict->maxcount = template->maxcount; 964 return dict->nodecount == dict->maxcount; [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
H A D | libGLESv2.cpp | 2368 void __stdcall glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) argument 2370 TRACE("(GLuint program = %d, GLsizei maxcount = %d, GLsizei* count = 0x%0.8p, GLuint* shaders = 0x%0.8p)", 2371 program, maxcount, count, shaders); 2375 if (maxcount < 0) 2398 return programObject->getAttachedShaders(maxcount, count, shaders);
|
Completed in 137 milliseconds