Searched defs:ylen (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DAPInt.cpp322 /// the integer array dest. Note that dest's size must be >= xlen + ylen.
325 unsigned ylen) {
327 for (unsigned i = 1; i < ylen; ++i) {
324 mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], unsigned ylen) argument
/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;

Completed in 553 milliseconds