zephyr/kernel
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
include zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
atomic_c.c
CMakeLists.txt
compiler_stack_protect.c
device.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
errno.c
fatal.c
futex.c
idle.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
init.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
Kconfig.power_mgmt
kheap.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mailbox.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mem_domain.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mem_slab.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mempool_sys.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mempool.c
msg_q.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mutex.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pipes.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
poll.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
queue.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sched.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sem.c
smp.c
stack.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
system_work_q.c
thread_abort.c
thread.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
timeout.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
timer.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
userspace_handler.c
userspace.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
version.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
work_q.c