Home
last modified time | relevance | path

Searched refs:new_count (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/freetype/src/base/
A Dftutil.c95 FT_Long new_count, in ft_mem_realloc() argument
103 cur_count, new_count, block, &error ); in ft_mem_realloc()
104 if ( !error && new_count > cur_count ) in ft_mem_realloc()
106 ( new_count - cur_count ) * item_size ); in ft_mem_realloc()
117 FT_Long new_count, in ft_mem_qrealloc() argument
128 if ( cur_count < 0 || new_count < 0 || item_size < 0 ) in ft_mem_qrealloc()
133 else if ( new_count == 0 || item_size == 0 ) in ft_mem_qrealloc()
138 else if ( new_count > FT_INT_MAX/item_size ) in ft_mem_qrealloc()
146 block = ft_mem_alloc( memory, new_count*item_size, &error ); in ft_mem_qrealloc()
152 FT_Long new_size = new_count*item_size; in ft_mem_qrealloc()
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty.c441 size_t new_count; in tx_buffer_produce() local
473 new_count = tx_buf_count(tty); in tx_buffer_produce()
482 if (old_count == 0 && new_count > 0) { in tx_buffer_produce()
719 size_t new_count; in aos_tty_tx_buffer_consume() local
731 new_count = tx_buf_count(tty); in aos_tty_tx_buffer_consume()
739 if (old_count > 0 && new_count == 0) in aos_tty_tx_buffer_consume()
/AliOS-Things-master/components/freetype/include/internal/
A Dftmemory.h127 FT_Long new_count,
135 FT_Long new_count,
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngunknown.c1215 int count = display_rc(&d, strict), new_count; in main() local
1224 new_count = display_rc(&d, strict); in main()
1226 if (new_count == count) in main()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c7987 uint32_t i, len, new_count; in convert_fast_array_to_array() local
7994 new_count = sh->prop_count + len; in convert_fast_array_to_array()
7995 if (new_count > sh->prop_size) { in convert_fast_array_to_array()
7996 if (resize_properties(ctx, &p->shape, p, new_count)) in convert_fast_array_to_array()

Completed in 105 milliseconds