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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dxyarray.c4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) argument
6 size_t row_size = ylen * entry_size;
H A Dxyarray.h12 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size);
/external/chromium_org/third_party/speex/libspeex/
H A Dresample.c893 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC; local
895 ALLOC(ystack, ylen, spx_word16_t);
897 const unsigned int ylen = FIXED_STACK_ALLOC; local
906 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen;
/external/speex/libspeex/
H A Dresample.c903 const unsigned int ylen = (olen < FIXED_STACK_ALLOC) ? olen : FIXED_STACK_ALLOC; local
905 ALLOC(ystack, ylen, spx_word16_t);
907 const unsigned int ylen = FIXED_STACK_ALLOC; local
916 spx_uint32_t ochunk = (olen > ylen) ? ylen : olen;
/external/llvm/lib/Support/
H A DAPInt.cpp324 /// the integer array dest. Note that dest's size must be >= xlen + ylen.
327 unsigned ylen) {
329 for (unsigned i = 1; i < ylen; ++i) {
326 mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], unsigned ylen) argument

Completed in 159 milliseconds