Searched refs:histo (Results 1 - 5 of 5) sorted by relevance

/external/llvm/utils/lit/lit/
H A DUtil.py111 histo = [set() for i in range(N)]
114 histo[bin].add(name)
133 for i,row in enumerate(histo):
/external/valgrind/main/exp-dhat/
H A Ddh_main.c212 UInt* histo; /* [0 .. xsize-1] */ member in struct:__anon12518
245 // histo stuff
289 the access counts and histo data that have so far accumulated for
334 // histo stuff. First, do state transitions for xsize/xsize_tag.
340 tl_assert(!api->histo);
344 // and allocate the histo
346 api->histo = VG_(malloc)("dh.main.retire_Block.1",
348 VG_(memset)(api->histo, 0, api->xsize * sizeof(UInt));
359 // deallocate the histo, if any
360 if (api->histo) {
[all...]
/external/webp/src/enc/
H A Ddsp.c27 int VP8GetAlpha(const int histo[MAX_COEFF_THRESH + 1]) {
33 if (histo[k + 1]) {
34 val += histo[k + 1];
46 int histo[MAX_COEFF_THRESH + 1] = { 0 }; local
60 histo[out[k]]++;
64 return VP8GetAlpha(histo);
H A Dvp8enci.h452 int VP8GetAlpha(const int histo[MAX_COEFF_THRESH + 1]);
H A Ddsp_sse2.c27 int histo[MAX_COEFF_THRESH + 1] = { 0 }; local
60 histo[out[k]]++;
64 return VP8GetAlpha(histo);

Completed in 107 milliseconds