Searched refs:new_count (Results 1 - 25 of 38) sorted by relevance

12

/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dmake_shared.pass.cpp21 int new_count = 0; variable
25 ++new_count;
55 int nc = new_count;
60 assert(new_count == nc+1);
66 nc = new_count;
70 assert(new_count == nc+1);
H A Dallocate_shared.pass.cpp23 int new_count = 0; variable
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_remove_constants.c71 unsigned new_count; local
102 new_count = 0;
106 remap_table[new_count] = i;
107 inv_remap_table[i] = new_count;
109 if (i != new_count) {
113 constants[new_count] = constants[i];
116 new_count++;
120 /* is_identity ==> new_count == old_count
121 * !is_identity ==> new_count < old_count */
122 assert( is_identity || new_count <
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_remove_constants.c71 unsigned new_count; local
102 new_count = 0;
106 remap_table[new_count] = i;
107 inv_remap_table[i] = new_count;
109 if (i != new_count) {
113 constants[new_count] = constants[i];
116 new_count++;
120 /* is_identity ==> new_count == old_count
121 * !is_identity ==> new_count < old_count */
122 assert( is_identity || new_count <
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftutil.c95 FT_Long new_count,
103 cur_count, new_count, block, &error );
104 if ( !error && new_count > cur_count )
106 ( new_count - cur_count ) * item_size );
117 FT_Long new_count,
128 if ( cur_count < 0 || new_count < 0 || item_size < 0 )
133 else if ( new_count == 0 || item_size == 0 )
138 else if ( new_count > FT_INT_MAX/item_size )
146 block = ft_mem_alloc( memory, new_count*item_size, &error );
152 FT_Long new_size = new_count*item_siz
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftutil.c95 FT_Long new_count,
103 cur_count, new_count, block, &error );
104 if ( !error && new_count > cur_count )
106 ( new_count - cur_count ) * item_size );
117 FT_Long new_count,
128 if ( cur_count < 0 || new_count < 0 || item_size < 0 )
133 else if ( new_count == 0 || item_size == 0 )
138 else if ( new_count > FT_INT_MAX/item_size )
146 block = ft_mem_alloc( memory, new_count*item_size, &error );
152 FT_Long new_size = new_count*item_siz
[all...]
/external/freetype/src/base/
H A Dftutil.c95 FT_Long new_count,
103 cur_count, new_count, block, &error );
104 if ( !error && new_count > cur_count )
106 ( new_count - cur_count ) * item_size );
117 FT_Long new_count,
128 if ( cur_count < 0 || new_count < 0 || item_size < 0 )
133 else if ( new_count == 0 || item_size == 0 )
138 else if ( new_count > FT_INT_MAX/item_size )
146 block = ft_mem_alloc( memory, new_count*item_size, &error );
152 FT_Long new_size = new_count*item_siz
[all...]
/external/chromium_org/third_party/libevent/
H A Dpoll.c260 int new_count; local
262 new_count = 32;
264 new_count = pop->fd_count * 2;
265 while (new_count <= ev->ev_fd)
266 new_count *= 2;
268 realloc(pop->idxplus1_by_fd, new_count * sizeof(int));
275 0, sizeof(int)*(new_count - pop->fd_count));
276 pop->fd_count = new_count;
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.h101 const uint32_t new_count) const;
106 const uint32_t new_count) const;
H A Dtrace_impl.cc632 const uint32_t new_count) const {
660 static_cast<long unsigned int>(new_count),
668 const uint32_t new_count) const {
688 static_cast<long unsigned int>(new_count),
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_path.cpp176 int new_count = m_PointCount + addPoints; local
177 if (!AllocPointCount(new_count)) {
180 m_PointCount = new_count;
457 int new_count = t_path.GetPointCount();
459 t_path.SetPoint(new_count, m_pPoints[mid - i].m_PointX, m_pPoints[mid - i].m_PointY, FXPT_MOVETO);
460 t_path.SetPoint(new_count + 1, m_pPoints[mid - i - 1].m_PointX, m_pPoints[mid - i - 1].m_PointY, FXPT_LINETO);
485 int new_count = NewPath.GetPointCount();
487 NewPath.SetPoint(new_count, m_pPoints[pre].m_PointX, m_pPoints[pre].m_PointY, FXPT_MOVETO);
488 NewPath.SetPoint(new_count + 1, m_pPoints[next].m_PointX, m_pPoints[next].m_PointY, FXPT_LINETO);
497 int new_count
[all...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DBuffer.c89 size_t new_count, enc_count; member in struct:__anon11733
235 ctx->new_count = 1;
588 if (ctx->new_count != 1) {
632 ctx->new_count = 1;
684 size_t i, struct_count = ctx->new_count;
686 ctx->new_count = 1;
720 ctx->fmt_offset += ctx->new_count;
721 ctx->new_count = 1;
742 ctx->enc_count += ctx->new_count;
743 ctx->new_count
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Drefcount.h146 size_t new_count = AtomicIncrement(&ref_count_); local
148 return new_count;
/external/sfntly/cpp/src/sfntly/port/
H A Drefcount.h146 size_t new_count = AtomicIncrement(&ref_count_); local
148 return new_count;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_texture.c268 GLuint unit, new_count; local
301 new_count = MAX2(*num_textures, old_max);
302 assert(new_count <= max_units);
306 new_count,
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs458 int new_count = new_rate.GetCount(filter_pid);
461 int new_avg = new_count > 0 ? (new_time / new_count) : 0;
464 SetSubItem(SubItems[column_count_index], new_count);
/external/chromium_org/ui/events/
H A Dlatency_info.cc263 uint32 new_count = event_count + it->second.event_count; local
264 if (event_count > 0 && new_count != 0) {
269 new_count;
270 it->second.event_count = new_count;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_texture.c268 GLuint unit, new_count; local
301 new_count = MAX2(*num_textures, old_max);
302 assert(new_count <= max_units);
306 new_count,
/external/opencv/cv/src/
H A Dcvapprox.cpp527 int i = 0, j, count = src_contour->total, new_count; local
685 new_count = count = (*dst_contour)->total;
686 for( i = !is_closed; i < count - !is_closed && new_count > 2; i++ )
696 new_count--;
711 if( new_count < count )
712 cvSeqPopMulti( *dst_contour, 0, count - new_count );
731 int i = 0, j, count = src_contour->total, new_count; local
890 new_count = count = (*dst_contour)->total;
891 for( i = !is_closed; i < count - !is_closed && new_count > 2; i++ )
901 new_count
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftmemory.h127 FT_Long new_count,
135 FT_Long new_count,
157 FT_Long new_count,
165 FT_Long new_count,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftmemory.h127 FT_Long new_count,
135 FT_Long new_count,
157 FT_Long new_count,
165 FT_Long new_count,
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_scheduler.cc290 int new_count = unscheduled_count_ + rescheduled_count_; local
297 rescheduled_count_ = new_count;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dthread_cache.h187 void set_length_overages(size_t new_count) { argument
188 length_overages_ = new_count;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.h182 void set_length_overages(size_t new_count) { argument
183 length_overages_ = new_count;
/external/qemu/telephony/
H A Dgsm.c283 gsm_rope_ensure( GsmRope rope, int new_count )
291 while (new_max < new_count) {
302 rope->max = new_count;

Completed in 1678 milliseconds

12