HomeSort by relevance Sort by last modified time
    Searched full:alloced (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/third_party/boringssl/src/crypto/err/
err.c 508 size_t alloced, new_len, len = 0, substr_len; local
513 alloced = 80;
514 buf = OPENSSL_malloc(alloced + 1);
527 if (new_len > alloced) {
530 if (alloced + 20 + 1 < alloced) {
536 alloced = new_len + 20;
537 new_buf = OPENSSL_realloc(buf, alloced + 1);
  /external/chromium_org/third_party/re2/util/
arena.h 79 int blocks_alloced_; // how many of the first_blocks_ have been alloced
arena.cc 152 for ( int i = 1; i < blocks_alloced_; ++i ) { // keep first block alloced
  /external/regex-re2/util/
arena.h 79 int blocks_alloced_; // how many of the first_blocks_ have been alloced
arena.cc 152 for ( int i = 1; i < blocks_alloced_; ++i ) { // keep first block alloced
  /external/qemu/slirp/
mbuf.h 53 * is alloced. Therefore, m_free[m] must check for M_EXT and if set
sbuf.c 46 /* Already alloced, realloc if necessary */
ip_input.c 389 * m_ext buffer was alloced. But fp->ipq_next points to
  /external/qemu/slirp-android/
mbuf.h 53 * is alloced. Therefore, m_free[m] must check for M_EXT and if set
sbuf.c 46 /* Already alloced, realloc if necessary */
ip_input.c 389 * m_ext buffer was alloced. But fp->ipq_next points to
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_indexing.h 222 temp should point to alloced memory of at least nr_elements*2
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 222 temp should point to alloced memory of at least nr_elements*2
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 222 temp should point to alloced memory of at least nr_elements*2
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLToken.h 106 // alloced VectorBuffer. If the innerHTML'd content has
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcm_mpool_pub.h 150 * pool uses a contiguous block of pre-alloced
  /external/libvorbis/lib/
info.c 154 /* used by synthesis, which has a full, alloced vi */
189 /* knows if the book was not alloced */
  /external/tremolo/Tremolo/
treminfo.c 129 /* used by synthesis, which has a full, alloced vi */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc.c 36 * \param pUserData [IN] The init param. It is memory operator or alloced memory
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 67 int alloced; /* Space allocated for s[] */ member in struct:StringBuffer
73 sb->alloced = 100;
79 if( sb->len + nFrom >= sb->alloced ){
80 sb->alloced = sb->len + nFrom + 100;
81 sb->s = realloc(sb->s, sb->alloced+1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 787 bool alloced; // TRUE if we own the WINDOW member in class:NCursesWindow
830 : w(rhs.w), alloced(rhs.alloced), par(rhs.par), subwins(rhs.subwins), sib(rhs.sib)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 787 bool alloced; // TRUE if we own the WINDOW member in class:NCursesWindow
830 : w(rhs.w), alloced(rhs.alloced), par(rhs.par), subwins(rhs.subwins), sib(rhs.sib)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp2.h 249 /* Emit 1 more line into space alloced above */
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 249 /* Emit 1 more line into space alloced above */
  /external/openssl/apps/
s_server.c 601 size_t alloced; member in struct:__anon11841
615 wbuf->alloced = 1024;
660 if (inl > (num = wbuf->alloced))
668 wbuf->alloced = num;
    [all...]

Completed in 2349 milliseconds

1 2