Home
last modified time | relevance | path

Searched refs:ylen (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/util/
Dxyarray.c4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new() argument
6 size_t row_size = ylen * entry_size; in xyarray__new()
Dxyarray.h12 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);
/external/speex/libspeex/
Dresample.c903 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC; in speex_resampler_process_float() local
905 ALLOC(ystack, ylen, spx_word16_t); in speex_resampler_process_float()
907 const unsigned int ylen = FIXED_STACK_ALLOC; in speex_resampler_process_float() local
916 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen; in speex_resampler_process_float()
/external/llvm/lib/Support/
DAPInt.cpp326 unsigned ylen) { in mul() argument
328 for (unsigned i = 1; i < ylen; ++i) { in mul()