OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scratch_size
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc
245
unsigned int
scratch_size
;
local
246
hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&
scratch_size
);
274
scratch = buffer->get_scratch_buffer (&
scratch_size
);
276
DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) >
scratch_size
)
284
scratch = buffer->get_scratch_buffer (&
scratch_size
);
291
assert (_consumed <=
scratch_size
); \
293
scratch_size
-= _consumed; \
hb-coretext.cc
555
unsigned int
scratch_size
;
local
556
hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&
scratch_size
);
562
assert (_consumed <=
scratch_size
); \
564
scratch_size
-= _consumed; \
660
scratch = buffer->get_scratch_buffer (&
scratch_size
);
hb-uniscribe.cc
731
unsigned int
scratch_size
;
local
732
hb_buffer_t::scratch_buffer_t *scratch = buffer->get_scratch_buffer (&
scratch_size
);
738
assert (_consumed <=
scratch_size
); \
740
scratch_size
-= _consumed; \
780
unsigned int glyphs_size =
scratch_size
/ ((sizeof (WORD) +
/external/harfbuzz_ng/src/
hb-graphite2.cc
246
unsigned int
scratch_size
;
local
247
char *scratch = (char *) buffer->get_scratch_buffer (&
scratch_size
);
252
scratch_size
-= (len) * sizeof ((name)[0]);
280
scratch = (char *) buffer->get_scratch_buffer (&
scratch_size
);
282
sizeof (hb_codepoint_t) * glyph_count) >
scratch_size
)
290
scratch = (char *) buffer->get_scratch_buffer (&
scratch_size
);
hb-icu-le.cc
130
unsigned int
scratch_size
;
local
131
char *scratch = (char *) buffer->get_scratch_buffer (&
scratch_size
);
136
scratch_size
-= (len) * sizeof ((name)[0]);
158
unsigned int num_glyphs =
scratch_size
/ (sizeof (LEGlyphID) +
hb-coretext.cc
190
unsigned int
scratch_size
;
local
191
char *scratch = (char *) buffer->get_scratch_buffer (&
scratch_size
);
253
unsigned int
scratch_size
;
local
254
char *scratch = (char *) buffer->get_scratch_buffer (&
scratch_size
);
259
scratch_size
-= (len) * sizeof ((name)[0]);
hb-old.cc
286
unsigned int
scratch_size
;
local
287
char *scratch = (char *) buffer->get_scratch_buffer (&
scratch_size
);
309
scratch_size
-= (len) * sizeof ((name)[0]);
329
unsigned int num_glyphs =
scratch_size
/ (sizeof (HB_Glyph) +
hb-uniscribe.cc
254
unsigned int
scratch_size
;
local
255
char *scratch = (char *) buffer->get_scratch_buffer (&
scratch_size
);
262
scratch_size
-= (len) * sizeof ((name)[0]);
286
unsigned int glyphs_size =
scratch_size
/ (sizeof (WORD) +
/external/chromium_org/third_party/opus/src/silk/fixed/
pitch_analysis_core_FIX.c
41
#define
SCRATCH_SIZE
22
626
ALLOC( scratch_mem,
SCRATCH_SIZE
, opus_int32 );
627
ALLOC( xcorr32,
SCRATCH_SIZE
, opus_int32 );
636
silk_assert(lag_high-lag_low+1 <=
SCRATCH_SIZE
);
639
silk_assert( lag_counter <
SCRATCH_SIZE
);
650
silk_assert( idx + j <
SCRATCH_SIZE
);
[
all
...]
/external/chromium_org/third_party/opus/src/silk/float/
pitch_analysis_core_FLP.c
40
#define
SCRATCH_SIZE
22
502
silk_float scratch_mem[
SCRATCH_SIZE
];
503
opus_val32 xcorr[
SCRATCH_SIZE
];
529
silk_assert(lag_high-lag_low+1 <=
SCRATCH_SIZE
);
533
silk_assert( lag_counter <
SCRATCH_SIZE
);
544
silk_assert( idx + j <
SCRATCH_SIZE
);
570
silk_float scratch_mem[
SCRATCH_SIZE
];
609
silk_assert( lag_counter <
SCRATCH_SIZE
);
620
silk_assert( idx + j <
SCRATCH_SIZE
);
Completed in 150 milliseconds