Searched refs:memoryStatus (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndw32ce.c156 MEMORYSTATUS memoryStatus; local
158 memoryStatus.dwLength = sizeof (MEMORYSTATUS);
159 GlobalMemoryStatus (&memoryStatus);
160 (*add) ( &memoryStatus, sizeof (memoryStatus), origin );
H A Drndw32.c879 MEMORYSTATUS memoryStatus;
881 memoryStatus.dwLength = sizeof (MEMORYSTATUS);
882 GlobalMemoryStatus (&memoryStatus);
883 (*add) ( &memoryStatus, sizeof (memoryStatus), origin );
878 MEMORYSTATUS memoryStatus; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndw32ce.c156 MEMORYSTATUS memoryStatus; local
158 memoryStatus.dwLength = sizeof (MEMORYSTATUS);
159 GlobalMemoryStatus (&memoryStatus);
160 (*add) ( &memoryStatus, sizeof (memoryStatus), origin );
H A Drndw32.c879 MEMORYSTATUS memoryStatus;
881 memoryStatus.dwLength = sizeof (MEMORYSTATUS);
882 GlobalMemoryStatus (&memoryStatus);
883 (*add) ( &memoryStatus, sizeof (memoryStatus), origin );
878 MEMORYSTATUS memoryStatus; local

Completed in 201 milliseconds