Home
last modified time | relevance | path

Searched refs:pcnt (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dstack.h59 unsigned int pcnt, unused = 0; in stack_analyze() local
64 pcnt = ((size - unused) * 100) / size; in stack_analyze()
67 size, unused, size - unused, size, pcnt); in stack_analyze()
/AliOS-Things-master/components/freetype/src/otvalid/
A Dotvmath.c278 FT_UInt pcnt, table_size; in otv_GlyphAssembly_validate() local
290 pcnt = FT_NEXT_USHORT( p ); in otv_GlyphAssembly_validate()
292 OTV_LIMIT_CHECK( 8 * pcnt ); in otv_GlyphAssembly_validate()
293 table_size = 6 + 8 * pcnt; in otv_GlyphAssembly_validate()
299 for ( i = 0; i < pcnt; ++i ) in otv_GlyphAssembly_validate()

Completed in 3 milliseconds