android_kernel_lge_bullhead/drivers/esoc
Joe Maples 353f0539b5 micro-optimization: Use DSTRLEN to remove incorrect strlen uses
strlen is often used incorectly to get the length of strings
defined at compile time. In these cases, the behavior can be
replicated with sizeof(X) - 1, which is calculated at compile
time rather than runtime, reducing overhead. I've created a
simple macro to replace these instances and applied it to all
the files compiled into the angler kernel.

Signed-off-by: Joe Maples <joe@frap129.org>
2019-08-26 13:31:43 +02:00
..
Kconfig esoc: Add support for client notifications 2014-02-10 00:31:27 -08:00
Makefile esoc: Add support for client notifications 2014-02-10 00:31:27 -08:00
esoc-mdm-4x.c qcom: ssr: Send sysmon shutdown command during subsystem shutdown 2014-07-24 09:42:47 -07:00
esoc-mdm-drv.c qcom: ssr: Send sysmon shutdown command during subsystem shutdown 2014-07-24 09:42:47 -07:00
esoc.h esoc: Add engine registration notifications 2014-07-10 19:52:12 -07:00
esoc_bus.c micro-optimization: Use DSTRLEN to remove incorrect strlen uses 2019-08-26 13:31:43 +02:00
esoc_client.c esoc: Add esoc link type to esoc descriptor 2014-03-10 11:53:19 -07:00
esoc_dev.c esoc: Add engine registration notifications 2014-07-10 19:52:12 -07:00