Home
last modified time | relevance | path

Searched refs:maxcount (Results 1 – 11 of 11) sorted by relevance

/external/libvorbis/vq/
Ddistribution.c95 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/
Ddict.c60 #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/
Drre.c277 int maxcount = 0; in getBgColour() local
302 if (counts[k] > maxcount) { in getBgColour()
303 maxcount = counts[k]; in getBgColour()
Dcorre.c310 int maxcount = 0; in getBgColour() local
335 if (counts[k] > maxcount) { in getBgColour()
336 maxcount = counts[k]; in getBgColour()
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c164 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/
DGLES2 Negative API Functions.txt41 o glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
DGLES3 Negative API Functions.txt74 o glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp106 void glGetAttachedShaders (deUint32 program, int maxcount, int* count, deUint32* shaders);
/external/mesa3d/include/GLES2/
Dgl2.h530 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei…
/external/pcre/dist/
Dpcretest.c5224 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/
Dreadelf.c9273 uint64_t maxcount = (size_t) (end - ptr) / (3 * addrsize); in handle_file_note() local
9274 if (count > maxcount) in handle_file_note()