Home
last modified time | relevance | path

Searched refs:n (Results 1 – 6 of 6) sorted by relevance

/mipi-sys-t-3.4.0/library/platform/example/src/
Dmipi_syst_platform.c211 int n) argument
216 for (i = n-1; i >= 0; --i) {
218 for (i = 0; i < n; ++i) {
/mipi-sys-t-3.4.0/printer/
DCMakeLists.txt14 "PUGIXML_SRC_DIR=${PUGIXML_SRC_DIR} does not point to pugixml sources. Try running\n"
15 "git submodule update --init --recursive\n"
/mipi-sys-t-3.4.0/library/
DCMakeLists.txt36 …_DIR} does not point to a Google Test source location. Unittests will not be build. Try running \n"
37 "git submodule update --init --recursive\n"
/mipi-sys-t-3.4.0/library/platform/mipi_stp_sim/src/
Dmipi_syst_platform.c128 void stp_write_putNibble(struct stp_writer_data* p, mipi_syst_u8 n) in stp_write_putNibble() argument
130 p->current |= (n<<4); in stp_write_putNibble()
/mipi-sys-t-3.4.0/library/include/mipi_syst/
Dapi.h766 #define MIPI_SYST_BUILD_COMPACT32(h, n) \ argument
768 (((n) & 0x000FFFFF) << 4) | \
769 ((n) & 0xFFF00000) << 10));}
790 #define MIPI_SYST_BUILD_COMPACT64(h, n) \ argument
793 ((n) & 0x00000000000FFFFFull) << 4) | \
794 ((n) & 0xFFFFFFFFFFF00000ull) << 10));}
/mipi-sys-t-3.4.0/library/doxygen/
DDoxyfile.in193 # For example adding "sideeffect=\par Side Effects:\n" will allow you to
196 # You can put \n's in the value part of an alias to insert newlines.