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

1 2

  /system/core/toolbox/
dynarray.c 20 int new_count = a->count + count; local
28 new_count = a->count + count;
30 while (new_cap < new_count) {
  /external/freetype/src/base/
ftutil.c 95 FT_Long new_count,
102 cur_count, new_count, block, &error );
103 if ( !error && new_count > cur_count )
105 ( new_count - cur_count ) * item_size );
116 FT_Long new_count,
127 if ( cur_count < 0 || new_count < 0 || item_size < 0 )
132 else if ( new_count == 0 || item_size == 0 )
137 else if ( new_count > FT_INT_MAX/item_size )
145 block = ft_mem_alloc( memory, new_count*item_size, &error );
151 FT_Long new_size = new_count*item_size
    [all...]
  /external/chromium/third_party/libevent/
poll.c 260 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/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...]
  /external/freetype/include/freetype/internal/
ftmemory.h 127 FT_Long new_count,
135 FT_Long new_count,
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 85 const int32_t new_count = (count == 0) ? -1 : count; local
86 if (connection->count != new_count) {
87 connection->count = new_count;
  /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/qemu/telephony/
gsm.c 283 gsm_rope_ensure( GsmRope rope, int new_count )
291 while (new_max < new_count) {
302 rope->max = new_count;
  /external/v8/src/
preparser.cc 1011 unsigned new_count = 0; local
1014 new_count++;
1017 return ParseMemberWithNewPrefixesExpression(new_count, ok);
1027 unsigned new_count, bool* ok) {
    [all...]
liveobjectlist.cc 2416 int new_count = lol->obj_count_; local
    [all...]
preparser.h 556 Expression ParseMemberWithNewPrefixesExpression(unsigned new_count, bool* ok);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 
ar 
objcopy 
ranlib 
strip 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-size 
arm-eabi-strings 
arm-eabi-ar 
arm-eabi-gprof 
arm-eabi-objcopy 
arm-eabi-ranlib 

Completed in 256 milliseconds

1 2