Searched refs:maxmem (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dinit.c222 unsigned long maxmem = 0; local
229 maxmem = memparse(p, &p);
230 if (maxmem && memory_size > maxmem) {
231 memory_size = maxmem;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dmemanalyze.pl56 my $maxmem;
62 if($newtot > $maxmem) {
63 $maxmem= $newtot;
405 print "Maximum allocated: $maxmem\n";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dvga16fb.c323 u32 maxmem; local
333 maxmem = 16384;
338 maxmem = 65536;
346 maxmem = 65536;
349 maxmem = 16384;
406 if (vxres * vyres > maxmem) {
407 vyres = maxmem / vxres;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A Dxmllint.c126 static int maxmem = 0; variable
339 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
355 if (xmlMemUsed() > maxmem) {
370 if (xmlMemUsed() > maxmem) {
385 if (xmlMemUsed() > maxmem) {
2870 printf("\t--maxmem nbbytes : limits memory allocation to nbbytes bytes\n");
3171 else if ((!strcmp(argv[i], "-maxmem")) ||
3172 (!strcmp(argv[i], "--maxmem"))) {
3174 if (sscanf(argv[i], "%d", &maxmem) == 1) {
3178 maxmem
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c126 static int maxmem = 0; variable
339 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
355 if (xmlMemUsed() > maxmem) {
370 if (xmlMemUsed() > maxmem) {
385 if (xmlMemUsed() > maxmem) {
2870 printf("\t--maxmem nbbytes : limits memory allocation to nbbytes bytes\n");
3171 else if ((!strcmp(argv[i], "-maxmem")) ||
3172 (!strcmp(argv[i], "--maxmem"))) {
3174 if (sscanf(argv[i], "%d", &maxmem) == 1) {
3178 maxmem
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmllint.c126 static int maxmem = 0; variable
339 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
355 if (xmlMemUsed() > maxmem) {
370 if (xmlMemUsed() > maxmem) {
385 if (xmlMemUsed() > maxmem) {
2870 printf("\t--maxmem nbbytes : limits memory allocation to nbbytes bytes\n");
3171 else if ((!strcmp(argv[i], "-maxmem")) ||
3172 (!strcmp(argv[i], "--maxmem"))) {
3174 if (sscanf(argv[i], "%d", &maxmem) == 1) {
3178 maxmem
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dconfigure1580 --enable-maxmem=N enable use of temp files, set max mem usage to N MB
14608 # If no "-enable-maxmem", use jmemnobs
14611 # Check whether --enable-maxmem was given.
14621 { { $as_echo "$as_me:$LINENO: error: non-numeric argument to --enable-maxmem" >&5
14622 $as_echo "$as_me: error: non-numeric argument to --enable-maxmem" >&2;}

Completed in 158 milliseconds