HomeSort by relevance Sort by last modified time
    Searched refs:new_count (Results 1 - 25 of 36) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
make_shared.pass.cpp 21 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);
allocate_shared.pass.cpp 23 int new_count = 0; variable
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 71 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 < c->Program.Constants.Count)
    [all...]
  /external/freetype/src/base/
ftutil.c 95 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_size
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftutil.c 95 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_size
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.h 86 const uint32_t new_count) const;
91 const uint32_t new_count) const;
trace_impl.cc 467 const uint32_t new_count) const {
495 static_cast<long unsigned int>(new_count),
503 const uint32_t new_count) const {
523 static_cast<long unsigned int>(new_count),
  /external/sfntly/cpp/src/sfntly/port/
refcount.h 146 size_t new_count = AtomicIncrement(&ref_count_); local
148 return new_count;
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 24 int new_count = 0; variable
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 155 int new_count = safe_new_count.ValueOrDie(); local
156 AllocPointCount(new_count);
157 m_PointCount = new_count;
454 int new_count = t_path.GetPointCount();
456 t_path.SetPoint(new_count, m_pPoints[mid - i].m_PointX,
458 t_path.SetPoint(new_count + 1, m_pPoints[mid - i - 1].m_PointX,
488 int new_count = NewPath.GetPointCount();
490 NewPath.SetPoint(new_count, m_pPoints[pre].m_PointX,
492 NewPath.SetPoint(new_count + 1, m_pPoints[next].m_PointX,
505 int new_count = NewPath.GetPointCount()
    [all...]
  /art/runtime/jit/
jit.cc 612 int32_t new_count = starting_count + count; // int32 here to avoid wrap-around; local
614 if ((new_count >= warm_method_threshold_) &&
635 new_count = std::min(new_count, hot_method_threshold_ - 1);
638 if ((new_count >= hot_method_threshold_) &&
644 new_count = std::min(new_count, osr_method_threshold_ - 1);
650 if ((new_count >= osr_method_threshold_) && !code_cache_->IsOsrCompiled(method)) {
657 method->SetCounter(new_count);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_texture.c 268 GLuint unit, new_count; local
301 new_count = MAX2(*num_textures, old_max);
302 assert(new_count <= max_units);
306 new_count,
  /art/runtime/mirror/
string.h 65 void SetCount(int32_t new_count) SHARED_REQUIRES(Locks::mutator_lock_) {
68 DCHECK_LE(0, new_count);
69 SetField32<false, false>(OFFSET_OF_OBJECT_MEMBER(String, count_), new_count); local
  /external/opencv/cv/src/
cvapprox.cpp 527 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...]
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 119 const int32_t new_count = (count == 0) ? -1 : count; local
120 if (connection->count != new_count) {
121 connection->count = new_count;
  /external/freetype/include/internal/
ftmemory.h 127 FT_Long new_count,
135 FT_Long new_count,
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftmemory.h 127 FT_Long new_count,
135 FT_Long new_count,
  /external/opencv3/modules/imgproc/src/
approx.cpp 497 dst_contour[new_count++] = pt
503 int i = 0, j, pos = 0, wpos, count = count0, new_count=0; local
634 count = new_count;
640 for( i = !is_closed; i < count - !is_closed && new_count > 2; i++ )
654 new_count--;
669 return new_count;
  /external/pcre/dist/
pcre_dfa_exec.c 374 if (new_count++ < wscount) \
384 if (new_count++ < wscount) \
418 int active_count, new_count, match_count; local
454 new_count = 0;
546 new_count = workspace[1];
548 memcpy(new_states, active_states, new_count * sizeof(stateblock));
592 active_count = new_count;
593 new_count = 0;
    [all...]
  /art/runtime/
monitor.cc 880 uint32_t new_count = lock_word.ThinLockCount() + 1; local
959 uint32_t new_count = lock_word.ThinLockCount() - 1; local
    [all...]
  /external/blktrace/
blkparse.c 325 int new_count = cpu + 1; local
329 size = new_count * sizeof(struct per_cpu_info);
339 new_space = (new_count - ncpus) * sizeof(struct per_cpu_info);
342 pdi->ncpus = new_count;
345 for (new_count = 0; new_count < pdi->ncpus; new_count++) {
346 struct per_cpu_info *pci = &pdi->cpus[new_count];
    [all...]
  /external/e2fsprogs/lib/ext2fs/
blkmap64_rb.c 492 __u64 new_start, new_count; local
513 new_count = (ext->start + ext->count) - new_start;
517 rb_insert_extent(new_start, new_count, bp);
  /external/libpng/contrib/libtests/
pngunknown.c 1207 int count = display_rc(&d, strict), new_count; local
    [all...]
  /external/libchrome/base/memory/
scoped_ptr_unittest.cc 78 static int new_count() { return g_new_count; } function in class:__anon15147::OverloadedNewAndDelete
597 EXPECT_EQ(1, OverloadedNewAndDelete::new_count());
  /external/libweave/third_party/chromium/base/memory/
scoped_ptr_unittest.cc 79 static int new_count() { return g_new_count; } function in class:__anon17402::OverloadedNewAndDelete
598 EXPECT_EQ(1, OverloadedNewAndDelete::new_count());

Completed in 1094 milliseconds

1 2