Home
last modified time | relevance | path

Searched refs:source (Results 1 – 5 of 5) sorted by relevance

/libmetal-latest/libmetal/lib/
Dio.c76 const unsigned char *source = src; in metal_io_block_write() local
90 ((uintptr_t)source % sizeof(int)))) { in metal_io_block_write()
92 *(const unsigned char *)source; in metal_io_block_write()
94 source++; in metal_io_block_write()
98 source += sizeof(int), in metal_io_block_write()
100 *(unsigned int *)ptr = *(const unsigned int *)source; in metal_io_block_write()
101 for (; len != 0; ptr++, source++, len--) in metal_io_block_write()
103 *(const unsigned char *)source; in metal_io_block_write()
/libmetal-latest/libmetal/
DMAINTAINERS.md3 The libmetal project is maintained by the OpenAMP open source community.
DLICENSE.md6 Redistribution and use in source and binary forms, with or without
9 1. Redistributions of source code must retain the above copyright notice,
DREADME.md99 $ source <git_clone_zephyr_project_source_root>/zephyr-env.sh
271 As an open-source project, we welcome and encourage the community to submit
/libmetal-latest/libmetal/doc/
DDoxyfile.in66 # option can be useful when feeding doxygen a huge amount of source files, where
433 # locally in source files will be included in the documentation. If set to NO,
756 # documented source files. You may enter file names like myfile.cpp or
765 # This tag can be used to specify the character encoding of the source files
776 # *.h) to filter out the source-files in the directories. If left blank the
792 # excluded from the INPUT source files. This way you can easily exclude a
835 # *.h) to filter out the source-files in the directories. If left blank all
881 # producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
886 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
888 # it is also possible to disable source filtering for a specific pattern using
[all …]