Searched refs:n (Results 1 – 6 of 6) sorted by relevance
211 int n) argument216 for (i = n-1; i >= 0; --i) {218 for (i = 0; i < n; ++i) {
14 "PUGIXML_SRC_DIR=${PUGIXML_SRC_DIR} does not point to pugixml sources. Try running\n"15 "git submodule update --init --recursive\n"
36 …_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"
128 void stp_write_putNibble(struct stp_writer_data* p, mipi_syst_u8 n) in stp_write_putNibble() argument130 p->current |= (n<<4); in stp_write_putNibble()
766 #define MIPI_SYST_BUILD_COMPACT32(h, n) \ argument768 (((n) & 0x000FFFFF) << 4) | \769 ((n) & 0xFFF00000) << 10));}790 #define MIPI_SYST_BUILD_COMPACT64(h, n) \ argument793 ((n) & 0x00000000000FFFFFull) << 4) | \794 ((n) & 0xFFFFFFFFFFF00000ull) << 10));}
193 # For example adding "sideeffect=\par Side Effects:\n" will allow you to196 # You can put \n's in the value part of an alias to insert newlines.