Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:temp_count

1526             FX_INT32 temp_count = FX_MIN(nCount, FX_DATALIST_LENGTH);

1528 list.data = FX_Allocator_Alloc(pAllocator, FX_BYTE, temp_count * unit);
1532 FXSYS_memset32(list.data, 0, temp_count * unit);
1534 list.count = temp_count;
1536 nCount -= temp_count;
1537 nStart += temp_count;