HomeSort by relevance Sort by last modified time
    Searched refs:max_expansion (Results 1 - 3 of 3) sorted by null

  /external/srtp/crypto/include/
cryptoalg.h 109 unsigned max_expansion; member in struct:cryptoalg_ctx_t
xfm.h 120 unsigned max_expansion; member in struct:cryptoalg_ctx_t
  /external/bison/src/
print-xml.c 460 size_t max_expansion = sizeof """ - 1; local
463 if (buf->size <= max_expansion * len)
465 buf->size = max_expansion * len + 1;

Completed in 25 milliseconds