Home
last modified time | relevance | path

Searched refs:cur_max (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/filesystems/udfs/
H A Dudf_dbg.cpp366 ULONG cur_max = 0; variable
386 for (i=0;i<cur_max;i++) { in DebugAllocatePool()
409 if(cur_max == MAX_MEM_DEBUG_DESCRIPTORS) { in DebugAllocatePool()
430 cur_max++; in DebugAllocatePool()
431 return MemDesc[cur_max-1].Addr; in DebugAllocatePool()
440 for (i=0;i<cur_max;i++) { in DebugFreePool()
458 if (i==cur_max && cur_max != MAX_MEM_DEBUG_DESCRIPTORS) { in DebugFreePool()
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftdbgmem.c70 FT_Long cur_max; /* current maximum allocated size */ member
495 node->cur_max = 0; in ft_mem_table_get_source()
564 if ( size > source->cur_max ) in ft_mem_table_set()
565 source->cur_max = size; in ft_mem_table_set()
981 source->cur_size, source->max_size, source->cur_max, in FT_DumpMemory()
H A Dftstroke.c337 FT_UInt cur_max = old_max; in ft_stroke_border_grow() local
341 while ( cur_max < new_max ) in ft_stroke_border_grow()
342 cur_max += ( cur_max >> 1 ) + 16; in ft_stroke_border_grow()
344 if ( FT_RENEW_ARRAY( border->points, old_max, cur_max ) || in ft_stroke_border_grow()
345 FT_RENEW_ARRAY( border->tags, old_max, cur_max ) ) in ft_stroke_border_grow()
348 border->max_points = cur_max; in ft_stroke_border_grow()
/reactos/sdk/lib/3rdparty/freetype/src/pshinter/
H A Dpshglob.c529 FT_Short cur_max ) in psh_calc_max_height() argument
539 if ( cur_height > cur_max ) in psh_calc_max_height()
540 cur_max = cur_height; in psh_calc_max_height()
543 return cur_max; in psh_calc_max_height()