Searched refs:maxcount (Results 1 – 11 of 11) sorted by relevance
/external/libvorbis/vq/ |
D | distribution.c | 95 long maxcount=0; in main() local 138 long maxcount=0,i,j; in main() local 140 if(countarray[i]>maxcount)maxcount=countarray[i]; in main() 144 int stars=rint(50./maxcount*countarray[ptr]); in main() 228 long maxcount=0,i,j; in main() local 230 if(countarray[i]>maxcount)maxcount=countarray[i]; in main() 235 int stars=rint(50./maxcount*countarray[i]); in main()
|
/external/e2fsprogs/e2fsck/ |
D | dict.c | 60 #define maxcount dict_maxcount macro 255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp) in dict_create() argument 265 new->maxcount = maxcount; in dict_create() 335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp) in dict_init() argument 342 dict->maxcount = maxcount; in dict_init() 363 dict->maxcount = template->maxcount; in dict_init_like() 964 return dict->nodecount == dict->maxcount; in dict_isfull() 1063 assert (dict->nodecount < dict->maxcount); in dict_load_next()
|
/external/libvncserver/libvncserver/ |
D | rre.c | 277 int maxcount = 0; in getBgColour() local 302 if (counts[k] > maxcount) { in getBgColour() 303 maxcount = counts[k]; in getBgColour()
|
D | corre.c | 310 int maxcount = 0; in getBgColour() local 335 if (counts[k] > maxcount) { in getBgColour() 336 maxcount = counts[k]; in getBgColour()
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 164 uint64_t maxcount = (size_t) (end - ptr) / (3 * sz); in handle_file_note() local 165 if (count > maxcount) in handle_file_note()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 41 o glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
|
D | GLES3 Negative API Functions.txt | 74 o glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 106 void glGetAttachedShaders (deUint32 program, int maxcount, int* count, deUint32* shaders);
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 530 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei…
|
/external/pcre/dist/ |
D | pcretest.c | 5224 int i, maxcount; in main() local 5228 if (all_use_dfa || use_dfa) maxcount = use_size_offsets/2; else in main() 5231 maxcount = (use_size_offsets == 2)? 1 : use_size_offsets/3; in main() 5235 if (count > maxcount) in main()
|
/external/elfutils/src/ |
D | readelf.c | 9273 uint64_t maxcount = (size_t) (end - ptr) / (3 * addrsize); in handle_file_note() local 9274 if (count > maxcount) in handle_file_note()
|