OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:histograms_
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/brotli/dist/c/enc/
metablock_inc.h
27
HistogramType*
histograms_
; /* not owned */
local
73
self->
histograms_
= *histograms;
76
FN(HistogramClear)(&self->
histograms_
[0]);
88
HistogramType* histograms = self->
histograms_
;
176
FN(HistogramAdd)(&self->
histograms_
[self->curr_histogram_ix_], symbol);
metablock.c
317
HistogramLiteral*
histograms_
; /* not owned */
member in struct:ContextBlockSplitter
371
self->
histograms_
= *histograms;
374
ClearHistogramsLiteral(&self->
histograms_
[0], num_contexts);
387
HistogramLiteral* histograms = self->
histograms_
;
408
&self->
histograms_
[self->curr_histogram_ix_], self->num_contexts_);
457
&self->
histograms_
[self->curr_histogram_ix_], self->num_contexts_);
507
HistogramAddLiteral(&self->
histograms_
[self->curr_histogram_ix_ + context],
Completed in 5 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026