Searched refs:nbuffer (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dbay.c269 struct acpi_buffer nbuffer = {ACPI_ALLOCATE_BUFFER, NULL}; local
270 acpi_get_name(handle, ACPI_FULL_PATHNAME, &nbuffer);
280 new_bay->name = (char *)nbuffer.pointer;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dreplaygain.c152 static const unsigned nbuffer = sizeof(lbuffer) / sizeof(lbuffer[0]); local
169 const unsigned n = local_min(samples, nbuffer);
189 const unsigned n = local_min(samples, nbuffer);
212 const unsigned n = local_min(samples, nbuffer);
232 const unsigned n = local_min(samples, nbuffer);

Completed in 48 milliseconds