HomeSort by relevance Sort by last modified time
    Searched defs:new_size (Results 151 - 175 of 192) sorted by null

1 2 3 4 5 67 8

  /external/qemu/elff/
dwarf_defs.h 771 Dwarf_AbbrNum new_size = num + 64; local
774 const Dwarf_Abbr_DIE** new_array = new const Dwarf_Abbr_DIE*[new_size];
785 array_size_ = new_size;
    [all...]
  /external/v8/src/
ic.cc 2054 int new_size = old_storage->length() + new_unused + 1; local
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 2896 Int new_size = env->types_size==0 ? 8 : 2*env->types_size; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 1615 Int new_size = di->loctab[i+1].addr - di->loctab[i].addr; local
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 771 Dwarf_AbbrNum new_size = num + 64; local
774 const Dwarf_Abbr_DIE** new_array = new const Dwarf_Abbr_DIE*[new_size];
785 array_size_ = new_size;
  /art/runtime/gc/
heap.cc 2119 int expected_size, new_size; local
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 1192 yy_size_t new_size = b->yy_buf_size * 2; local
1194 if ( new_size <= 0 )
1249 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
1250 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
    [all...]
  /external/bison/src/
scan-skel.c 1400 yy_size_t new_size = b->yy_buf_size * 2; local
1457 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
    [all...]
  /external/chromium/third_party/libevent/
http.c 278 int i, new_size = 0, old_size = strlen(html); local
283 new_size += strlen(html_replace(html[i], scratch_space));
285 p = escaped_html = malloc(new_size + 1);
287 event_err(1, "%s: malloc(%d)", __func__, new_size + 1);
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_lex.cpp 1922 yy_size_t new_size = b->yy_buf_size * 2; local
1979 yy_size_t new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); local
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 1356 yy_size_t new_size = b->yy_buf_size * 2; local
1413 yy_size_t new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 58 int new_size = buffer_size + add_size; local
61 start = (byte *) realloc(start, new_size); // may change the value of start
65 buffer_size = new_size;
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 278 int i, new_size = 0, old_size = strlen(html); local
283 new_size += strlen(html_replace(html[i], scratch_space));
285 p = escaped_html = malloc(new_size + 1);
287 event_err(1, "%s: malloc(%d)", __func__, new_size + 1);
    [all...]
  /external/chromium_org/third_party/libpng/
pngrutil.c 365 png_size_t new_size = 0; local
379 new_size = png_inflate(png_ptr,
385 if (new_size == expanded_size)
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 1494 size_t new_size; local
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 1542 int new_size = b->yy_buf_size * 2; local
1599 yy_size_t new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); local
2152 yy_size_t new_size; local
    [all...]
glsl_lexer.cc 2865 int new_size = b->yy_buf_size * 2; local
2922 yy_size_t new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); local
    [all...]
lex.yy.c 2691 int new_size = b->yy_buf_size * 2; local
2748 yy_size_t new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); local
    [all...]
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 838 int new_size; local
842 new_size = frame_size;
844 new_size = Fs/50;
846 new_size = IMIN(3*Fs/50, (Fs/400)<<(variable_duration-OPUS_FRAMESIZE_2_5_MS));
849 if (new_size>frame_size)
851 if (400*new_size!=Fs && 200*new_size!=Fs && 100*new_size!=Fs &&
852 50*new_size!=Fs && 25*new_size!=Fs && 50*new_size!=3*Fs
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 828 size_t new_size = new_path.size(); local
849 for (size_t i = paths_differ_at; i < new_size; ++i) {
    [all...]
  /external/chromium_org/v8/src/
ic.cc 2206 int new_size = old_storage->length() + new_unused + 1; local
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 1175 int new_size = b->yy_buf_size * 2; local
1232 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
    [all...]
  /external/elfutils/src/
ldlex.c 1967 int new_size = b->yy_buf_size * 2; local
2024 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); local
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 58 int new_size = buffer_size + add_size; local
61 start = (byte *) realloc(start, new_size); // may change the value of start
65 buffer_size = new_size;
    [all...]
  /external/iptables/libiptc/
libiptc.c 2527 unsigned int new_size; local
    [all...]

Completed in 5538 milliseconds

1 2 3 4 5 67 8